Home
last modified time | relevance | path

Searched defs:MAX_RETURN_LIMIT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/asset/services/core_service/src/operations/common/
H A Dargument_check.rs27 const MAX_RETURN_LIMIT: u32 = 0x10000; // 65536 const
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_check.cpp45 #define MAX_RETURN_LIMIT 0x10000 macro