Searched refs:ReadSocket (Results 1 - 3 of 3) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/network/socket/ |
H A D | socket_utils.h | 49 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 D | socket_utils.cpp | 431 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 D | event_descriptor_listener.cpp | 102 int32_t readSize = SocketUtils::ReadSocket(fd, spBuf, error); in OnReadable()
|
Completed in 3 milliseconds