Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_event_subscribe.cpp47 AccountEventSubscriber::AccountEventSubscriber(const AccountCommonEventCallback &callback) : callba… 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.cpp629 accountEventSubscribe_ = std::make_shared<AccountEventSubscriber>(callback); in CreateCommonEventSubscribe()
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_event_subscribe.h45 class AccountEventSubscriber {
47 explicit AccountEventSubscriber(const AccountCommonEventCallback &callback);
48 ~AccountEventSubscriber();
H A Dohos_account_manager.h253 std::shared_ptr<AccountEventSubscriber> accountEventSubscribe_{};
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map36 …"OHOS::AccountSA::AccountEventSubscriber::AccountEventSubscriber(OHOS::AccountSA::AccountCommonEve…
37 "OHOS::AccountSA::AccountEventSubscriber::~AccountEventSubscriber()";
38 "OHOS::AccountSA::AccountEventSubscriber::CreateEventSubscribe()";