/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/ |
H A D | ability_connect_manager_test.cpp | 230 ConnectManager()->SetEventHandler(EventHandler()); 268 ConnectManager()->SetEventHandler(EventHandler()); 299 ConnectManager()->SetEventHandler(EventHandler()); 327 ConnectManager()->SetEventHandler(EventHandler()); 359 ConnectManager()->SetEventHandler(EventHandler()); 391 ConnectManager()->SetEventHandler(EventHandler()); 419 ConnectManager()->SetEventHandler(EventHandler()); 1478 connectManager->SetEventHandler(nullptr); 1948 connectManager->SetEventHandler(nullptr); 2026 connectManager->SetEventHandler(nullptr); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/include/ |
H A D | sr_common_event_subscriber.h | 38 inline void SetEventHandler(const std::shared_ptr<EventHandler> &handler) in SetEventHandler() function
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | ime_freeze_manager_test.cpp | 39 freezeManager_->SetEventHandler(eventHandler_); in SetUpTestCase() 43 freezeManager_->SetEventHandler(nullptr); in TearDownTestCase()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/include/ |
H A D | app_state_observer.h | 29 void SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &handler);
|
H A D | system_event_observer.h | 33 void SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &handler);
|
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/ |
H A D | queue_api.cpp | 271 handler->SetEventHandler(eventhandler); 298 handler->SetEventHandler(mainHandler); 312 handler->SetEventHandler(workerHandler);
|
H A D | eventhandler_interactive_queue.h | 58 inline void SetEventHandler(void* eventHandler) in SetEventHandler() function
|
H A D | queue_handler.h | 88 void SetEventHandler(void* eventHandler);
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | user_session_manager.h | 33 void SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &eventHandler);
|
H A D | freeze_manager.h | 31 static void SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &eventHandler);
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/ |
H A D | system_event_observer.h | 34 void SetEventHandler(const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler);
|
H A D | system_event_observer.cpp | 63 void SystemEventObserver::SetEventHandler(const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &ha… in SetEventHandler() function in OHOS::IntellVoiceEngine::SystemEventObserver
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/module_loader/include/ |
H A D | if_mmi_client.h | 41 virtual void SetEventHandler(EventHandlerPtr eventHandler) = 0;
|
H A D | mmi_client.h | 35 void SetEventHandler(EventHandlerPtr eventHandler) override;
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | ability_manager_helper.h | 40 inline void SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SetEventHandler() function
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | device_state_observer.cpp | 52 subscriber_->SetEventHandler(deviceStateHandler); in StartEventSubscriber() 166 void DeviceStateEventSubscriber::SetEventHandler(const std::shared_ptr<DeviceStateHandler> &deviceS… in SetEventHandler() function in OHOS::Telephony::DeviceStateEventSubscriber
|
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/ |
H A D | i_client.h | 44 virtual void SetEventHandler(EventHandlerPtr eventHandler) = 0;
|
H A D | client.h | 34 void SetEventHandler(EventHandlerPtr eventHandler) override;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability_local_record.cpp | 37 void AbilityLocalRecord::SetEventHandler(const std::shared_ptr<EventHandler> &handler) in SetEventHandler() function in OHOS::AppExecFwk::AbilityLocalRecord
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | user_session_manager.cpp | 60 void UserSessionManager::SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &eventHand… in SetEventHandler() function in OHOS::MiscServices::UserSessionManager
|
H A D | freeze_manager.cpp | 109 void FreezeManager::SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &eventHandler) in SetEventHandler() function in OHOS::MiscServices::FreezeManager
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ability_local_record.h | 67 void SetEventHandler(const std::shared_ptr<EventHandler> &handler);
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | panel_listener_impl.h | 54 void SetEventHandler(std::shared_ptr<AppExecFwk::EventHandler> handler);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/ |
H A D | app_state_observer.cpp | 93 void AppStateObserver::SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SetEventHandler() function in OHOS::BackgroundTaskMgr::AppStateObserver
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksystemeventobserver_fuzzer/ |
H A D | bgtasksystemeventobserver_fuzzer.cpp | 44 systemEventListener->SetEventHandler(handler); in DoSomethingInterestingWithMyAPI()
|