Searched refs:GetDeviceIdByDBGetPrefix (Results 1 – 4 of 4) sorted by relevance
163 auto ret = DHContext::GetInstance().GetDeviceIdByDBGetPrefix(prefix);167 ret = DHContext::GetInstance().GetDeviceIdByDBGetPrefix(prefix);171 ret = DHContext::GetInstance().GetDeviceIdByDBGetPrefix(prefix);
98 std::string GetDeviceIdByDBGetPrefix(const std::string &prefix);
303 std::string DHContext::GetDeviceIdByDBGetPrefix(const std::string &prefix) in GetDeviceIdByDBGetPrefix() function in OHOS::DistributedHardware::DHContext
198 std::string deviceId = DHContext::GetInstance().GetDeviceIdByDBGetPrefix(key); in GetNetworkIdByKey()