Searched defs:IsConnected (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_main.cc107 bool JdwpNetStateBase::IsConnected() { function in class:art::JDWP::JdwpNetStateBase
130 DCHECK(IsConnected()) << "Connection with debugger is closed";
145 DCHECK(IsConnected()) << "Connection with debugger is closed";
149 bool JdwpState::IsConnected() { function in class:art::JDWP::JdwpState
150 return netState != nullptr && netState->IsConnected();
154 if (!IsConnected()) {
178 if (!IsConnected()) {
383 return IsConnected();

Completed in 23 milliseconds