HomeSort by relevance Sort by last modified time
    Searched refs:ConnectState (Results 1 - 25 of 47) sorted by null

1 2

  /system/connectivity/shill/cellular/
mock_out_of_credits_detector.h 37 void(Service::ConnectState old_state,
38 Service::ConnectState new_state));
subscription_state_out_of_credits_detector.h 36 Service::ConnectState old_state,
37 Service::ConnectState new_state) override {}
no_out_of_credits_detector.h 42 Service::ConnectState old_state,
43 Service::ConnectState new_state) override {}
active_passive_out_of_credits_detector.h 45 Service::ConnectState old_state,
46 Service::ConnectState new_state) override;
94 void DetectConnectDisconnectLoop(Service::ConnectState curr_state,
95 Service::ConnectState new_state);
mock_cellular_service.h 40 MOCK_METHOD1(SetState, void(ConnectState state));
43 MOCK_CONST_METHOD0(state, ConnectState());
out_of_credits_detector.h 71 virtual void NotifyServiceStateChanged(Service::ConnectState old_state,
72 Service::ConnectState new_state) = 0;
active_passive_out_of_credits_detector.cc 78 Service::ConnectState old_state, Service::ConnectState new_state) {
194 Service::ConnectState curr_state, Service::ConnectState new_state) {
  /system/connectivity/shill/vpn/
mock_vpn_service.h 35 MOCK_METHOD1(SetState, void(ConnectState state));
third_party_vpn_driver.h 59 void UpdateConnectionState(Service::ConnectState connection_state,
105 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure,
l2tp_ipsec_driver.h 116 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure);
  /system/connectivity/shill/wimax/
mock_wimax_service.h 38 MOCK_METHOD1(SetState, void(ConnectState state));
wimax_service.h 93 void SetState(ConnectState state) override;
wimax.h 105 void DropService(Service::ConnectState state);
  /system/connectivity/shill/
mock_metrics.h 37 Service::ConnectState start_state,
38 Service::ConnectState stop_state));
49 void(const Service& service, Service::ConnectState new_state));
virtual_device.h 62 void SetServiceState(Service::ConnectState state) override;
mock_service.h 49 MOCK_CONST_METHOD0(state, ConnectState());
50 MOCK_METHOD1(SetState, void(ConnectState state));
mock_ppp_device.h 44 MOCK_METHOD1(SetServiceState, void(Service::ConnectState));
virtual_device.cc 92 void VirtualDevice::SetServiceState(Service::ConnectState state) {
service.h 132 enum ConnectState {
203 virtual ConnectState state() const { return state_; }
206 virtual void SetState(ConnectState state);
215 static bool IsConnectedState(ConnectState state);
216 static bool IsConnectingState(ConnectState state);
441 static const char* ConnectStateToString(const ConnectState& state);
    [all...]
metrics.h 827 Service::ConnectState start_state, Service::ConnectState stop_state);
839 Service::ConnectState new_state);
    [all...]
service.cc 386 bool Service::IsConnectedState(ConnectState state) {
393 bool Service::IsConnectingState(ConnectState state) {
406 void Service::SetState(ConnectState state) {
    [all...]
  /system/connectivity/shill/dbus/
chromeos_third_party_vpn_dbus_adaptor.cc 49 Service::ConnectState* internal_state) {
111 Service::ConnectState internal_state;
  /system/connectivity/shill/ethernet/
mock_ethernet_service.h 49 MOCK_METHOD1(SetState, void(ConnectState state));
  /system/connectivity/shill/wifi/
mock_wifi_service.h 45 MOCK_METHOD1(SetState, void(ConnectState state));
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 166 ConnectState cs = (ConnectState)msg.obj;
335 static protected class ConnectState {
336 public ConnectState(byte[] address, int state, int error, int local_role, int remote_role) {
356 msg.obj = new ConnectState(address, state, error, local_role, remote_role);

Completed in 181 milliseconds

1 2