Searched refs:appAccountEventListener (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_subscribe_module_test.cpp | 269 sptr<IRemoteObject> appAccountEventListener = nullptr; variable 272 subscriberTestPtr, appAccountEventListener); 330 sptr<IRemoteObject> appAccountEventListener = nullptr; variable 333 subscriberTestPtr, appAccountEventListener); 376 sptr<IRemoteObject> appAccountEventListener = nullptr; variable 379 subscriberTestPtr, appAccountEventListener); 449 sptr<IRemoteObject> appAccountEventListener = nullptr; variable 452 subscriberTestPtr, appAccountEventListener); 526 sptr<IRemoteObject> appAccountEventListener = nullptr; variable 529 subscriberTestPtr, appAccountEventListener); [all …]
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
H A D | app_account_test.cpp | 429 sptr<IRemoteObject> appAccountEventListener = nullptr; variable 434 …ppAccount::GetInstance().CreateAppAccountEventListener(subscriberTestPtr, appAccountEventListener); 439 …ppAccount::GetInstance().CreateAppAccountEventListener(subscriberTestPtr, appAccountEventListener); 471 sptr<IRemoteObject> appAccountEventListener = nullptr; variable 473 …ppAccount::GetInstance().CreateAppAccountEventListener(subscriberTestPtr, appAccountEventListener);
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account.cpp | 615 sptr<IRemoteObject> appAccountEventListener = nullptr; in SubscribeAppAccount() local 616 ErrCode subscribeState = CreateAppAccountEventListener(subscriber, appAccountEventListener); in SubscribeAppAccount() 618 subscribeState = proxy->SubscribeAppAccount(subscribeInfo, appAccountEventListener); in SubscribeAppAccount() 708 …st std::shared_ptr<AppAccountSubscriber> &subscriber, sptr<IRemoteObject> &appAccountEventListener) in CreateAppAccountEventListener() argument 719 appAccountEventListener = eventListener->second->AsObject(); in CreateAppAccountEventListener() 733 appAccountEventListener = listener->AsObject(); in CreateAppAccountEventListener()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account.h | 119 …t std::shared_ptr<AppAccountSubscriber> &subscriber, sptr<IRemoteObject> &appAccountEventListener);
|