Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h142 static const char *const PARAM_KEY_MAX_LIMIT; member in OHOS::NetStack::Http::final
/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
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp188 if (NapiUtils::HasNamedProperty(GetEnv(), optionsValue, HttpConstant::PARAM_KEY_MAX_LIMIT)) { in ParseNumberOptions()
189 options.SetMaxLimit(NapiUtils::GetUint32Property(GetEnv(), optionsValue, HttpConstant::PARAM_KEY_MAX_LIMIT)); in ParseNumberOptions() member in OHOS::NetStack::Http::HttpConstant

Completed in 4 milliseconds