Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H A Dstatic_capability_loader.cpp117 if (capabilityNum == 0 || capabilityNum > MAX_STATIC_CAPABILITY_SIZE) { in GetStaticCapability()
184 if (staticInfoNum == 0 || staticInfoNum > MAX_STATIC_CAPABILITY_SIZE) { in GetLatestStaticInfoJson()
209 if (staticInfoNum == 0 || staticInfoNum > MAX_STATIC_CAPABILITY_SIZE) { in GetStaticInfoJsonByVersion()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h133 constexpr int32_t MAX_STATIC_CAPABILITY_SIZE = 100; variable