Home
last modified time | relevance | path

Searched refs:server (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/docs/
Ddebugger-vscode-communication.md4 …ugger-port=<port_number> --debugger-library-path=<path_to_debugger_library>` launches debug server
13 * Firstly server accepts a test client
14 * Secondly server accepts a real client and debug session begins
17 * Client runs a server than waiting for a TCP socket
18 * It's critical for VSCode to have a debug server initialized at allocated time so we establish a t…
20 …blished (if it is at the allocated time) test client disconnects and real client connects to server
21 * If connection was not established at the allocated time the `Can not launch debug server` error w…
Dinspector.md3 Two big parts, the `Inspector` and `InspectorServer` classes, isolate debugger and server logic res…
7 …bility with the runtime and managing other modules. It starts a separate server thread to listen t…
78 - The server thread, it is a single thread responsible for processing client requests;
81 The main idea is that the user requests are processed by the server thread, while the debugger even…
83 For example, in `InspectorServer::CallTargetDetachedFromTarget`, when the server is paused, we are …
84 - the server thread sleeps;
90 - we are executing on the server thread;
192 ## "Continue to" request (***the server thread***)
Ddoxygen.config1560 # implemented using a web server instead of a web client using Javascript. There
1561 # are two flavors of web server based searching depending on the EXTERNAL_SEARCH
1587 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
/arkcompiler/runtime_core/docs/
Ddebugger-vscode-communication.md4 …ugger-port=<port_number> --debugger-library-path=<path_to_debugger_library>` launches debug server
13 * Firstly server accepts a test client
14 * Secondly server accepts a real client and debug session begins
17 * Client runs a server than waiting for a TCP socket
18 * It's critical for VSCode to have a debug server initialized at allocated time so we establish a t…
20 …blished (if it is at the allocated time) test client disconnects and real client connects to server
21 * If connection was not established at the allocated time the `Can not launch debug server` error w…
Ddoxygen.config1560 # implemented using a web server instead of a web client using Javascript. There
1561 # are two flavors of web server based searching depending on the EXTERNAL_SEARCH
1587 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp93 TestServer server; member in panda::tooling::inspector::test::ServerTest
94 InspectorServer inspectorServer {server};
100 EXPECT_CALL(server, CallMock(g_sessionId, "Debugger.resumed", testing::_)).Times(1); in TEST_F()
110 EXPECT_CALL(server, CallMock(g_sessionId, "Debugger.scriptParsed", testing::_)) in TEST_F()
150 EXPECT_CALL(server, OnCallMock("Debugger.pause", testing::_)).WillOnce(g_simpleHandler); in TEST_F()
163 EXPECT_CALL(server, OnCallMock("Debugger.removeBreakpoint", testing::_)) in TEST_F()
179 EXPECT_CALL(server, OnCallMock("Debugger.removeBreakpoint", testing::_)) in TEST_F()
198 …EXPECT_CALL(server, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused,… in TEST_F()
209 …EXPECT_CALL(server, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused,… in TEST_F()
231 EXPECT_CALL(server, OnCallMock("Debugger.resume", testing::_)).WillOnce(g_simpleHandler); in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dserver_endpoint-inl.h56 Endpoint<websocketpp::server<CONFIG>>::Call(sessionId, std::nullopt, method, std::move(params)); in Call()
64 Endpoint<websocketpp::server<CONFIG>>::OnCall( in OnCall()
Dserver_endpoint.h27 class ServerEndpoint : public Endpoint<websocketpp::server<Config>>, public Server {
Dinspector.h50 Inspector(Server &server, DebugInterface &debugger, bool breakOnStart);
Dinspector_server.h47 explicit InspectorServer(Server &server);
Dinspector.cpp36 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector() argument
37 : breakOnStart_(breakOnStart), inspectorServer_(server), debugger_(debugger) in Inspector()
Dinspector_server.cpp35 InspectorServer::InspectorServer(Server &server) : server_(server) in InspectorServer() argument
/arkcompiler/toolchain/inspector/
Dconnect_inspector.cpp29 void* HandleDebugManager(void* const server) in HandleDebugManager() argument
31 if (server == nullptr) { in HandleDebugManager()
41 static_cast<ConnectServer*>(server)->RunServer(); in HandleDebugManager()
Dinspector.cpp78 void* HandleClient(void* const server) in HandleClient() argument
81 if (server == nullptr) { in HandleClient()
92 static_cast<WsServer*>(server)->RunServer(); in HandleClient()
/arkcompiler/ets_runtime/tools/circuit_viewer/docs/
DDEVELOP_zh.md35 本地安装python3,在dist目录内运行python -m http.server启动web服务,如下图所示:
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
Dtest_viewer.py19 from http.server import SimpleHTTPRequestHandler
/arkcompiler/toolchain/websocket/
DBUILD.gn86 sources = [ "server/websocket_server.cpp" ]
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2server"===i?"."+process.pid:"",g=e.combinePaths(d,"trace"+f+".json"),m=e.combinePaths(d,"types"+f+…
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js38514 const e = t.server || de.querySettings(_e.Category.ASSETS, "server") || "";