Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp38 const char *const HttpConstant::PARAM_KEY_MAX_LIMIT = "maxLimit"; member in OHOS::NetStack::Http::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h142 static const char *const PARAM_KEY_MAX_LIMIT; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp185 if (NapiUtils::HasNamedProperty(GetEnv(), optionsValue, HttpConstant::PARAM_KEY_MAX_LIMIT)) { in ParseNumberOptions()
186 …tMaxLimit(NapiUtils::GetUint32Property(GetEnv(), optionsValue, HttpConstant::PARAM_KEY_MAX_LIMIT)); in ParseNumberOptions()