Home
last modified time | relevance | path

Searched refs:GetDhId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Denable_task.cpp63 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 Ddisable_task.cpp64 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 Dmeta_enable_task.cpp61 GetAnonyString(GetUUID()).c_str(), GetAnonyString(GetDhId()).c_str()); in DoTaskInner()
90 GetAnonyString(GetDhId()).c_str(), GetAnonyString(GetUDID()).c_str()); in Enable()
H A Dmeta_disable_task.cpp61 GetAnonyString(GetDhId()).c_str()); in DoTaskInner()
94 DHLOGW("Meta disable failed, dhId = %{public}s.", GetAnonyString(GetDhId()).c_str()); in Disable()
H A Dtask.cpp53 std::string Task::GetDhId() in GetDhId() function in OHOS::DistributedHardware::Task
H A Dtask_board.cpp100 .dhId = t.second->GetDhId(), in DumpAllTasks()
H A Doffline_task.cpp193 .dhId = GetDhId(), in CreateMetaDisableTask()
H A Donline_task.cpp165 .dhId = GetDhId(), in CreateMetaEnableTask()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/
H A Dtask.h41 std::string GetDhId();