Searched refs:AppAccountEventListener (Results 1 – 8 of 8) sorted by relevance
22 AppAccountEventListener::AppAccountEventListener(const std::shared_ptr<AppAccountSubscriber> &subsc… in AppAccountEventListener() function in OHOS::AccountSA::AppAccountEventListener26 AppAccountEventListener::~AppAccountEventListener() in ~AppAccountEventListener()29 void AppAccountEventListener::OnAccountsChanged(const std::vector<AppAccountInfo> &accounts) in OnAccountsChanged()39 void AppAccountEventListener::Stop() in Stop()
728 … sptr<AppAccountEventListener> listener = new (std::nothrow) AppAccountEventListener(subscriber); in CreateAppAccountEventListener()
24 class AppAccountEventListener : public AppAccountEventStub {26 explicit AppAccountEventListener(const std::shared_ptr<AppAccountSubscriber> &subscriber);27 ~AppAccountEventListener() override;
125 std::map<std::shared_ptr<AppAccountSubscriber>, sptr<AppAccountEventListener>> eventListeners_;
65 …auto appAccountEventListenerSptr = new (std::nothrow) AppAccountEventListener(appAccountSubscriber… in SubscribeAppAccountStubFuzzTest()
63 …auto appAccountEventListenerSptr = new (std::nothrow) AppAccountEventListener(appAccountSubscriber… in UnSubscribeAppAccountStubFuzzTest()
35 …"OHOS::AccountSA::AppAccountEventListener::AppAccountEventListener(std::__h::shared_ptr<OHOS::Acco…
2069 …auto appAccountEventListenerSptr = new (std::nothrow) AppAccountEventListener(appAccountSubscriber…