Searched refs:GetDhId (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
H A D | enable_task.cpp | 63 GetAnonyString(GetUUID()).c_str(), GetAnonyString(GetDhId()).c_str()); in DoTaskInner() 74 .dhId = GetDhId(), in DoTaskInner() 77 std::string enabledDeviceKey = GetCapabilityKey(GetDeviceIdByUUID(GetUUID()), GetDhId()); in DoTaskInner() 85 DHCompMgrTraceStart(GetAnonyString(GetNetworkId()), GetAnonyString(GetDhId()), DH_ENABLE_START); in RegisterHardware() 86 …auto result = ComponentManager::GetInstance().Enable(GetNetworkId(), GetUUID(), GetDhId(), GetDhTy… in RegisterHardware() 89 GetAnonyString(GetDhId()).c_str()); in RegisterHardware()
|
H A D | disable_task.cpp | 64 GetAnonyString(GetDhId()).c_str()); in DoTaskInner() 70 std::string enabledDeviceKey = GetCapabilityKey(GetDeviceIdByUUID(GetUUID()), GetDhId()); in DoTaskInner() 89 … DHCompMgrTraceStart(GetAnonyString(GetNetworkId()), GetAnonyString(GetDhId()), DH_DISABLE_START); in UnRegisterHardware() 90 …auto result = ComponentManager::GetInstance().Disable(GetNetworkId(), GetUUID(), GetDhId(), GetDhT… in UnRegisterHardware() 93 GetAnonyString(GetDhId()).c_str()); in UnRegisterHardware()
|
H A D | meta_enable_task.cpp | 61 GetAnonyString(GetUUID()).c_str(), GetAnonyString(GetDhId()).c_str()); in DoTaskInner() 90 GetAnonyString(GetDhId()).c_str(), GetAnonyString(GetUDID()).c_str()); in Enable()
|
H A D | meta_disable_task.cpp | 61 GetAnonyString(GetDhId()).c_str()); in DoTaskInner() 94 DHLOGW("Meta disable failed, dhId = %{public}s.", GetAnonyString(GetDhId()).c_str()); in Disable()
|
H A D | task.cpp | 53 std::string Task::GetDhId() in GetDhId() function in OHOS::DistributedHardware::Task
|
H A D | task_board.cpp | 100 .dhId = t.second->GetDhId(), in DumpAllTasks()
|
H A D | offline_task.cpp | 193 .dhId = GetDhId(), in CreateMetaDisableTask()
|
H A D | online_task.cpp | 165 .dhId = GetDhId(), in CreateMetaEnableTask()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/ |
H A D | task.h | 41 std::string GetDhId();
|