Home
last modified time | relevance | path

Searched refs:HTTP_DEFAULT_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientRequestTest.cpp39 static constexpr const uint32_t HTTP_DEFAULT_PRIORITY = 500; variable
218 EXPECT_EQ(priorityTest, HTTP_DEFAULT_PRIORITY);
226 EXPECT_EQ(priorityTest, HTTP_DEFAULT_PRIORITY);
236 EXPECT_EQ(priorityTest, HTTP_DEFAULT_PRIORITY);
246 EXPECT_EQ(priorityTest, HTTP_DEFAULT_PRIORITY);
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_request.cpp30 static constexpr const uint32_t HTTP_DEFAULT_PRIORITY = 500; variable
39 priority_(HTTP_DEFAULT_PRIORITY) in HttpClientRequest()