Home
last modified time | relevance | path

Searched refs:InitUnixWebSocket (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.h59 bool InitUnixWebSocket(const std::string& sockName, uint32_t timeoutLimit = 0);
70 bool InitUnixWebSocket(int socketfd);
Dwebsocket_server.cpp275 bool WebSocketServer::InitUnixWebSocket(const std::string& sockName, uint32_t timeoutLimit) in InitUnixWebSocket() function in OHOS::ArkCompiler::Toolchain::WebSocketServer
321 bool WebSocketServer::InitUnixWebSocket(int socketfd) in InitUnixWebSocket() function in OHOS::ArkCompiler::Toolchain::WebSocketServer
DREADME.md24 ExternalThread->>WebSocketServer: InitUnixWebSocket()
/arkcompiler/toolchain/inspector/
Dconnect_server.cpp48 if (!webSocket_->InitUnixWebSocket(sockName)) { in RunServer()
52 if (!webSocket_->InitUnixWebSocket(socketfd_)) { in RunServer()
Dws_server.cpp64 if (!webSocket_->InitUnixWebSocket(sockName)) { in RunServer()
69 if (!webSocket_->InitUnixWebSocket(debugInfo_.socketfd)) { in RunServer()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
Dohos_ws_server.cpp54 succeeded = endpoint_.InitUnixWebSocket(name); in Start()
/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp76 ret = serverSocket.InitUnixWebSocket(UNIX_DOMAIN_PATH_1 + std::to_string(appPid), 5);
173 ret = serverSocket.InitUnixWebSocket(UNIX_DOMAIN_PATH_2 + std::to_string(appPid), 5);
245 ASSERT_TRUE(serverSocket.InitUnixWebSocket(UNIX_DOMAIN_PATH_3 + std::to_string(appPid), 5));