Home
last modified time | relevance | path

Searched refs:GetDeviceIdByDBGetPrefix (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/utils/
H A Ddh_context_test.cpp163 auto ret = DHContext::GetInstance().GetDeviceIdByDBGetPrefix(prefix);
167 ret = DHContext::GetInstance().GetDeviceIdByDBGetPrefix(prefix);
171 ret = DHContext::GetInstance().GetDeviceIdByDBGetPrefix(prefix);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Ddh_context.h98 std::string GetDeviceIdByDBGetPrefix(const std::string &prefix);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_context.cpp303 std::string DHContext::GetDeviceIdByDBGetPrefix(const std::string &prefix) in GetDeviceIdByDBGetPrefix() function in OHOS::DistributedHardware::DHContext
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Ddb_adapter.cpp198 std::string deviceId = DHContext::GetInstance().GetDeviceIdByDBGetPrefix(key); in GetNetworkIdByKey()