Home
last modified time | relevance | path

Searched refs:ReadSocket (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dsocket_utils.h49 static int32_t ReadSocket(int32_t fd, DataBuffer::Ptr buf, int32_t &error);
50 static int32_t ReadSocket(int32_t fd, char *buf, uint32_t len, int32_t &error);
H A Dsocket_utils.cpp431 int32_t SocketUtils::ReadSocket(int32_t fd, char *buf, uint32_t len, int32_t &error) in ReadSocket() function in OHOS::Sharing::SocketUtils
451 int32_t SocketUtils::ReadSocket(int32_t fd, DataBuffer::Ptr buf, int32_t &error) in ReadSocket() function in OHOS::Sharing::SocketUtils
/foundation/CastEngine/castengine_wifi_display/services/network/eventhandler/
H A Devent_descriptor_listener.cpp102 int32_t readSize = SocketUtils::ReadSocket(fd, spBuf, error); in OnReadable()

Completed in 2 milliseconds