Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/utilstool/
H A Dutils_tool_test.cpp105 * @tc.desc: Verify the GetDeviceIdByUUID function
112 std::string ret = GetDeviceIdByUUID(uuidEmpty); in HWTEST_F()
116 ret = GetDeviceIdByUUID(uuid); in HWTEST_F()
122 * @tc.desc: Verify the GetDeviceIdByUUID function
132 std::string ret = GetDeviceIdByUUID(uuid); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/fuzztest/utils_fuzzer/
H A Dutils_fuzzer.cpp56 GetDeviceIdByUUID(uuid); in UtilsToolTest()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Doffline_task.cpp110 std::string deviceId = GetDeviceIdByUUID(GetUUID()); in CreateDisableTask()
157 auto ret = CapabilityInfoManager::GetInstance()->RemoveCapabilityInfoInMem(GetDeviceIdByUUID(GetUUID())); in ClearOffLineInfo()
H A Donline_task.cpp83 std::string deviceId = GetDeviceIdByUUID(GetUUID()); in DoSyncInfo()
106 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()
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Ddh_utils_tool.h46 std::string GetDeviceIdByUUID(const std::string &uuid);
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp108 std::string GetDeviceIdByUUID(const std::string &uuid) in GetDeviceIdByUUID() function
147 devInfo.deviceId = GetDeviceIdByUUID(devInfo.uuid); in GetLocalDeviceInfo()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp660 auto ret = CapabilityInfoManager::GetInstance()->GetCapability(GetDeviceIdByUUID(uuid), dhId, capability); in GetDHType()
759 std::string deviceId = GetDeviceIdByUUID(uuid); in GetCapParam()
849 int32_t ret = VersionInfoManager::GetInstance()->GetVersionInfoByDeviceId(GetDeviceIdByUUID(uuid), versionInfo); in GetVersionFromVerInfoMgr()
/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); in HWTEST_F()

Completed in 11 milliseconds