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:recv_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimodalinput/input/intention/ipc/socket/src/
H
A
D
socket_connection.cpp
34
: socketFd_(socketFd),
recv_
(recv), onDisconnected_(onDisconnected)
in SocketConnection()
66
OnReadPackets(buffer_,
recv_
);
in OnReadable()
/foundation/arkui/ui_lite/test/autotest/src/
H
A
D
tcp_socket_manager.cpp
128
recv_
.push_back(recvmsg);
in RecvMsg()
282
if (
recv_
.empty()) {
in OnRunRecvMsg()
287
std::shared_ptr<QByteArray> recv =
recv_
.front();
in OnRunRecvMsg()
288
recv_
.pop_front();
in OnRunRecvMsg()
/foundation/multimodalinput/input/intention/ipc/socket/include/
H
A
D
socket_connection.h
51
std::function<void(NetPacket&)>
recv_
;
member in OHOS::Msdp::DeviceStatus::final
/foundation/arkui/ui_lite/test/autotest/include/
H
A
D
tcp_socket_manager.h
76
std::deque<std::shared_ptr<QByteArray>>
recv_
;
member in OHOS::TcpSocketClientManager
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H
A
D
mdns_socket_listener.h
74
ReceiveHandler
recv_
;
member in OHOS::NetManagerStandard::MDnsSocketListener
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H
A
D
mdns_socket_listener.cpp
455
if (ifName == iface_[sock] && recvLen > 0 &&
recv_
) {
in ReceiveInSock()
457
recv_
(sock, payload);
in ReceiveInSock()
533
recv_
= callback;
in SetReceiveHandler()
Completed in 3 milliseconds