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:HttpRequest
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/toolchain/websocket/test/
H
A
D
http_decoder_test.cpp
68
HttpRequest
parsed;
in HWTEST_F()
69
auto succeeded =
HttpRequest
::Decode(requestHeaders, parsed);
in HWTEST_F()
80
HttpRequest
parsed;
in HWTEST_F()
81
ASSERT_FALSE(
HttpRequest
::Decode(errRequestHeaders, parsed));
in HWTEST_F()
82
ASSERT_TRUE(
HttpRequest
::Decode(noInfoRequestHeaders, parsed));
in HWTEST_F()
H
A
D
websocket_test.cpp
271
auto notValidCallBack = [](const
HttpRequest
&) -> bool {
in HWTEST_F()
/arkcompiler/toolchain/websocket/
H
A
D
http.cpp
35
std::string
HttpRequest
::DecodeVersion(const std::string& request, std::string::size_type methodStartPos)
in DecodeVersion()
57
bool
HttpRequest
::Decode(const std::string& request,
HttpRequest
& parsed)
in Decode()
H
A
D
http.h
34
struct
HttpRequest
: private HttpBase {
struct
40
static bool Decode(const std::string& request,
HttpRequest
& parsed);
/arkcompiler/toolchain/websocket/server/
H
A
D
websocket_server.h
27
using ValidateConnectionCallback = std::function<bool(const
HttpRequest
&)>;
108
bool ProtocolUpgrade(const
HttpRequest
& req);
H
A
D
websocket_server.cpp
34
static bool ValidateHandShakeMessage(const
HttpRequest
& req)
in ValidateHandShakeMessage()
82
bool WebSocketServer::ProtocolUpgrade(const
HttpRequest
& req)
in ProtocolUpgrade()
122
HttpRequest
req;
in HttpHandShake()
123
if (!
HttpRequest
::Decode(msgBuf, req)) {
in HttpHandShake()
Completed in 3 milliseconds