Searched refs:PARAM_KEY_MAX_LIMIT (Results 1 – 3 of 3) sorted by relevance
38 const char *const HttpConstant::PARAM_KEY_MAX_LIMIT = "maxLimit"; member in OHOS::NetStack::Http::HttpConstant
142 static const char *const PARAM_KEY_MAX_LIMIT; variable
185 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()