Home
last modified time | relevance | path

Searched refs:META_ENABLE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Dimpl_utils.h32 META_ENABLE = 5, enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/
H A Dmock_online_task.cpp64 …:shared_ptr<Task> metaEnableTask = MockTaskFactory::GetInstance().CreateTask(TaskType::META_ENABLE, in CreateMetaEnableTask()
H A Dmock_task_factory.cpp45 case TaskType::META_ENABLE: { in CreateTask()
H A Dtask_test.cpp393 auto task = TaskFactory::GetInstance().CreateTask(TaskType::META_ENABLE, taskParam, nullptr);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dmeta_enable_task.cpp38 SetTaskType(TaskType::META_ENABLE); in MetaEnableTask()
H A Dtask_factory.cpp61 case TaskType::META_ENABLE: { in CreateTask()
H A Donline_task.cpp168 …auto task = TaskFactory::GetInstance().CreateTask(TaskType::META_ENABLE, taskParam, shared_from_th… in CreateMetaEnableTask()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp52 { TaskType::META_ENABLE, "META_ENABLE" },