H A D | profile_utils.cpp | 627 if (IsPropertyValid(propertiesMap, OS_SYS_CAPACITY, MAX_STRING_LEN)) { in EntriesToDeviceProfile() 630 if (IsPropertyValid(propertiesMap, OS_VERSION, MAX_STRING_LEN)) { in EntriesToDeviceProfile() 633 if (IsPropertyValid(propertiesMap, OS_VERSION + OH_PROFILE_SUFFIX, MAX_STRING_LEN)) { in EntriesToDeviceProfile() 636 if (IsPropertyValid(propertiesMap, OS_TYPE, MIN_OS_TYPE, MAX_OS_TYPE)) { in EntriesToDeviceProfile() 640 if (IsPropertyValid(propertiesMap, OS_TYPE + OH_PROFILE_SUFFIX, MIN_OS_TYPE, MAX_OS_TYPE)) { in EntriesToDeviceProfile() 724 bool ProfileUtils::IsPropertyValid(const std::map<std::string, std::string>& propertyMap, const std… in IsPropertyValid() function in OHOS::DistributedDeviceProfile::ProfileUtils 735 bool ProfileUtils::IsPropertyValid(const std::map<std::string, std::string>& propertyMap, const std… in IsPropertyValid() function in OHOS::DistributedDeviceProfile::ProfileUtils
|