Home
last modified time | relevance | path

Searched refs:IsLocalUdid (Results 1 - 3 of 3) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h50 static bool IsLocalUdid(const std::string& udid);
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp340 bool ProfileUtils::IsLocalUdid(const std::string& udid) in IsLocalUdid() function in OHOS::DistributedDeviceProfile::ProfileUtils
351 return IsKeyValid(devProfile.GetDeviceId()) && IsLocalUdid(devProfile.GetDeviceId()); in IsDevProfileValid()
356 return IsKeyValid(svrProfile.GetDeviceId()) && IsLocalUdid(svrProfile.GetDeviceId()) && in IsSvrProfileValid()
362 return IsKeyValid(charProfile.GetDeviceId()) && IsLocalUdid(charProfile.GetDeviceId()) && in IsCharProfileValid()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp422 if (!ProfileUtils::IsKeyValid(deviceId) || !ProfileUtils::IsLocalUdid(deviceId) || in DeleteServiceProfile()
447 if (!ProfileUtils::IsKeyValid(deviceId) || !ProfileUtils::IsLocalUdid(deviceId) || in DeleteCharacteristicProfile()

Completed in 3 milliseconds