Home
last modified time | relevance | path

Searched refs:GetDeviceIdByUUID (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/utilstool/
H A Dutils_tool_test.cpp112 std::string ret = GetDeviceIdByUUID(uuidEmpty);
116 ret = GetDeviceIdByUUID(uuid);
132 std::string ret = GetDeviceIdByUUID(uuid);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Doffline_task.cpp111 std::string deviceId = GetDeviceIdByUUID(GetUUID()); in CreateDisableTask()
158 …auto ret = CapabilityInfoManager::GetInstance()->RemoveCapabilityInfoInMem(GetDeviceIdByUUID(GetUU… in ClearOffLineInfo()
H A Donline_task.cpp84 std::string deviceId = GetDeviceIdByUUID(GetUUID()); in DoSyncInfo()
107 std::string deviceId = GetDeviceIdByUUID(GetUUID()); in CreateEnableTask()
H A Ddisable_task.cpp70 std::string enabledDeviceKey = GetCapabilityKey(GetDeviceIdByUUID(GetUUID()), GetDhId()); in DoTaskInner()
H A Denable_task.cpp77 std::string enabledDeviceKey = GetCapabilityKey(GetDeviceIdByUUID(GetUUID()), GetDhId()); in DoTaskInner()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/test/fuzztest/utils_fuzzer/
H A Dutils_fuzzer.cpp56 GetDeviceIdByUUID(uuid); in UtilsToolTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Ddh_utils_tool.h46 std::string GetDeviceIdByUUID(const std::string &uuid);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp107 std::string GetDeviceIdByUUID(const std::string &uuid) in GetDeviceIdByUUID() function
146 devInfo.deviceId = GetDeviceIdByUUID(devInfo.uuid); in GetLocalDeviceInfo()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp649 …auto ret = CapabilityInfoManager::GetInstance()->GetCapability(GetDeviceIdByUUID(uuid), dhId, capa… in GetDHType()
748 std::string deviceId = GetDeviceIdByUUID(uuid); in GetCapParam()
838 …int32_t ret = VersionInfoManager::GetInstance()->GetVersionInfoByDeviceId(GetDeviceIdByUUID(uuid)… in GetVersionFromVerInfoMgr()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp232 devInfo.deviceId = GetDeviceIdByUUID(devInfo.uuid);