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:clientSocket
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/toolchain/websocket/test/
H
A
D
websocket_test.cpp
86
WebSocketClient
clientSocket
;
in HWTEST_F()
local
89
retClient =
clientSocket
.InitToolchainWebSocketForSockName(UNIX_DOMAIN_PATH_1 + std::to_string(appPid), 5);
in HWTEST_F()
91
retClient =
clientSocket
.InitToolchainWebSocketForPort(TCP_PORT, 5);
in HWTEST_F()
94
retClient =
clientSocket
.ClientSendWSUpgradeReq();
in HWTEST_F()
96
retClient =
clientSocket
.ClientRecvWSUpgradeRsp();
in HWTEST_F()
98
retClient =
clientSocket
.SendReply(HELLO_SERVER);
in HWTEST_F()
100
std::string recv =
clientSocket
.Decode();
in HWTEST_F()
103
retClient =
clientSocket
.SendReply(CLIENT_OK);
in HWTEST_F()
106
retClient =
clientSocket
.SendReply(LONG_MSG);
in HWTEST_F()
108
recv =
clientSocket
in HWTEST_F()
182
WebSocketClient
clientSocket
;
HWTEST_F()
local
226
WebSocketClient
clientSocket
;
HWTEST_F()
local
248
WebSocketClient
clientSocket
;
HWTEST_F()
local
[all...]
/arkcompiler/toolchain/inspector/test/
H
A
D
connect_server_test.cpp
140
WebSocketClient
clientSocket
;
in HWTEST_F()
local
141
ASSERT_TRUE(
clientSocket
.InitToolchainWebSocketForSockName(std::to_string(appPid)));
in HWTEST_F()
142
ASSERT_TRUE(
clientSocket
.ClientSendWSUpgradeReq());
in HWTEST_F()
143
ASSERT_TRUE(
clientSocket
.ClientRecvWSUpgradeRsp());
in HWTEST_F()
144
EXPECT_TRUE(
clientSocket
.SendReply(OPEN_ARKUI_STATE_PROFILER_TEST));
in HWTEST_F()
145
EXPECT_TRUE(
clientSocket
.SendReply(REQUEST_MESSAGE_TEST));
in HWTEST_F()
146
EXPECT_TRUE(
clientSocket
.SendReply(OPEN_MESSAGE_TEST));
in HWTEST_F()
147
EXPECT_TRUE(
clientSocket
.SendReply(CONNECTED_MESSAGE_TEST));
in HWTEST_F()
148
EXPECT_TRUE(
clientSocket
.SendReply(START_RECORD_MESSAGE_TEST));
in HWTEST_F()
149
EXPECT_TRUE(
clientSocket
in HWTEST_F()
[all...]
Completed in 2 milliseconds