/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/utils/ |
H A D | dh_modem_context_ext_test.cpp | 46 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 D | dh_modem_context_ext.cpp | 39 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 D | screen_listener.cpp | 42 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 D | motion_sensor_monitor.cpp | 43 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 D | dump_manager.cpp | 57 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 D | dh_modem_context_ext.h | 30 int32_t GetHandler();
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/ |
H A D | profile_event_handler_factory.h | 32 std::shared_ptr<ProfileEventHandler> GetHandler(ProfileEvent profileEvent);
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | subscribe_info_checker_test.cpp | 206 * @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 D | profile_event_handler_factory.cpp | 38 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 D | input_manager_listener.cpp | 29 handler_ = StandbyServiceImpl::GetInstance()->GetHandler(); in InputManagerListener()
|
H A D | background_task_listener.cpp | 57 handler_ = StandbyServiceImpl::GetInstance()->GetHandler(); in BgTaskListenerImpl()
|
/foundation/resourceschedule/ffrt/src/tm/ |
H A D | queue_task.h | 62 inline QueueHandler* GetHandler() const in GetHandler() function in ffrt::QueueTask
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/dump/ |
H A D | dump_manager.h | 56 API_EXPORT std::vector<Handler> GetHandler(const std::string &infoName);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | dump_helper_test.cpp | 54 dumpManager.GetHandler(config.infoName);
in SetUp()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
H A D | meta_enable_task.cpp | 73 if (DHModemContextExt::GetInstance().GetHandler() != DH_FWK_SUCCESS) { in Enable()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/ |
H A D | component_loader.cpp | 369 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 D | net_policy_file.h | 175 std::shared_ptr<NetPolicyFileEventHandler> GetHandler();
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/ |
H A D | component_loader.h | 88 void *GetHandler(const std::string &soName);
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_provider_interaction_operation.h | 80 const WeakPtr<JsAccessibilityManager>& GetHandler() const in GetHandler() function in OHOS::Ace::Framework::JsThirdProviderInteractionOperation
|
H A D | js_third_provider_interaction_operation.cpp | 552 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 D | text_drag_pattern.cpp | 110 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 D | text_drag_pattern.h | 215 static RectF GetHandler(const bool isLeftHandler, const std::vector<RectF> boxes, const RectF contentRect,
|
/foundation/resourceschedule/ffrt/src/queue/ |
H A D | queue_api.cpp | 210 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 D | dump_helper.cpp | 122 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 D | statemanageradapter_fuzzer.cpp | 137 StandbyServiceImpl::GetInstance()->GetStateManager(), StandbyServiceImpl::GetInstance()->GetHandler()); in PreciseCoverage()
|