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.cpp89 int32_t tcpSocket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); variable
104 int32_t tcpSocket = -1; variable
/foundation/graphic/ui/tools/qt/simulator/uitest/
Dmain_widget.h89 TcpScoketClient* tcpSocket = OHOS::TcpSocketClientManager::GetInstance()->GetTcpSocket(); in SendMsgSlot() local