Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:upgrade
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/toolchain/websocket/test/
H
A
D
http_decoder_test.cpp
74
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
D
http.h
37
std::string
upgrade
;
member
51
std::string
upgrade
;
member
H
A
D
http.cpp
67
parsed.
upgrade
= DecodeHeader(request, UPGRADE);
in Decode()
117
parsed.
upgrade
= DecodeHeader(response, UPGRADE);
in Decode()
/arkcompiler/toolchain/websocket/client/
H
A
D
websocket_client.cpp
34
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
D
websocket_server.cpp
36
std::string upgradeHeaderValue = req.
upgrade
;
in ValidateHandShakeMessage()
136
LOGE("HttpHandShake: HTTP
upgrade
parameters failure");
in HttpHandShake()
/arkcompiler/runtime_core/static_core/scripts/
H
A
D
install-deps-ubuntu
155
python3 -m pip install --no-cache-dir --
upgrade
-r $fname
Completed in 4 milliseconds