Home
last modified time | relevance | path

Searched refs:ARRAY_LIMIT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dset_device_idle_allow_list_context.cpp41 arrayLength = arrayLength > ARRAY_LIMIT ? ARRAY_LIMIT : arrayLength; in ParseParams()
H A Dset_power_save_allow_list_context.cpp41 arrayLength = arrayLength > ARRAY_LIMIT ? ARRAY_LIMIT : arrayLength; in ParseParams()
H A Dset_net_quota_policies_context.cpp60 arrayLength = arrayLength > ARRAY_LIMIT ? ARRAY_LIMIT : arrayLength; in ParseParams()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/include/
H A Dconstant.h34 constexpr int ARRAY_LIMIT = 64; variable