Home
last modified time | relevance | path

Searched refs:devProfile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h52 static bool IsDevProfileValid(const DeviceProfile& devProfile);
58 static bool IsDeviceProfileValid(const DeviceProfile& devProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp349 bool ProfileUtils::IsDevProfileValid(const DeviceProfile& devProfile) in IsDevProfileValid() argument
351 return IsKeyValid(devProfile.GetDeviceId()) && IsLocalUdid(devProfile.GetDeviceId()); in IsDevProfileValid()
366 bool ProfileUtils::IsDeviceProfileValid(const DeviceProfile& devProfile) in IsDeviceProfileValid() argument
368 if (devProfile.GetOsVersion().empty() || devProfile.GetOsType() == MIN_OS_TYPE) { in IsDeviceProfileValid()