Home
last modified time | relevance | path

Searched defs:client (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/websocket/
Dnetwork.cpp21 bool Recv(int32_t client, std::string& buffer, int32_t flags) in Recv()
33 bool Recv(int32_t client, char* buf, size_t totalLen, int32_t flags) in Recv()
51 bool Recv(int32_t client, uint8_t* buf, size_t totalLen, int32_t flags) in Recv()
56 bool Send(int32_t client, const std::string& message, int32_t flags) in Send()
61 bool Send(int32_t client, const char* buf, size_t totalLen, int32_t flags) in Send()
/arkcompiler/toolchain/test/autotest/aw/
Dwebsocket.py57 async def _sender(client, send_queue): argument
68 async def _receiver(client, received_queue): argument
118 async def _receiver_of_connect_server(self, client, receive_queue, taskpool, pid): argument
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp113 … WebSocketClient &client = SessionManager::getInstance().GetCurrentSession()->GetWebSocketClient(); in ForkSocketClient() local
144 void TestUtil::HandleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &re… in HandleAcceptanceMessages()