HomeSort by relevance Sort by last modified time
    Searched defs:IsConnected (Results 1 - 12 of 12) sorted by null

  /external/libweave/src/notification/
pull_channel.cc 25 bool PullChannel::IsConnected() const {
xmpp_channel.cc 132 if (IsConnected()) {
365 bool XmppChannel::IsConnected() const {
387 if (IsConnected() && delegate_)
427 if (!IsConnected()) {
  /external/webrtc/talk/app/webrtc/test/
fakedatachannelprovider.h 139 bool IsConnected(webrtc::DataChannel* data_channel) const {
  /system/webservd/libwebserv/
dbus_server.cc 143 bool DBusServer::IsConnected() const {
dbus_protocol_handler.cc 75 bool DBusProtocolHandler::IsConnected() const {
  /art/runtime/jdwp/
jdwp_main.cc 107 bool JdwpNetStateBase::IsConnected() {
130 if (!IsConnected()) {
148 DCHECK(IsConnected()) << "Connection with debugger is closed";
152 bool JdwpState::IsConnected() {
153 return netState != nullptr && netState->IsConnected();
157 if (!IsConnected()) {
181 if (!IsConnected()) {
386 return IsConnected();
  /external/webrtc/webrtc/base/
testutils.h 315 bool IsConnected() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devicetopology.h 269 WINBOOL IsConnected;
    [all...]
objidl.h     [all...]
  /system/connectivity/shill/
device.cc 406 bool Device::IsConnected() const {
408 return selected_service_->IsConnected();
413 return service == selected_service_ && IsConnected();
    [all...]
manager.cc     [all...]
service.cc 94 const char Service::kServiceSortIsConnected[] = "IsConnected";
398 bool Service::IsConnected() const {
    [all...]

Completed in 551 milliseconds