Home
last modified time | relevance | path

Searched refs:IAppAccountEvent (Results 1 - 6 of 6) sorted by relevance

/base/account/os_account/frameworks/appaccount/native/include/
H A Diapp_account_event.h26 class IAppAccountEvent : public IRemoteBroker { class
28 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.accountfwk.IAppAccountEvent");
H A Dapp_account_event_stub.h24 class AppAccountEventStub : public IRemoteStub<IAppAccountEvent> {
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_event_proxy.h24 class AppAccountEventProxy : public IRemoteProxy<IAppAccountEvent> {
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_event_proxy.cpp23 AppAccountEventProxy::AppAccountEventProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IAppAccountEvent>(object) in AppAccountEventProxy()
H A Dapp_account_subscribe_manager.cpp303 auto appAccountEventProxy = iface_cast<IAppAccountEvent>(receiver->eventListener); in OnAccountsChanged()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_event_module_test.cpp85 sptr<IAppAccountEvent> eventCallbackPtr = new (std::nothrow) MockAppAccountEventStub(); in HWTEST_F()

Completed in 3 milliseconds