Home
last modified time | relevance | path

Searched defs:client (Results 1 – 6 of 6) 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()
/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.h129 std::shared_ptr<InspectorClient> client; variable
Djs_native_api_v8_inspector.cpp948 SameThreadInspectorSession(int sessionId, std::shared_ptr<InspectorClient> client) in SameThreadInspectorSession()
956 std::weak_ptr<InspectorClient> client; member in v8impl::__anon3c61eead0711::SameThreadInspectorSession
1159 std::unique_ptr<V8Inspector> client; member in v8impl::InspectorClient
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_types.py78 def client(self): member in Wrap