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/
Dtoolchain_websocket.py90 async def _sender(self, client, send_queue): argument
100 async def _receiver(self, client, received_queue): argument
122 async def _receiver_of_connect_server(self, client, receive_queue, taskpool, pid): argument
/arkcompiler/toolchain/tooling/dynamic/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.cpp950 SameThreadInspectorSession(int sessionId, std::shared_ptr<InspectorClient> client) in SameThreadInspectorSession()
958 std::weak_ptr<InspectorClient> client; member in v8impl::__anona063bacf0711::SameThreadInspectorSession
1161 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