Searched defs:client (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/toolchain/websocket/ |
| D | network.cpp | 21 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/ |
| D | toolchain_websocket.py | 90 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/ |
| D | test_util.cpp | 113 … 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/ |
| D | js_native_api_v8_inspector.h | 129 std::shared_ptr<InspectorClient> client; variable
|
| D | js_native_api_v8_inspector.cpp | 950 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/ |
| D | debug_types.py | 78 def client(self): member in Wrap
|