Home
last modified time | relevance | path

Searched refs:SendSocket (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/network/session/
H A Dtcp_session.cpp67 int32_t ret = SocketUtils::SendSocket(socket_->GetPeerFd(), buf, nSize); in Send()
/foundation/CastEngine/castengine_wifi_display/services/network/client/
H A Dtcp_client.cpp112 if (SocketUtils::SendSocket(socket_->GetLocalFd(), buf, nSize) != 0) { in Send()
/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dsocket_utils.h56 static int32_t SendSocket(int32_t fd, const char *buf, int32_t len);
H A Dsocket_utils.cpp371 int32_t SocketUtils::SendSocket(int32_t fd, const char *buf, int32_t len) in SendSocket() function in OHOS::Sharing::SocketUtils

Completed in 3 milliseconds