Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp25 static constexpr const uint32_t MIN_PRIORITY = 1; member
38 priority_(MIN_PRIORITY), in HttpRequestOptions()
169 if (priority < MIN_PRIORITY || priority > MAX_PRIORITY) { in SetPriority()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp30 priority_(MIN_PRIORITY), in HttpRequest()
155 if (priority < MIN_PRIORITY || priority > MAX_PRIORITY) { in SetPriority()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h30 constexpr const uint32_t MIN_PRIORITY = 1; member

Completed in 3 milliseconds