HomeSort by relevance Sort by last modified time
    Searched refs:_dbus_transport_get_is_authenticated (Results 1 - 4 of 4) sorted by null

  /external/dbus/dbus/
dbus-transport.h 41 dbus_bool_t _dbus_transport_get_is_authenticated (DBusTransport *transport);
dbus-transport-socket.c 138 if (_dbus_transport_get_is_authenticated (transport))
193 if (_dbus_transport_get_is_authenticated (transport))
407 orig_auth_state = _dbus_transport_get_is_authenticated (transport);
422 while (!_dbus_transport_get_is_authenticated (transport) &&
480 *auth_completed = (orig_auth_state != _dbus_transport_get_is_authenticated (transport));
501 if (!_dbus_transport_get_is_authenticated (transport))
706 if (!_dbus_transport_get_is_authenticated (transport))
    [all...]
dbus-transport.c 699 _dbus_transport_get_is_authenticated (DBusTransport *transport) function
1086 if (!_dbus_transport_get_is_authenticated (transport))
1091 else if (!_dbus_transport_get_is_authenticated (transport))
    [all...]
dbus-connection.c 495 _dbus_assert (_dbus_transport_get_is_authenticated (connection->transport));
    [all...]

Completed in 1400 milliseconds