Home
last modified time | relevance | path

Searched refs:appAccountEventListener (Results 1 - 4 of 4) sorted by relevance

/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_subscribe_module_test.cpp269 sptr<IRemoteObject> appAccountEventListener = nullptr; in HWTEST_F() local
272 subscriberTestPtr, appAccountEventListener); in HWTEST_F()
276 AppAccount::GetInstance().CreateAppAccountEventListener(nullptr, appAccountEventListener); in HWTEST_F()
280 ErrCode result = appAccountManagerServicePtr_->SubscribeAppAccount(subscribeInfo, appAccountEventListener); in HWTEST_F()
297 result = appAccountManagerServicePtr_->UnsubscribeAppAccount(appAccountEventListener); in HWTEST_F()
330 sptr<IRemoteObject> appAccountEventListener = nullptr; in HWTEST_F() local
333 subscriberTestPtr, appAccountEventListener); in HWTEST_F()
337 ErrCode result = appAccountManagerServicePtr_->SubscribeAppAccount(subscribeInfo, appAccountEventListener); in HWTEST_F()
376 sptr<IRemoteObject> appAccountEventListener = nullptr; in HWTEST_F() local
379 subscriberTestPtr, appAccountEventListener); in HWTEST_F()
449 sptr<IRemoteObject> appAccountEventListener = nullptr; HWTEST_F() local
526 sptr<IRemoteObject> appAccountEventListener = nullptr; HWTEST_F() local
586 sptr<IRemoteObject> appAccountEventListener = nullptr; HWTEST_F() local
[all...]
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_test.cpp429 sptr<IRemoteObject> appAccountEventListener = nullptr; in HWTEST_F() local
434 result = AppAccount::GetInstance().CreateAppAccountEventListener(subscriberTestPtr, appAccountEventListener); in HWTEST_F()
439 result = AppAccount::GetInstance().CreateAppAccountEventListener(subscriberTestPtr, appAccountEventListener); in HWTEST_F()
471 sptr<IRemoteObject> appAccountEventListener = nullptr; in HWTEST_F() local
473 result = AppAccount::GetInstance().CreateAppAccountEventListener(subscriberTestPtr, appAccountEventListener); in HWTEST_F()
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account.cpp615 sptr<IRemoteObject> appAccountEventListener = nullptr; in SubscribeAppAccount() local
616 ErrCode subscribeState = CreateAppAccountEventListener(subscriber, appAccountEventListener); in SubscribeAppAccount()
618 subscribeState = proxy->SubscribeAppAccount(subscribeInfo, appAccountEventListener); in SubscribeAppAccount()
708 const std::shared_ptr<AppAccountSubscriber> &subscriber, sptr<IRemoteObject> &appAccountEventListener) in CreateAppAccountEventListener()
719 appAccountEventListener = eventListener->second->AsObject(); in CreateAppAccountEventListener()
733 appAccountEventListener = listener->AsObject(); in CreateAppAccountEventListener()
707 CreateAppAccountEventListener( const std::shared_ptr<AppAccountSubscriber> &subscriber, sptr<IRemoteObject> &appAccountEventListener) CreateAppAccountEventListener() argument
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account.h119 const std::shared_ptr<AppAccountSubscriber> &subscriber, sptr<IRemoteObject> &appAccountEventListener);

Completed in 4 milliseconds