Home
last modified time | relevance | path

Searched refs:MAX_ARR_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp222 … ((uint32_t)cJSON_GetArraySize(value) >= 0 && (uint32_t)cJSON_GetArraySize(value) <= MAX_ARR_SIZE); in IsArray()
323 if (inputArray.empty() || inputArray.size() > MAX_ARR_SIZE) { in IsArrayLengthValid()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Dconstants.h33 constexpr uint32_t MAX_ARR_SIZE = 10000; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhievent.h71 static const size_t MAX_ARR_SIZE = 100; variable