Searched refs:GetThreadBySessionId (Results 1 – 5 of 5) sorted by relevance
228 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerContinueToLocation()291 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerPause()301 handler(sessionManager_.GetThreadBySessionId(sessionId), *breakpointId); in OnCallDebuggerRemoveBreakpoint()313 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerRestartFrame()331 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerResume()349 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerSetBreakpoint()396 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerSetBreakpointByUrl()424 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerSetBreakpointsActive()436 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerSetPauseOnExceptions()466 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerStepInto()[all …]
34 [[nodiscard]] PtThread GetThreadBySessionId(const std::string &id) const;
47 PtThread SessionManager::GetThreadBySessionId(const std::string &id) const in GetThreadBySessionId() function in ark::tooling::inspector::SessionManager
80 auto test = sm_.GetThreadBySessionId(id); in TEST_F()
207 InspectorServer->>+SessionManager: GetThreadBySessionId()