Home
last modified time | relevance | path

Searched refs:IsConnected (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_main.cc107 bool JdwpNetStateBase::IsConnected() { in IsConnected() function in art::JDWP::JdwpNetStateBase
130 DCHECK(IsConnected()) << "Connection with debugger is closed"; in WritePacket()
145 DCHECK(IsConnected()) << "Connection with debugger is closed"; in WriteBufferedPacketLocked()
149 bool JdwpState::IsConnected() { in IsConnected() function in art::JDWP::JdwpState
150 return netState != nullptr && netState->IsConnected(); in IsConnected()
154 if (!IsConnected()) { in SendBufferedRequest()
178 if (!IsConnected()) { in SendRequest()
383 return IsConnected(); in IsActive()
Djdwp_priv.h83 bool IsConnected();
Djdwp.h302 bool IsConnected();