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:StopServer
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/toolchain/inspector/
H
A
D
connect_server.h
37
void
StopServer
();
H
A
D
ws_server.h
44
void
StopServer
();
H
A
D
connect_inspector.h
37
void
StopServer
([[maybe_unused]] const std::string& componentName);
H
A
D
connect_server.cpp
78
void ConnectServer::
StopServer
()
in StopServer()
function in OHOS::ArkCompiler::Toolchain::ConnectServer
80
LOGI("ConnectServer
StopServer
");
in StopServer()
H
A
D
connect_inspector.cpp
172
g_inspector->connectServer_->
StopServer
();
in ResetService()
218
void
StopServer
([[maybe_unused]] const std::string& componentName)
in StopServer()
function
220
LOGI("
StopServer
, componentName = %{private}s", componentName.c_str());
in StopServer()
H
A
D
ws_server.cpp
109
void WsServer::
StopServer
()
in StopServer()
function in OHOS::ArkCompiler::Toolchain::WsServer
111
LOGI("WsServer
StopServer
");
in StopServer()
H
A
D
inspector.cpp
136
iter->second->websocketServer_->
StopServer
();
in ResetServiceLocked()
/arkcompiler/toolchain/test/fuzztest/connectserverstopserver_fuzzer/
H
A
D
connectserverstopserver_fuzzer.cpp
38
connectServer.
StopServer
();
in ConnectServerStopServerFuzzTest()
/arkcompiler/toolchain/inspector/test/
H
A
D
connect_server_test.cpp
119
StopServer
("InspectorConnectTest");
in ReturnValueVerification()
Completed in 4 milliseconds