Home
last modified time | relevance | path

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

/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; member in HiEvent
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Dconstants.h33 constexpr uint32_t MAX_ARR_SIZE = 10000; member
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp223 return ((uint32_t)cJSON_GetArraySize(value) >= 0 && (uint32_t)cJSON_GetArraySize(value) <= MAX_ARR_SIZE); in IsArray()
324 if (inputArray.empty() || inputArray.size() > MAX_ARR_SIZE) { in IsArrayLengthValid()
325 DHLOGE("On parameter error, maybe empty or beyond MAX_ARR_SIZE"); in IsArrayLengthValid()

Completed in 2 milliseconds