Searched refs:AppAccountCommonEventObserver (Results 1 – 5 of 5) sorted by relevance
41 AppAccountCommonEventObserver::AppAccountCommonEventObserver(const CommonEventCallback &callback) in AppAccountCommonEventObserver() function in OHOS::AccountSA::AppAccountCommonEventObserver61 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()
42 observer_ = std::make_shared<AppAccountCommonEventObserver>(callback); in AppAccountManagerService()
30 class AppAccountCommonEventObserver {32 explicit AppAccountCommonEventObserver(const CommonEventCallback &callback);33 ~AppAccountCommonEventObserver();
120 std::shared_ptr<AppAccountCommonEventObserver> observer_ = nullptr;
77 …"OHOS::AccountSA::AppAccountCommonEventObserver::AppAccountCommonEventObserver(OHOS::AccountSA::Co…78 "OHOS::AccountSA::AppAccountCommonEventObserver::~AppAccountCommonEventObserver()";