Home
last modified time | relevance | path

Searched defs:tcpSocket (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
Dfwmark_network_test.cpp102 int32_t tcpSocket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); variable
117 int32_t tcpSocket = -1; variable
220 int32_t tcpSocket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); variable
239 int32_t tcpSocket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); variable
258 int32_t tcpSocket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); variable
/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
Dmain_widget.h89 TcpScoketClient* tcpSocket = OHOS::TcpSocketClientManager::GetInstance()->GetTcpSocket(); in SendMsgSlot() local