Home
last modified time | relevance | path

Searched refs:CloseClientSocket (Results 1 - 10 of 10) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/rtp/mock/
H A Dmock_rtp_server.h31 MOCK_METHOD(void, CloseClientSocket, (int32_t fd));
/foundation/CastEngine/castengine_wifi_display/services/network/interfaces/
H A Diserver.h37 virtual void CloseClientSocket(int32_t fd) = 0;
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/mock/
H A Dmock_server.h31 MOCK_METHOD(void, CloseClientSocket, (int32_t fd));
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dtcp_server.h42 void CloseClientSocket(int32_t fd) override;
H A Dudp_server.h41 void CloseClientSocket(int32_t fd) override;
H A Dtcp_server.cpp85 void TcpServer::CloseClientSocket(int32_t fd) in CloseClientSocket() function in OHOS::Sharing::TcpServer
H A Dudp_server.cpp96 void UdpServer::CloseClientSocket(int32_t fd) in CloseClientSocket() function in OHOS::Sharing::UdpServer
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/
H A Dnetwork_server_demo.cpp68 server->CloseClientSocket(fd);
77 server->CloseClientSocket(fd);
/foundation/CastEngine/castengine_wifi_display/tests/unittest/network/
H A Dnetwork_tcp_unit_test.cpp270 tcpServer->CloseClientSocket(tcpServer->GetSocketInfo()->GetLocalFd()); in HWTEST_F()
H A Dnetwork_udp_unit_test.cpp263 udpServer->CloseClientSocket(udpServer->GetSocketInfo()->GetLocalFd()); in HWTEST_F()

Completed in 4 milliseconds