Home
last modified time | relevance | path

Searched refs:SubscribeAppAccount (Results 1 – 25 of 32) sorted by relevance

12

/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_subscribe_test.cpp129 ErrCode result = AppAccountManager::SubscribeAppAccount(subscriberTestPtr);
155 ErrCode result = AppAccountManager::SubscribeAppAccount(subscriberTestPtr);
180 ErrCode result = AppAccountManager::SubscribeAppAccount(subscriberTestPtr);
194 …ErrCode result = appAccountSubscribeManagerPtr->SubscribeAppAccount(nullptr, nullptr, UID, BUNDLE_…
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_subscribe_manager.h26 ErrCode SubscribeAppAccount(const std::shared_ptr<AppAccountSubscribeInfo> &subscribeInfoPtr,
Dmock_inner_app_account_manager.h33 …ErrCode SubscribeAppAccount(const AppAccountSubscribeInfo &subscribeInfo, const sptr<IRemoteObject…
Dmock_app_account_subscribe_manager.cpp36 ErrCode MockAppAccountSubscribeManager::SubscribeAppAccount( in SubscribeAppAccount() function in OHOS::AccountSA::MockAppAccountSubscribeManager
Dmock_inner_app_account_manager.cpp71 ErrCode MockInnerAppAccountManager::SubscribeAppAccount(const AppAccountSubscribeInfo &subscribeInf… in SubscribeAppAccount() function in OHOS::AccountSA::MockInnerAppAccountManager
Dmock_app_account_stub.h98 ErrCode SubscribeAppAccount(
Dmock_app_account_stub.cpp366 ErrCode MockAppAccountStub::SubscribeAppAccount( in SubscribeAppAccount() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_subscribe_module_test.cpp280 …ErrCode result = appAccountManagerServicePtr_->SubscribeAppAccount(subscribeInfo, appAccountEventL…
337 …ErrCode result = appAccountManagerServicePtr_->SubscribeAppAccount(subscribeInfo, appAccountEventL…
383 …result = appAccountManagerServicePtr_->SubscribeAppAccount(subscribeInfo, appAccountEventListener);
456 …result = appAccountManagerServicePtr_->SubscribeAppAccount(subscribeInfo, appAccountEventListener);
533 …result = appAccountManagerServicePtr_->SubscribeAppAccount(subscribeInfo, appAccountEventListener);
593 …result = appAccountManagerServicePtr_->SubscribeAppAccount(subscribeInfo, appAccountEventListener);
607 …result = appAccountManagerServicePtr_->SubscribeAppAccount(subscribeInfo, appAccountEventListenerT…
Dapp_account_subscribe_manager_test.cpp75 ErrCode ret = AppAccountSubscribeManager::GetInstance().SubscribeAppAccount(
86 ret = AppAccountSubscribeManager::GetInstance().SubscribeAppAccount(
Dapp_account_manager_service_module_not_mock_test.cpp122 result = g_accountManagerService->SubscribeAppAccount(subscribeInfo, nullptr);
/base/account/os_account/test/fuzztest/appaccount/subscribeappaccount_fuzzer/
Dsubscribeappaccount_fuzzer.cpp52 result = AppAccountManager::SubscribeAppAccount(subscriberTestPtr); in SubscribeAppAccountFuzzTest()
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_subscribe_manager.h30 ErrCode SubscribeAppAccount(const std::shared_ptr<AppAccountSubscribeInfo> &subscribeInfoPtr,
Dinner_app_account_manager.h99 …ErrCode SubscribeAppAccount(const AppAccountSubscribeInfo &subscribeInfo, const sptr<IRemoteObject…
Dapp_account_manager_service.h102 ErrCode SubscribeAppAccount(
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_test.cpp317 ErrCode result = AppAccount::GetInstance().SubscribeAppAccount(subscriberTestPtr);
344 ErrCode result = AppAccount::GetInstance().SubscribeAppAccount(subscriberTestPtr);
360 ErrCode result = AppAccount::GetInstance().SubscribeAppAccount(nullptr);
Dapp_account_manager_service_test.cpp135 ErrCode result = g_appAccountProxy->SubscribeAppAccount(subscribeInfo, nullptr);
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp250 ErrCode AppAccountManager::SubscribeAppAccount(const std::shared_ptr<AppAccountSubscriber> &subscri… in SubscribeAppAccount() function in OHOS::AccountSA::AppAccountManager
252 return AppAccount::GetInstance().SubscribeAppAccount(subscriber); in SubscribeAppAccount()
Dapp_account.cpp572 ErrCode AppAccount::SubscribeAppAccount(const std::shared_ptr<AppAccountSubscriber> &subscriber) in SubscribeAppAccount() function in OHOS::AccountSA::AppAccount
618 subscribeState = proxy->SubscribeAppAccount(subscribeInfo, appAccountEventListener); in SubscribeAppAccount()
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp330 ErrCode InnerAppAccountManager::SubscribeAppAccount(const AppAccountSubscribeInfo &subscribeInfo, in SubscribeAppAccount() function in OHOS::AccountSA::InnerAppAccountManager
334 …return subscribeManager_.SubscribeAppAccount(subscribeInfoPtr, eventListener, uid, bundleName, app… in SubscribeAppAccount()
Dapp_account_subscribe_manager.cpp44 ErrCode AppAccountSubscribeManager::SubscribeAppAccount( in SubscribeAppAccount() function in OHOS::AccountSA::AppAccountSubscribeManager
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h517 static ErrCode SubscribeAppAccount(const std::shared_ptr<AppAccountSubscriber> &subscriber);
/base/account/os_account/frameworks/appaccount/native/test/moduletest/
Dapp_account_manager_module_test.cpp393 ErrCode result = AppAccountManager::SubscribeAppAccount(subscriberTestPtr);
/base/account/os_account/frameworks/appaccount/native/include/
Diapp_account.h102 virtual ErrCode SubscribeAppAccount(
Dapp_account.h103 ErrCode SubscribeAppAccount(const std::shared_ptr<AppAccountSubscriber> &subscriber);
Dapp_account_proxy.h98 ErrCode SubscribeAppAccount(

12