Searched refs:AccountEventSubscriber (Results 1 – 5 of 5) sorted by relevance
47 AccountEventSubscriber::AccountEventSubscriber(const AccountCommonEventCallback &callback) : callba… in AccountEventSubscriber() function in OHOS::AccountSA::AccountEventSubscriber55 AccountEventSubscriber::~AccountEventSubscriber() in ~AccountEventSubscriber()60 bool AccountEventSubscriber::CreateEventSubscribe() in CreateEventSubscribe()65 bool AccountEventSubscriber::DestroyEventSubscribe() in DestroyEventSubscribe()
629 accountEventSubscribe_ = std::make_shared<AccountEventSubscriber>(callback); in CreateCommonEventSubscribe()
45 class AccountEventSubscriber {47 explicit AccountEventSubscriber(const AccountCommonEventCallback &callback);48 ~AccountEventSubscriber();
253 std::shared_ptr<AccountEventSubscriber> accountEventSubscribe_{};
36 …"OHOS::AccountSA::AccountEventSubscriber::AccountEventSubscriber(OHOS::AccountSA::AccountCommonEve…37 "OHOS::AccountSA::AccountEventSubscriber::~AccountEventSubscriber()";38 "OHOS::AccountSA::AccountEventSubscriber::CreateEventSubscribe()";