Home
last modified time | relevance | path

Searched refs:AccountEventSubscriber (Results 1 - 4 of 4) sorted by relevance

/base/account/os_account/services/accountmgr/src/
H A Daccount_event_subscribe.cpp47 AccountEventSubscriber::AccountEventSubscriber(const AccountCommonEventCallback &callback) : callback_(callback) in AccountEventSubscriber() function in OHOS::AccountSA::AccountEventSubscriber
55 AccountEventSubscriber::~AccountEventSubscriber() in ~AccountEventSubscriber()
60 bool AccountEventSubscriber::CreateEventSubscribe() in CreateEventSubscribe()
65 bool AccountEventSubscriber::DestroyEventSubscribe() in DestroyEventSubscribe()
H A Dohos_account_manager.cpp603 accountEventSubscribe_ = std::make_shared<AccountEventSubscriber>(callback); in CreateCommonEventSubscribe()
/base/account/os_account/services/accountmgr/include/
H A Daccount_event_subscribe.h45 class AccountEventSubscriber { class
47 explicit AccountEventSubscriber(const AccountCommonEventCallback &callback);
48 ~AccountEventSubscriber();
H A Dohos_account_manager.h246 std::shared_ptr<AccountEventSubscriber> accountEventSubscribe_{};

Completed in 3 milliseconds