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:tcpSocket_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/test/autotest/src/
H
A
D
tcp_socket.cpp
19
TcpScoketClient::TcpScoketClient() :
tcpSocket_
(nullptr), tcpSocketManager_(nullptr)
in TcpScoketClient()
25
if (
tcpSocket_
) {
in ~TcpScoketClient()
26
delete
tcpSocket_
;
in ~TcpScoketClient()
27
tcpSocket_
= nullptr;
in ~TcpScoketClient()
33
if (
tcpSocket_
== nullptr) {
in CreateTCPScoket()
34
tcpSocket_
= new QTcpSocket(this);
in CreateTCPScoket()
37
if (
tcpSocket_
== nullptr) {
in CreateTCPScoket()
41
connect(
tcpSocket_
, SIGNAL(connected()), this, SLOT(OnConnected()));
in CreateTCPScoket()
42
connect(
tcpSocket_
, SIGNAL(disconnected()), this, SLOT(OnDisconnected()));
in CreateTCPScoket()
43
connect(
tcpSocket_
, SIGNA
in CreateTCPScoket()
[all...]
H
A
D
tcp_socket_manager.cpp
53
if (
tcpSocket_
) {
in ~TcpSocketClientManager()
54
delete
tcpSocket_
;
in ~TcpSocketClientManager()
60
if (
tcpSocket_
== nullptr) {
in InitSocket()
61
tcpSocket_
= new TcpScoketClient();
in InitSocket()
64
tcpSocket_
->CreateTCPScoket();
in InitSocket()
65
tcpSocket_
->SetScoketManager(GetInstance());
in InitSocket()
77
if (
tcpSocket_
== nullptr) {
in ConnectSocket()
81
tcpSocket_
->ConnectSocket();
in ConnectSocket()
/foundation/arkui/ui_lite/test/autotest/include/
H
A
D
tcp_socket_manager.h
49
return
tcpSocket_
;
in GetTcpSocket()
72
TcpScoketClient *
tcpSocket_
;
member in OHOS::TcpSocketClientManager
H
A
D
tcp_socket.h
51
QTcpSocket*
tcpSocket_
;
member in OHOS::TcpScoketClient
Completed in 1 milliseconds