Home
last modified time | relevance | path

Searched refs:eventProxy (Results 1 - 2 of 2) sorted by relevance

/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_subscribe_manager.cpp131 bool OsAccountSubscribeManager::OnAccountsChanged(const sptr<IOsAccountEvent> &eventProxy, const int id) in OnAccountsChanged() argument
133 if (eventProxy == nullptr) { in OnAccountsChanged()
137 eventProxy->OnAccountsChanged(id); in OnAccountsChanged()
141 bool OsAccountSubscribeManager::OnAccountsSwitch(const sptr<IOsAccountEvent> &eventProxy, const int newId, in OnAccountsSwitch() argument
144 if (eventProxy == nullptr) { in OnAccountsSwitch()
148 eventProxy->OnAccountsSwitch(newId, oldId); in OnAccountsSwitch()
169 sptr<IOsAccountEvent> eventProxy = iface_cast<IOsAccountEvent>((*it)->eventListener_); in Publish() local
170 if (eventProxy == nullptr) { in Publish()
171 ACCOUNT_LOGE("Get eventProxy failed"); in Publish()
174 auto task = [this, eventProxy, i in Publish()
204 sptr<IOsAccountEvent> eventProxy = iface_cast<IOsAccountEvent>((*it)->eventListener_); Publish() local
[all...]
/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_subscribe_manager.h39 bool OnAccountsChanged(const sptr<IOsAccountEvent> &eventProxy, const int id);
40 bool OnAccountsSwitch(const sptr<IOsAccountEvent> &eventProxy, const int newId, const int oldId);

Completed in 1 milliseconds