Home
last modified time | relevance | path

Searched refs:InitDelegateTasks (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/msdp/device_status/test/fuzztest/devicemanager_fuzzer/
H A Ddevicemanager_fuzzer.h89 int32_t InitDelegateTasks();
H A Ddevicemanager_fuzzer.cpp109 if (InitDelegateTasks() != RET_OK) { in Init()
155 int32_t ContextService::InitDelegateTasks() in InitDelegateTasks() function in OHOS::Msdp::DeviceStatus::ContextService
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/include/
H A Dtimer_manager_test.h83 int32_t InitDelegateTasks();
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h88 int32_t InitDelegateTasks();
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/include/
H A Ddevice_manager_test.h89 int32_t InitDelegateTasks();
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp111 if (InitDelegateTasks() != RET_OK) { in Init()
157 int32_t ContextService::InitDelegateTasks() in InitDelegateTasks() function in OHOS::Msdp::DeviceStatus::ContextService
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp111 if (InitDelegateTasks() != RET_OK) { in Init()
157 int32_t ContextService::InitDelegateTasks() in InitDelegateTasks() function in OHOS::Msdp::DeviceStatus::ContextService
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp115 if (InitDelegateTasks() != RET_OK) { in Init()
148 int32_t ContextService::InitDelegateTasks() in InitDelegateTasks() function in OHOS::Msdp::DeviceStatus::ContextService
/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h118 int32_t InitDelegateTasks();
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp78 MMIService::GetInstance()->InitDelegateTasks(); in StubHandleAllocSocketFdFuzzTest()
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp236 if (InitDelegateTasks() != RET_OK) { in Init()
436 int32_t DeviceStatusService::InitDelegateTasks() in InitDelegateTasks() function in OHOS::Msdp::DeviceStatus::DeviceStatusService
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h221 bool InitDelegateTasks();
/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp225 ret = mmiService.InitDelegateTasks();
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp296 bool MMIService::InitDelegateTasks() in InitDelegateTasks() function in OHOS::MMI::MMIService
347 if (!InitDelegateTasks()) { in Init()