Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp26 static constexpr const uint32_t MAX_PRIORITY = 1000; member
169 if (priority < MIN_PRIORITY || priority > MAX_PRIORITY) { in SetPriority()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h31 constexpr const uint32_t MAX_PRIORITY = 1000; member
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp155 if (priority < MIN_PRIORITY || priority > MAX_PRIORITY) { in SetPriority()

Completed in 2 milliseconds