Home
last modified time | relevance | path

Searched refs:GetHandler (Results 1 - 25 of 45) sorted by relevance

12

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/utils/
H A Ddh_modem_context_ext_test.cpp46 int32_t ret = DHModemContextExt::GetInstance().GetHandler(); in HWTEST_F()
59 int32_t ret = DHModemContextExt::GetInstance().GetHandler(); in HWTEST_F()
74 int32_t ret = DHModemContextExt::GetInstance().GetHandler(); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_modem_context_ext.cpp39 int32_t DHModemContextExt::GetHandler() in GetHandler() function in OHOS::DistributedHardware::DHModemContextExt
51 if (soHandle_ == nullptr && GetHandler() != DH_FWK_SUCCESS) { in GetModemExtInstance()
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dscreen_listener.cpp42 listener_.service_->GetHandler()->RemoveEvent(WorkEventHandler::CHECK_DEEPIDLE_MSG); in OnReceiveEvent()
52 listener_.service_->GetHandler()->RemoveEvent(WorkEventHandler::CHECK_DEEPIDLE_MSG); in OnReceiveEvent()
53 listener_.service_->GetHandler()->SendEvent( in OnReceiveEvent()
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H A Dmotion_sensor_monitor.cpp43 handler_ = StandbyServiceImpl::GetInstance()->GetHandler(); in MotionSensorMonitor()
68 StandbyServiceImpl::GetInstance()->GetHandler()->PostTask([]() { in AcceleromterCallback()
86 StandbyServiceImpl::GetInstance()->GetHandler()->PostTask([]() { in RepeatAcceleromterCallback()
94 StandbyServiceImpl::GetInstance()->GetHandler()->PostTask([]() { in MotionSensorCallback()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/dump/
H A Ddump_manager.cpp57 std::vector<DumpManager::Handler> DumpManager::GetHandler(const std::string &infoName) in GetHandler() function in OHOS::DistributedData::DumpManager
69 return GetHandler(itIndex.second); in GetHandler()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Ddh_modem_context_ext.h30 int32_t GetHandler();
/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/
H A Dprofile_event_handler_factory.h32 std::shared_ptr<ProfileEventHandler> GetHandler(ProfileEvent profileEvent);
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dsubscribe_info_checker_test.cpp206 * @tc.desc: GetHandler
212 auto result = ProfileEventHandlerFactory::GetInstance().GetHandler(ProfileEvent::EVENT_PROFILE_END); in HWTEST_F()
220 * @tc.desc: GetHandler
239 * @tc.desc: GetHandler
258 * @tc.desc: GetHandler
264 auto result = ProfileEventHandlerFactory::GetInstance().GetHandler(ProfileEvent::EVENT_PROFILE_CHANGED); in HWTEST_F()
271 * @tc.desc: GetHandler
277 auto result = ProfileEventHandlerFactory::GetInstance().GetHandler(ProfileEvent::EVENT_UNKNOWN); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_event_handler_factory.cpp38 std::shared_ptr<ProfileEventHandler> ProfileEventHandlerFactory::GetHandler(ProfileEvent profileEvent) in GetHandler() function in OHOS::DeviceProfile::ProfileEventHandlerFactory
/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H A Dinput_manager_listener.cpp29 handler_ = StandbyServiceImpl::GetInstance()->GetHandler(); in InputManagerListener()
H A Dbackground_task_listener.cpp57 handler_ = StandbyServiceImpl::GetInstance()->GetHandler(); in BgTaskListenerImpl()
/foundation/resourceschedule/ffrt/src/tm/
H A Dqueue_task.h62 inline QueueHandler* GetHandler() const in GetHandler() function in ffrt::QueueTask
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/dump/
H A Ddump_manager.h56 API_EXPORT std::vector<Handler> GetHandler(const std::string &infoName);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddump_helper_test.cpp54 dumpManager.GetHandler(config.infoName); in SetUp()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dmeta_enable_task.cpp73 if (DHModemContextExt::GetInstance().GetHandler() != DH_FWK_SUCCESS) { in Enable()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp369 void *ComponentLoader::GetHandler(const std::string &soName) in GetHandler() function in OHOS::DistributedHardware::ComponentLoader
391 comHandler.hardwareHandler = GetHandler(itor->second.compHandlerLoc); in GetAllHandler()
392 comHandler.sourceHandler = GetHandler(itor->second.compSourceLoc); in GetAllHandler()
394 comHandler.sinkHandler = GetHandler(itor->second.compSinkLoc); in GetAllHandler()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_file.h175 std::shared_ptr<NetPolicyFileEventHandler> GetHandler();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h88 void *GetHandler(const std::string &soName);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation.h80 const WeakPtr<JsAccessibilityManager>& GetHandler() const in GetHandler() function in OHOS::Ace::Framework::JsThirdProviderInteractionOperation
H A Djs_third_provider_interaction_operation.cpp552 auto jsAccessibilityManager = GetHandler().Upgrade(); in GetNodeConfig()
601 auto jsAccessibilityManager = GetHandler().Upgrade(); in SendAccessibilityAsyncEventForThird()
664 auto jsAccessibilityManager = GetHandler().Upgrade(); in SendAccessibilityAsyncEvent()
716 auto jsAccessibilityManager = GetHandler().Upgrade(); in SendAccessibilitySyncEventToService()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.cpp110 RectF leftHandler = GetHandler(true, boxes, contentRect, globalOffset, textStartOffset); in CalculateTextDragData()
111 RectF rightHandler = GetHandler(false, boxes, contentRect, globalOffset, textStartOffset); in CalculateTextDragData()
145 RectF TextDragPattern::GetHandler(const bool isLeftHandler, const std::vector<RectF> boxes, const RectF contentRect, in GetHandler() function in OHOS::Ace::NG::TextDragPattern
H A Dtext_drag_pattern.h215 static RectF GetHandler(const bool isLeftHandler, const std::vector<RectF> boxes, const RectF contentRect,
/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_api.cpp210 QueueHandler* handler = task->GetHandler(); in ffrt_queue_cancel()
275 QueueHandler* handler = reinterpret_cast<QueueTask*>(curTask)->GetHandler(); in ffrt_get_current_queue_eventhandler()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp122 command.handlers = DumpManager::GetInstance().GetHandler(name); in GetCommand()
290 std::vector<Handler> handlers = DumpManager::GetInstance().GetHandler(key); in DumpAllInfo()
/foundation/resourceschedule/device_standby/plugins/test/fuzztest/statemanageradapter_fuzzer/
H A Dstatemanageradapter_fuzzer.cpp137 StandbyServiceImpl::GetInstance()->GetStateManager(), StandbyServiceImpl::GetInstance()->GetHandler()); in PreciseCoverage()

Completed in 13 milliseconds

12