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:OnSendMessage
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ui_lite/test/autotest/include/
H
A
D
tcp_socket.h
39
void
OnSendMessage
(QString& message);
/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
H
A
D
main_widget.h
94
tcpSocket->
OnSendMessage
(str);
in SendMsgSlot()
/foundation/arkui/ui_lite/test/autotest/src/
H
A
D
tcp_socket.cpp
102
void TcpScoketClient::
OnSendMessage
(QString& message)
in OnSendMessage()
function in OHOS::TcpScoketClient
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H
A
D
map_service.h
168
virtual void
OnSendMessage
(MsgInfo &msgInfo, std::string &msgBody)
in OnSendMessage()
function in stub::StubMapObserver
/foundation/communication/ipc/ipc/native/src/mock/include/
H
A
D
dbinder_databus_invoker.h
74
int
OnSendMessage
(std::shared_ptr<DBinderSessionObject> sessionOfPeer) override;
H
A
D
dbinder_base_invoker_interface.h
79
int result =
OnSendMessage
(sessionOfPeer);
in SendOrWaitForCompletion()
H
A
D
dbinder_base_invoker_define.h
86
virtual int
OnSendMessage
(std::shared_ptr<T> sessionOfPeer) = 0;
/foundation/communication/ipc/ipc/native/test/unittest/common/
H
A
D
ipc_binder_databus_invoker_unittest.cpp
750
* @tc.desc:
OnSendMessage
return -RPC_DATABUS_INVOKER_INVALID_DATA_ERR
757
int ret = testInvoker.
OnSendMessage
(sessionOfPeer);
763
* @tc.desc:
OnSendMessage
return RPC_DATABUS_INVOKER_INVALID_DATA_ERR
772
int ret = testInvoker.
OnSendMessage
(sessionOfPeer);
778
* @tc.desc:
OnSendMessage
return RPC_DATABUS_INVOKER_INVALID_DATA_ERR
795
int ret = testInvoker.
OnSendMessage
(sessionOfPeer);
/foundation/communication/ipc/ipc/native/c/rpc/src/
H
A
D
dbinder_invoker.c
227
static int32_t
OnSendMessage
(HandleSessionList *sessionOfPeer)
in OnSendMessage()
function
326
int32_t result =
OnSendMessage
(sessionOfPeer);
in SendOrWaitForCompletion()
/foundation/communication/ipc/ipc/native/src/mock/source/
H
A
D
dbinder_databus_invoker.cpp
332
int DBinderDatabusInvoker::
OnSendMessage
(std::shared_ptr<DBinderSessionObject> sessionOfPeer)
in OnSendMessage()
function in OHOS::DBinderDatabusInvoker
931
(void)
OnSendMessage
(session);
in FlushCommands()
Completed in 8 milliseconds