Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
H A Dpermission_manager.cpp101 if (size == 0 || size > MAX_INTERFACE_SIZE) { in ParsePermissionJson()
246 if (!cJSON_IsArray(item) || itemSize == 0 || itemSize > MAX_INTERFACE_SIZE) { in SetPermissionMap()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h130 constexpr int32_t MAX_INTERFACE_SIZE = 20; variable