| /base/theme/screenlock_mgr/test/unittest/ |
| D | screenlock_callback_test.cpp | 22 ScreenLockSystemAbilityTest::ScreenLockSystemAbilityTest(const EventListenerTest &eventListener) in ScreenLockSystemAbilityTest() 35 ScreenlockCallbackTest::ScreenlockCallbackTest(const EventListenerTest &eventListener) in ScreenlockCallbackTest()
|
| D | screenlock_notify_test_instance.cpp | 21 ScreenlockNotifyTestInstance::ScreenlockNotifyTestInstance(const EventListenerTest &eventListener) in ScreenlockNotifyTestInstance()
|
| /base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
| D | hisysevent_listener_proxy.cpp | 25 auto eventListener = GetEventListener(); in Handle() local 47 auto eventListener = GetEventListener(); in OnRemoteDied() local
|
| /base/account/os_account/services/accountmgr/test/mock/app_account/ |
| D | mock_app_account_subscribe_manager.cpp | 37 …d::shared_ptr<AppAccountSubscribeInfo> &subscribeInfoPtr, const sptr<IRemoteObject> &eventListener, in SubscribeAppAccount() 63 …ode MockAppAccountSubscribeManager::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount()
|
| D | mock_inner_app_account_manager.cpp | 72 … const sptr<IRemoteObject> &eventListener, const std::string &bundleName, const uint32_t &appIndex) in SubscribeAppAccount() 95 ErrCode MockInnerAppAccountManager::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount()
|
| D | mock_app_account_stub.cpp | 367 AppAccountSubscribeInfo &subscribeInfo, const sptr<IRemoteObject> &eventListener) in SubscribeAppAccount() 383 ErrCode MockAppAccountStub::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount()
|
| /base/account/os_account/services/accountmgr/src/osaccount/ |
| D | os_account_subscribe_manager.cpp | 40 …td::shared_ptr<OsAccountSubscribeInfo> &subscribeInfoPtr, const sptr<IRemoteObject> &eventListener) in SubscribeOsAccount() 64 ErrCode OsAccountSubscribeManager::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount() 92 ErrCode OsAccountSubscribeManager::RemoveSubscribeRecord(const sptr<IRemoteObject> &eventListener) in RemoveSubscribeRecord() 113 const sptr<IRemoteObject> &eventListener) in GetSubscribeRecordInfo()
|
| /base/account/os_account/services/accountmgr/src/ |
| D | distributed_account_subscribe_manager.cpp | 40 const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, const sptr<IRemoteObject> &eventListener) in SubscribeDistributedAccountEvent() 67 const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent() 94 const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent()
|
| D | account_mgr_service.cpp | 171 const sptr<IRemoteObject> &eventListener) in SubscribeDistributedAccountEvent() 182 const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent()
|
| D | ohos_account_manager.cpp | 290 const sptr<IRemoteObject> &eventListener) in SubscribeDistributedAccountEvent() 296 const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent()
|
| D | account_stub.cpp | 446 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in CmdSubscribeDistributedAccountEvent() local 470 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in CmdUnsubscribeDistributedAccountEvent() local
|
| /base/account/os_account/services/accountmgr/test/mock/src/ |
| D | mock_account_mgr_service.cpp | 70 const sptr<IRemoteObject> &eventListener) in SubscribeDistributedAccountEvent() 76 const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent()
|
| /base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/ |
| D | screenlockmanager_fuzzer.cpp | 51 EventListener eventListener; in FuzzScreenlockManager() local 68 EventListener eventListener; in UnlockFuzzTest() local 92 EventListener eventListener; in FuzzScreenlockAppManager() local
|
| /base/account/os_account/services/accountmgr/src/appaccount/ |
| D | app_account_subscribe_manager.cpp | 45 …d::shared_ptr<AppAccountSubscribeInfo> &subscribeInfoPtr, const sptr<IRemoteObject> &eventListener, in SubscribeAppAccount() 90 ErrCode AppAccountSubscribeManager::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount() 215 ErrCode AppAccountSubscribeManager::RemoveSubscribeRecord(const sptr<IRemoteObject> &eventListener) in RemoveSubscribeRecord()
|
| /base/theme/screenlock_mgr/frameworks/js/napi/src/ |
| D | screenlock_system_ability_callback.cpp | 31 ScreenlockSystemAbilityCallback::ScreenlockSystemAbilityCallback(const EventListener &eventListener) in ScreenlockSystemAbilityCallback()
|
| D | screenlock_callback.cpp | 35 ScreenlockCallback::ScreenlockCallback(const EventListener &eventListener) in ScreenlockCallback()
|
| D | napi_screenlock_ability.cpp | 208 EventListener *eventListener = reinterpret_cast<EventListener *>(data); in CompleteAsyncWork() local 222 EventListener *eventListener = reinterpret_cast<EventListener *>(data); in AsyncCallFunc() local 270 EventListener *eventListener = nullptr; in NAPI_Lock() local 319 EventListener *eventListener = nullptr; in NAPI_UnlockScreen() local 362 EventListener *eventListener = nullptr; in NAPI_Unlock() local 444 EventListener eventListener{ .env = env, .thisVar = thisVar, .callbackRef = callbackRef }; in NAPI_OnSystemEvent() local
|
| /base/telephony/state_registry/frameworks/js/napi/src/ |
| D | event_listener_manager.cpp | 22 int32_t EventListenerManager::RegisterEventListener(EventListener &eventListener) in RegisterEventListener()
|
| /base/notification/common_event_service/frameworks/core/src/ |
| D | common_event.cpp | 180 auto eventListener = eventListeners_.find(subscriber); in SubscribeCommonEvent() local 209 auto eventListener = eventListeners_.find(subscriber); in UnSubscribeCommonEvent() local 386 auto eventListener = eventListeners_.find(subscriber); in CreateCommonEventListener() local
|
| /base/account/os_account/services/accountmgr/include/appaccount/ |
| D | app_account_event_record.h | 27 sptr<IRemoteObject> eventListener; member
|
| /base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
| D | os_account_manager_service_no_permission_module_test.cpp | 426 sptr<IRemoteObject> eventListener = nullptr; variable 440 sptr<IRemoteObject> eventListener = nullptr; variable
|
| D | inner_os_account_manager_test.cpp | 108 const sptr<IRemoteObject> eventListener = nullptr; variable
|
| /base/msdp/device_status/frameworks/js/napi/src/ |
| D | devicestatus_event.cpp | 268 for (const auto &eventListener : iter.second) { in ClearEventMap() local 276 for (const auto &eventListener : iter.second) { in ClearEventMap() local
|
| /base/account/os_account/frameworks/ohosaccount/native/src/ |
| D | account_proxy.cpp | 309 const sptr<IRemoteObject> &eventListener) in SubscribeDistributedAccountEvent() 347 const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent()
|
| D | ohos_account_kits_impl.cpp | 272 auto eventListener = eventListeners_.find(callback); in UnsubscribeDistributedAccountEvent() local 302 auto eventListener = eventListeners_.find(callback); in CreateDistributedAccountEventService() local
|