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:SocketClient
(Results
1 - 10
of
10
) sorted by relevance
/base/msdp/device_status/intention/ipc/socket/src/
H
A
D
socket_client.cpp
26
#define LOG_TAG "
SocketClient
"
35
SocketClient
::
SocketClient
(std::shared_ptr<ITunnelClient> tunnel)
in SocketClient()
function in OHOS::Msdp::DeviceStatus::SocketClient
42
bool
SocketClient
::RegisterEvent(MessageId id, std::function<int32_t(const StreamClient&, NetPacket&)> callback)
in RegisterEvent()
49
void
SocketClient
::Start()
in Start()
55
void
SocketClient
::Stop()
in Stop()
58
bool
SocketClient
::Connect()
in Connect()
77
FI_HILOGD("
SocketClient
started successfully");
in Connect()
85
int32_t
SocketClient
::Socket()
in Socket()
102
void
SocketClient
[all...]
/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
H
A
D
socket_client.h
27
class
SocketClient
: public Socket {
class
29
SocketClient
(std::string serverPath, uint32_t socketType);
30
~
SocketClient
() = default;
H
A
D
seq_packet_socket_client.h
34
class SeqPacketSocketClient : public
SocketClient
{
36
SeqPacketSocketClient(std::string serverPath, int socketOption) :
SocketClient
(serverPath, SOCK_SEQPACKET)
in SeqPacketSocketClient()
H
A
D
dgram_socket_client.h
29
class DgramSocketClient : public
SocketClient
{
32
:
SocketClient
(serverPath, SOCK_DGRAM), fdHandler(-1)
in DgramSocketClient()
/base/msdp/device_status/intention/ipc/socket/include/
H
A
D
socket_client.h
32
class
SocketClient
final : public StreamClient {
34
SocketClient
(std::shared_ptr<ITunnelClient> tunnel);
35
DISALLOW_COPY_AND_MOVE(
SocketClient
);
36
~
SocketClient
() = default;
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H
A
D
socket_client.cpp
31
SocketClient
::
SocketClient
(std::string serverPath, uint32_t socketType) : Socket(socketType)
in SocketClient()
function in OHOS::HiviewDFX::SocketClient
41
int
SocketClient
::Connect()
in Connect()
/base/msdp/device_status/test/fuzztest/ipcsocket_fuzzer/
H
A
D
ipcsocket_fuzzer.cpp
65
SocketClient
socketClient(tunnel);
in SocketClientFuzzTest()
/base/msdp/device_status/intention/frameworks/client/include/
H
A
D
intention_manager.h
97
std::unique_ptr<
SocketClient
> client_ { nullptr };
/base/msdp/device_status/test/unittest/intention/ipc/src/
H
A
D
socket_session_test.cpp
36
std::unique_ptr<
SocketClient
> g_client {nullptr};
52
g_client = std::make_unique<
SocketClient
>(g_tunnel);
in SetUp()
/base/msdp/device_status/intention/frameworks/client/src/
H
A
D
intention_manager.cpp
54
client_ = std::make_unique<
SocketClient
>(tunnel_);
in InitClient()
Completed in 4 milliseconds