Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/common/include/
H A Dnapi_edm_common.h60 constexpr int NAPI_MAX_DATA_LEN = 0x6400000; variable
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/common/src/
H A Dnapi_edm_common.cpp420 if (length > NAPI_MAX_DATA_LEN) { in JsObjectToU8Vector()