Home
last modified time | relevance | path

Searched defs:sockInfo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/client/session/
Dsession.cpp37 Session::Session(uint32_t sessionId, std::string& sockInfo) in Session()
108 int SessionManager::CreateSessionById(uint32_t sessionId, std::string& sockInfo) in CreateSessionById()
119 int SessionManager::CreateNewSession(std::string& sockInfo) in CreateNewSession()
141 int SessionManager::CreateDefaultSession(std::string& sockInfo) in CreateDefaultSession()
197 int SessionManager::CreateTestSession(std::string& sockInfo) in CreateTestSession()
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp106 std::string sockInfo = pidStr + "PandaDebugger"; in ForkSocketClient() local
108 std::string sockInfo = std::to_string(port); in ForkSocketClient() local
/arkcompiler/toolchain/tooling/client/ark_cli/
Dmain.cpp166 std::string sockInfo(argv[1]); in Main() local