Home
last modified time | relevance | path

Searched defs:port (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/toolchain/test/autotest/aw/
Dfport.py27 def fport_connect_server(self, port, pid, bundle_name): argument
39 def fport_debugger_server(self, port, pid, tid=0): argument
/arkcompiler/toolchain/tooling/static/connection/ohos_ws/
Dohos_ws_server.cpp41 bool OhosWsServer::Start([[maybe_unused]] uint32_t port) in Start()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinit.cpp46 extern "C" int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger()
/arkcompiler/runtime_core/static_core/runtime/
Ddefault_debugger_agent.cpp53 uint32_t port = Runtime::GetOptions().GetDebuggerPort(); in CallLoadCallback() local
/arkcompiler/toolchain/tooling/static/
Dinit.cpp45 int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
Dohos_ws_server.cpp44 bool OhosWsServer::Start([[maybe_unused]] uint32_t port) in Start()
/arkcompiler/toolchain/test/fuzztest/wsserver/wsserversendreply_fuzzer/
Dwsserversendreply_fuzzer.cpp38 int port = 9230; // 9230:connection port for test in WsServerSendReplyFuzzTest() local
/arkcompiler/jsvm/src/inspector/
Djsvm_host_port.h71 int port; variable
Dinspector_socket_server.h120 int port; variable
Dinspector_socket_server.cpp40 std::string FormatHostPort(const std::string& host, int port) in FormatHostPort()
170 std::string FormatWsAddress(const std::string& host, int port, const std::string& targetId, bool in… in FormatWsAddress()
275 int port = -1; member in jsvm::inspector::ServerSocket
308 int port, in InspectorSocketServer()
Djs_native_api_v8_inspector.cpp825 int port; in ThreadMain() local
1203 for (auto port = startPort; port <= endPort; ++port) { in FindAvailablePort() local
1230 int port = FindAvailablePort(); in Start() local
/arkcompiler/toolchain/inspector/
Dinit_static.cpp120 int StartDebuggerInitForStatic(uint32_t port, bool breakOnStart) in StartDebuggerInitForStatic()
Dinspector.cpp450 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) in StartDebug()
488 int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger()
/arkcompiler/jsvm/src/
Djsvm_env.cpp87 … bool Start(const std::string& path, const std::string& hostName, int port, int pid = -1) override in Start()
Djs_native_api_v8.cpp1711 JSVM_EXTERN JSVM_Status OH_JSVM_OpenInspector(JSVM_Env env, const char* host, uint16_t port) in OH_JSVM_OpenInspector()
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp216 bool WebSocketServer::InitTcpWebSocket(int port, uint32_t timeoutLimit) in InitTcpWebSocket()
256 bool WebSocketServer::BindAndListenTcpWebSocket(int port) in BindAndListenTcpWebSocket()
/arkcompiler/toolchain/tooling/static/connection/asio/
Dasio_server.cpp134 websocketpp::uri_ptr AsioServer::Start(uint32_t port) in Start()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
Dasio_server.cpp134 websocketpp::uri_ptr AsioServer::Start(uint32_t port) in Start()
/arkcompiler/toolchain/tooling/dynamic/client/session/
Dsession.cpp58 uint32_t port = 0; in CreateSocket() local
/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp62 bool WebSocketClient::InitToolchainWebSocketForPort(int port, uint32_t timeoutLimit) in InitToolchainWebSocketForPort()
/arkcompiler/ets_runtime/tools/ap_file_viewer/server/
Dapdump_server.py254 def main(port): argument
/arkcompiler/toolchain/tooling/dynamic/test/client_utils/
Dtest_util.cpp92 void TestUtil::ForkSocketClient([[maybe_unused]] int port, const std::string &name) in ForkSocketClient()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1610 int port = -1; member