Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp368 if (devProfile.GetOsVersion().empty() || devProfile.GetOsType() == MIN_OS_TYPE) { in IsDeviceProfileValid()
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()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h118 constexpr int32_t MIN_OS_TYPE = 0; variable