Home
last modified time | relevance | path

Searched refs:GetUdidHashIdByUUID (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/utils/
H A Ddh_context_test.cpp110 auto ret = DHContext::GetInstance().GetUdidHashIdByUUID(TEST_UUID); in HWTEST_F()
114 ret = DHContext::GetInstance().GetUdidHashIdByUUID(TEST_UUID); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Ddh_context.h83 std::string GetUdidHashIdByUUID(const std::string &uuid);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Doffline_task.cpp121 std::string udidHash = DHContext::GetInstance().GetUdidHashIdByUUID(GetUUID()); in CreateDisableTask()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_context.cpp211 std::string DHContext::GetUdidHashIdByUUID(const std::string &uuid) in GetUdidHashIdByUUID() function in OHOS::DistributedHardware::DHContext
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp700 ret = MetaInfoManager::GetInstance()->GetMetaCapInfo(DHContext::GetInstance().GetUdidHashIdByUUID(uuid), in GetEnableCapParam()
783 auto ret = MetaInfoManager::GetInstance()->GetMetaCapInfo(DHContext::GetInstance().GetUdidHashIdByUUID(uuid), in GetMetaParam()

Completed in 6 milliseconds