Searched refs:PARAM_KEY_PRIORITY (Results 1 – 5 of 5) sorted by relevance
55 static const char *const PARAM_KEY_PRIORITY; variable
46 const char *const HttpConstant::PARAM_KEY_PRIORITY = "priority"; member in OHOS::NetStack::HttpClient::HttpConstant
47 const char *const HttpConstant::PARAM_KEY_PRIORITY = "priority"; member in OHOS::NetStack::Http::HttpConstant
151 static const char *const PARAM_KEY_PRIORITY; variable
221 if (NapiUtils::HasNamedProperty(GetEnv(), optionsValue, HttpConstant::PARAM_KEY_PRIORITY)) { in ParseNumberOptions()222 …alue value = NapiUtils::GetNamedProperty(GetEnv(), optionsValue, HttpConstant::PARAM_KEY_PRIORITY); in ParseNumberOptions()