Home
last modified time | relevance | path

Searched refs:AppAccountCommonEventObserver (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_common_event_observer.cpp41 AppAccountCommonEventObserver::AppAccountCommonEventObserver(const CommonEventCallback &callback) in AppAccountCommonEventObserver() function in OHOS::AccountSA::AppAccountCommonEventObserver
61 AppAccountCommonEventObserver::~AppAccountCommonEventObserver() in ~AppAccountCommonEventObserver()
66 void AppAccountCommonEventObserver::SubscribeCommonEvent(void) in SubscribeCommonEvent()
80 void AppAccountCommonEventObserver::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent()
99 void AppAccountCommonEventObserver::DealWithRemoveEvent(const AAFwk::Want &want, const std::string … in DealWithRemoveEvent()
H A Dapp_account_manager_service.cpp42 observer_ = std::make_shared<AppAccountCommonEventObserver>(callback); in AppAccountManagerService()
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_common_event_observer.h30 class AppAccountCommonEventObserver {
32 explicit AppAccountCommonEventObserver(const CommonEventCallback &callback);
33 ~AppAccountCommonEventObserver();
H A Dapp_account_manager_service.h120 std::shared_ptr<AppAccountCommonEventObserver> observer_ = nullptr;
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map77 …"OHOS::AccountSA::AppAccountCommonEventObserver::AppAccountCommonEventObserver(OHOS::AccountSA::Co…
78 "OHOS::AccountSA::AppAccountCommonEventObserver::~AppAccountCommonEventObserver()";