/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 const 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 | 41 …td::shared_ptr<OsAccountSubscribeInfo> &subscribeInfoPtr, const sptr<IRemoteObject> &eventListener) in SubscribeOsAccount() 65 ErrCode OsAccountSubscribeManager::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount() 93 ErrCode OsAccountSubscribeManager::RemoveSubscribeRecord(const sptr<IRemoteObject> &eventListener) in RemoveSubscribeRecord() 114 const sptr<IRemoteObject> &eventListener) in GetSubscribeRecordInfo()
|
/base/account/os_account/services/accountmgr/src/ |
D | distributed_account_subscribe_manager.cpp | 41 const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, const sptr<IRemoteObject> &eventListener) in SubscribeDistributedAccountEvent() 68 const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent() 95 const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent()
|
D | account_mgr_service.cpp | 156 const sptr<IRemoteObject> &eventListener) in SubscribeDistributedAccountEvent() 167 const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent()
|
D | account_stub.cpp | 388 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in CmdSubscribeDistributedAccountEvent() local 412 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in CmdUnsubscribeDistributedAccountEvent() local
|
D | ohos_account_manager.cpp | 264 const sptr<IRemoteObject> &eventListener) in SubscribeDistributedAccountEvent() 270 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/test/mock/src/ |
D | mock_account_mgr_service.cpp | 70 const sptr<IRemoteObject> &eventListener) in SubscribeDistributedAccountEvent() 76 const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent()
|
/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()
|
D | inner_app_account_manager.cpp | 331 …const sptr<IRemoteObject> &eventListener, const uid_t &uid, const std::string &bundleName, const u… in SubscribeAppAccount() 337 ErrCode InnerAppAccountManager::UnsubscribeAppAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeAppAccount()
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
D | napi_screenlock_ability.cpp | 187 EventListener *eventListener = reinterpret_cast<EventListener *>(data); in CompleteAsyncWork() local 201 EventListener *eventListener = reinterpret_cast<EventListener *>(data); in AsyncCallFunc() local 249 EventListener *eventListener = nullptr; in NAPI_Lock() local 297 EventListener *eventListener = nullptr; in NAPI_UnlockScreen() local 340 EventListener *eventListener = nullptr; in NAPI_Unlock() local 419 EventListener eventListener{ .env = env, .thisVar = thisVar, .callbackRef = callbackRef }; in NAPI_OnSystemEvent() local
|
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()
|
/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 | 167 auto eventListener = eventListeners_.find(subscriber); in SubscribeCommonEvent() local 196 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 | 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 | 299 for (const auto &eventListener : iter.second) { in ClearEventMap() local 307 for (const auto &eventListener : iter.second) { in ClearEventMap() local
|
/base/account/os_account/frameworks/ohosaccount/native/src/ |
D | ohos_account_kits_impl.cpp | 247 auto eventListener = eventListeners_.find(callback); in UnsubscribeDistributedAccountEvent() local 277 auto eventListener = eventListeners_.find(callback); in CreateDistributedAccountEventService() local
|
D | account_proxy.cpp | 258 const sptr<IRemoteObject> &eventListener) in SubscribeDistributedAccountEvent() 296 const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent()
|