| /arkcompiler/toolchain/tooling/dynamic/client/utils/ |
| D | cli_command.cpp | 233 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in HeapProfilerCommand() local 270 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in CpuProfileCommand() local 320 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in DebuggerCommand() local 335 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in RuntimeCommand() local 351 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in BreakCommand() local 381 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in SetSymbolicBreakpointsCommand() local 404 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in RemoveSymbolicBreakpointsCommand() local 427 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in DeleteCommand() local 459 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in DisplayCommand() local 468 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in InfosourceCommand() local [all …]
|
| /arkcompiler/toolchain/tooling/dynamic/client/domain/ |
| D | debugger_client.cpp | 70 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in BreakCommand() local 97 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in DeleteCommand() local 118 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in DisableCommand() local 142 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in EnableCommand() local 231 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in AsyncStackDepthCommand() local 252 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in ResumeCommand() local 271 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in StepIntoCommand() local 290 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in StepOutCommand() local 309 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in StepOverCommand() local 362 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in RecvReply() local [all …]
|
| D | profiler_client.cpp | 44 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in CpuprofileEnableCommand() local 64 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in CpuprofileDisableCommand() local 84 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in CpuprofileCommand() local 104 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in CpuprofileStopCommand() local 124 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in SetSamplingIntervalCommand() local 178 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in RecvProfilerResult() local 208 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in WriteCpuProfileForFile() local
|
| D | runtime_client.cpp | 45 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in HeapusageCommand() local 65 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in RuntimeEnableCommand() local 85 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in RuntimeDisableCommand() local 105 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in RunIfWaitingForDebuggerCommand() local 127 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in GetPropertiesCommand() local 151 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in GetPropertiesCommand2() local 247 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in HandleGetProperties() local 297 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in HandleHeapUsage() local
|
| D | heapprofiler_client.cpp | 50 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in HeapDumpCommand() local 73 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in AllocationTrackCommand() local 94 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in AllocationTrackStopCommand() local 115 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in Enable() local 135 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in Disable() local 155 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in Samping() local 176 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in SampingStop() local 196 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in CollectGarbage() local
|
| D | test_client.cpp | 42 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in SuccessCommand() local 61 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in FailCommand() local
|
| /arkcompiler/toolchain/tooling/dynamic/client/session/ |
| D | session.cpp | 27 Session *session = SessionManager::getInstance().GetSessionById(sessionId); in SocketMessageThread() local 143 Session *session = GetSessionById(sessionId); in DelSessionById() local 174 Session *session = GetSessionById(sessionId); in SessionSwitch() local
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_socket_server.cpp | 329 SocketSession* session = Session(sessionId); in SessionStarted() local 363 SocketSession* session = Session(sessionId); in HandleGetRequest() local 391 SocketSession* session) in SendListResponse() 518 …std::unique_ptr<SocketSession> session = std::make_unique<SocketSession>(this, nextSessionId++, se… in Accept() local 532 SocketSession* session = Session(sessionId); in Send() local 555 SocketSession* session = Session(); in OnHttpGet() local
|
| D | js_native_api_v8_inspector.cpp | 272 std::unique_ptr<InspectorSession> session; member in v8impl::__anona063bacf0111::MainThreadSessionState 673 …auto session = mainThread->Connect(std::make_unique<IoSessionDelegate>(requestQueue->GetHandle(), … in StartSession() local 684 auto session = sessions.find(sessionId); in MessageReceived() local 944 std::unique_ptr<v8_inspector::V8InspectorSession> session; member in v8impl::__anona063bacf0711::ChannelImpl
|
| /arkcompiler/toolchain/tooling/dynamic/client/manager/ |
| D | watch_manager.cpp | 30 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in SendRequestWatch() local 59 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in GetPropertiesCommand() local
|
| D | source_manager.cpp | 25 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in SendRequeSource() local
|
| /arkcompiler/toolchain/tooling/dynamic/client/ark_cli/ |
| D | main.cpp | 136 Session *session = SessionManager::getInstance().GetSessionById(sessionId); in SocketOnMessage() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.cpp | 1235 auto session = debugSession_; in StartDebugSession() local
|
| /arkcompiler/toolchain/tooling/static/tests/ |
| D | inspector_server.cpp | 44 void Call(const std::string &session, const char *method_call, in Call()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | inspector_server.cpp | 44 void Call(const std::string &session, const char *method_call, in Call()
|