Home
last modified time | relevance | path

Searched refs:upgrade (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/toolchain/websocket/test/
H A Dhttp_decoder_test.cpp74 ASSERT_EQ(parsed.upgrade, EXPECTED_UPGRADE); in HWTEST_F()
86 ASSERT_EQ(parsed.upgrade, ""); in HWTEST_F()
99 ASSERT_EQ(parsed.upgrade, EXPECTED_UPGRADE); in HWTEST_F()
112 ASSERT_EQ(parsed.upgrade, ""); in HWTEST_F()
/arkcompiler/toolchain/websocket/
H A Dhttp.h37 std::string upgrade; member
51 std::string upgrade; member
H A Dhttp.cpp67 parsed.upgrade = DecodeHeader(request, UPGRADE); in Decode()
117 parsed.upgrade = DecodeHeader(response, UPGRADE); in Decode()
/arkcompiler/toolchain/websocket/client/
H A Dwebsocket_client.cpp34 static constexpr std::string_view HTTP_RESPONSE_REQUIRED_CONNECTION = "upgrade"; in ValidateServerHandShake()
42 ToLowerCase(response.upgrade); in ValidateServerHandShake()
43 if (response.upgrade != HTTP_RESPONSE_REQUIRED_UPGRADE) { in ValidateServerHandShake()
/arkcompiler/toolchain/websocket/server/
H A Dwebsocket_server.cpp36 std::string upgradeHeaderValue = req.upgrade; in ValidateHandShakeMessage()
136 LOGE("HttpHandShake: HTTP upgrade parameters failure"); in HttpHandShake()
/arkcompiler/runtime_core/static_core/scripts/
H A Dinstall-deps-ubuntu155 python3 -m pip install --no-cache-dir --upgrade -r $fname

Completed in 4 milliseconds