Searched defs:tcpSocket (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | fwmark_network_test.cpp | 102 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 277 int32_t tcpSocket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); variable
|
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/uitest/ |
H A D | main_widget.h | 89 TcpScoketClient* tcpSocket = OHOS::TcpSocketClientManager::GetInstance()->GetTcpSocket(); in SendMsgSlot() local
|