Home
last modified time | relevance | path

Searched defs:eventProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_subscribe_manager.cpp131 bool OsAccountSubscribeManager::OnAccountsChanged(const sptr<IOsAccountEvent> &eventProxy, const in… in OnAccountsChanged()
141 bool OsAccountSubscribeManager::OnAccountsSwitch(const sptr<IOsAccountEvent> &eventProxy, const int… in OnAccountsSwitch()
169 sptr<IOsAccountEvent> eventProxy = iface_cast<IOsAccountEvent>((*it)->eventListener_); in Publish() local
204 sptr<IOsAccountEvent> eventProxy = iface_cast<IOsAccountEvent>((*it)->eventListener_); in Publish() local
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Ddistributed_account_subscribe_manager.cpp117const sptr<IDistributedAccountEvent> &eventProxy, const int id, DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE… in OnAccountsChanged()
137 auto eventProxy = iface_cast<IDistributedAccountEvent>((*it)->eventListener_); in Publish() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp106 auto* eventProxy = TimeEventProxy::GetInstance(); in OnAttachToFrameNode() local