Home
last modified time | relevance | path

Searched defs:eventListener (Results 1 – 21 of 21) sorted by relevance

/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_subscribe_manager.cpp36 …d::shared_ptr<AppAccountSubscribeInfo> &subscribeInfoPtr, const sptr<IRemoteObject> &eventListener, in SubscribeAppAccount()
60 …ode MockAppAccountSubscribeManager::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount()
Dmock_inner_app_account_manager.cpp70 const sptr<IRemoteObject> &eventListener, const std::string &bundleName) in SubscribeAppAccount()
93 ErrCode MockInnerAppAccountManager::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount()
Dmock_app_account_stub.cpp249 const AppAccountSubscribeInfo &subscribeInfo, const sptr<IRemoteObject> &eventListener) in SubscribeAppAccount()
271 ErrCode MockAppAccountStub::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount()
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_subscribe_manager.cpp32 …td::shared_ptr<OsAccountSubscribeInfo> &subscribeInfoPtr, const sptr<IRemoteObject> &eventListener) in SubscribeOsAccount()
56 ErrCode OsAccountSubscribeManager::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount()
84 ErrCode OsAccountSubscribeManager::RemoveSubscribeRecord(const sptr<IRemoteObject> &eventListener) in RemoveSubscribeRecord()
Dos_account_manager_service.cpp391 const OsAccountSubscribeInfo &subscribeInfo, const sptr<IRemoteObject> &eventListener) in SubscribeOsAccount()
402 ErrCode OsAccountManagerService::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount()
Dinner_os_account_manager.cpp895 const OsAccountSubscribeInfo &subscribeInfo, const sptr<IRemoteObject> &eventListener) in SubscribeOsAccount()
912 ErrCode IInnerOsAccountManager::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount()
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_manager.cpp21 std::optional<int32_t> EventListenerManager::RegisterEventListener(EventListener &eventListener) in RegisterEventListener()
Devent_listener_handler.cpp280 std::optional<int32_t> EventListenerHandler::RegisterEventListener(EventListener &eventListener) in RegisterEventListener()
/base/miscservices/screenlock/test/unittest/
Dscreenlock_unlock_callback_test.cpp22 ScreenlockUnlockCallbackTest::ScreenlockUnlockCallbackTest(const EventListenerTest &eventListener) in ScreenlockUnlockCallbackTest()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_subscribe_manager.cpp88 …d::shared_ptr<AppAccountSubscribeInfo> &subscribeInfoPtr, const sptr<IRemoteObject> &eventListener, in SubscribeAppAccount()
137 ErrCode AppAccountSubscribeManager::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount()
293 ErrCode AppAccountSubscribeManager::RemoveSubscribeRecord(const sptr<IRemoteObject> &eventListener) in RemoveSubscribeRecord()
Dapp_account.cpp395 auto eventListener = eventListeners_.find(subscriber); in UnsubscribeAppAccount() local
499 auto eventListener = eventListeners_.find(subscriber); in CreateAppAccountEventListener() local
Dinner_app_account_manager.cpp435 const sptr<IRemoteObject> &eventListener, const uid_t &uid, const std::string &bundleName) in SubscribeAppAccount()
450 ErrCode InnerAppAccountManager::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount()
Dapp_account_manager_service.cpp515 const AppAccountSubscribeInfo &subscribeInfo, const sptr<IRemoteObject> &eventListener) in SubscribeAppAccount()
551 ErrCode AppAccountManagerService::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount()
Dapp_account_proxy.cpp857 const AppAccountSubscribeInfo &subscribeInfo, const sptr<IRemoteObject> &eventListener) in SubscribeAppAccount()
890 ErrCode AppAccountProxy::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount()
Dapp_account_stub.cpp725 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in ProcSubscribeAccount() local
741 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in ProcUnsubscribeAccount() local
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_event_record.h27 sptr<IRemoteObject> eventListener; member
/base/notification/ces_standard/frameworks/core/src/
Dcommon_event.cpp147 auto eventListener = eventListeners_.find(subscriber); in UnSubscribeCommonEvent() local
292 auto eventListener = eventListeners_.find(subscriber); in CreateCommonEventListener() local
/base/miscservices/screenlock/interfaces/kits/napi/src/
Dscreenlock_unlock_callback.cpp24 ScreenlockUnlockCallback::ScreenlockUnlockCallback(const EventListener &eventListener) in ScreenlockUnlockCallback()
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp453 auto eventListener = eventListeners_.find(subscriber); in UnsubscribeOsAccount() local
604 auto eventListener = eventListeners_.find(subscriber); in CreateOsAccountEventListener() local
Dos_account_proxy.cpp814 const OsAccountSubscribeInfo &subscribeInfo, const sptr<IRemoteObject> &eventListener) in SubscribeOsAccount()
849 ErrCode OsAccountProxy::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount()
Dos_account_stub.cpp709 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in ProcSubscribeOsAccount() local
726 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in ProcUnsubscribeOsAccount() local