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:SendMessage
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
H
A
D
profiling_data.cpp
50
if (!
SendMessage
(sock.Get(), msgVersion)) {
in DumpAndResetFeatures()
60
if (!
SendMessage
(sock.Get(), msgAppInfo)) {
in DumpAndResetFeatures()
75
if (!
SendMessage
(sock.Get(), msgFeatureData)) {
in DumpAndResetFeatures()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
H
A
D
endpoint_base.h
72
virtual void
SendMessage
(const std::string &message) = 0;
82
SendMessage
(message);
in Send()
/arkcompiler/toolchain/inspector/
H
A
D
connect_inspector.cpp
57
g_inspector->connectServer_->
SendMessage
(info.second);
in OnConnectedMessage()
261
g_inspector->connectServer_->
SendMessage
(message);
in SendLayoutMessage()
265
void
SendMessage
(const std::string& message)
in SendMessage()
function
268
g_inspector->connectServer_->
SendMessage
(message);
in SendMessage()
286
g_inspector->connectServer_->
SendMessage
(message);
in SendProfilerMessage()
H
A
D
connect_server.h
38
void
SendMessage
(const std::string& message) const;
H
A
D
connect_inspector.h
39
void
SendMessage
(const std::string& message);
H
A
D
connect_server.cpp
89
void ConnectServer::
SendMessage
(const std::string& message) const
in SendMessage()
function in OHOS::ArkCompiler::Toolchain::ConnectServer
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
H
A
D
ohos_ws_server_endpoint.h
37
void
SendMessage
(const std::string &message) override
/arkcompiler/toolchain/test/fuzztest/connectserversendmessage_fuzzer/
H
A
D
connectserversendmessage_fuzzer.cpp
39
connectServer.
SendMessage
(message);
in ConnectServerSendMessageFuzzTest()
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H
A
D
ipc_message.h
68
bool
SendMessage
(int fd, const Message &message);
H
A
D
ipc_message.cpp
21
bool
SendMessage
(int fd, const Message &message)
in SendMessage()
function
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
H
A
D
server_endpoint.h
62
void
SendMessage
(const std::string &message) override
/arkcompiler/toolchain/tooling/test/client_utils/
H
A
D
test_util.cpp
126
SendMessage
(action, recv);
in ForkSocketClient()
180
void TestUtil::
SendMessage
(ActionInfo action, std::string recv)
in SendMessage()
function in panda::ecmascript::tooling::test::TestUtil
H
A
D
test_util.h
70
static void
SendMessage
(ActionInfo action, std::string recv);
/arkcompiler/toolchain/inspector/test/
H
A
D
connect_server_test.cpp
108
SendMessage
(INSPECTOR_SERVER_OK);
in ReturnValueVerification()
Completed in 4 milliseconds