Home
last modified time | relevance | path

Searched refs:AppAccountEventListener (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_event_listener.cpp22 AppAccountEventListener::AppAccountEventListener(const std::shared_ptr<AppAccountSubscriber> &subsc… in AppAccountEventListener() function in OHOS::AccountSA::AppAccountEventListener
26 AppAccountEventListener::~AppAccountEventListener() in ~AppAccountEventListener()
29 void AppAccountEventListener::OnAccountsChanged(const std::vector<AppAccountInfo> &accounts) in OnAccountsChanged()
39 void AppAccountEventListener::Stop() in Stop()
H A Dapp_account.cpp728 … sptr<AppAccountEventListener> listener = new (std::nothrow) AppAccountEventListener(subscriber); in CreateAppAccountEventListener()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_event_listener.h24 class AppAccountEventListener : public AppAccountEventStub {
26 explicit AppAccountEventListener(const std::shared_ptr<AppAccountSubscriber> &subscriber);
27 ~AppAccountEventListener() override;
H A Dapp_account.h125 std::map<std::shared_ptr<AppAccountSubscriber>, sptr<AppAccountEventListener>> eventListeners_;
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/subscribeappaccountstub_fuzzer/
H A Dsubscribeappaccountstub_fuzzer.cpp65 …auto appAccountEventListenerSptr = new (std::nothrow) AppAccountEventListener(appAccountSubscriber… in SubscribeAppAccountStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/unsubscribeappaccountstub_fuzzer/
H A Dunsubscribeappaccountstub_fuzzer.cpp63 …auto appAccountEventListenerSptr = new (std::nothrow) AppAccountEventListener(appAccountSubscriber… in UnSubscribeAppAccountStubFuzzTest()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/
H A Dlibapp_account_innerkits.map35 …"OHOS::AccountSA::AppAccountEventListener::AppAccountEventListener(std::__h::shared_ptr<OHOS::Acco…
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp2069 …auto appAccountEventListenerSptr = new (std::nothrow) AppAccountEventListener(appAccountSubscriber…