Searched refs:ConnectState (Results 1 – 25 of 46) sorted by relevance
12
/system/connectivity/shill/cellular/ |
D | 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);
|
D | mock_out_of_credits_detector.h | 37 void(Service::ConnectState old_state, 38 Service::ConnectState new_state));
|
D | subscription_state_out_of_credits_detector.h | 36 Service::ConnectState old_state, in NotifyServiceStateChanged() 37 Service::ConnectState new_state) override {} in NotifyServiceStateChanged()
|
D | no_out_of_credits_detector.h | 42 Service::ConnectState old_state, in NotifyServiceStateChanged() 43 Service::ConnectState new_state) override {} in NotifyServiceStateChanged()
|
D | mock_cellular_service.h | 40 MOCK_METHOD1(SetState, void(ConnectState state)); 43 MOCK_CONST_METHOD0(state, ConnectState());
|
D | active_passive_out_of_credits_detector.cc | 78 Service::ConnectState old_state, Service::ConnectState new_state) { in NotifyServiceStateChanged() 194 Service::ConnectState curr_state, Service::ConnectState new_state) { in DetectConnectDisconnectLoop()
|
D | out_of_credits_detector.h | 71 virtual void NotifyServiceStateChanged(Service::ConnectState old_state, 72 Service::ConnectState new_state) = 0;
|
D | active_passive_out_of_credits_detector_unittest.cc | 97 void SetMockServiceState(Service::ConnectState old_state, in SetMockServiceState() 98 Service::ConnectState new_state) { in SetMockServiceState()
|
/system/connectivity/shill/ |
D | mock_metrics.h | 37 Service::ConnectState start_state, 38 Service::ConnectState stop_state)); 49 void(const Service& service, Service::ConnectState new_state));
|
D | service.h | 132 enum ConnectState { enum 203 virtual ConnectState state() const { return state_; } in 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); 817 void ReportUserInitiatedConnectionResult(ConnectState state); 826 ConnectState state_; 827 ConnectState previous_state_;
|
D | mock_service.h | 49 MOCK_CONST_METHOD0(state, ConnectState()); 50 MOCK_METHOD1(SetState, void(ConnectState state));
|
D | virtual_device.h | 62 void SetServiceState(Service::ConnectState state) override;
|
D | mock_ppp_device.h | 44 MOCK_METHOD1(SetServiceState, void(Service::ConnectState));
|
D | virtual_device.cc | 92 void VirtualDevice::SetServiceState(Service::ConnectState state) { in SetServiceState()
|
D | metrics.h | 827 Service::ConnectState start_state, Service::ConnectState stop_state); 839 Service::ConnectState new_state); 1127 typedef std::map<Service::ConnectState, TimerReportersList> 1172 Service::ConnectState new_state);
|
D | service.cc | 386 bool Service::IsConnectedState(ConnectState state) { in IsConnectedState() 393 bool Service::IsConnectingState(ConnectState state) { in IsConnectingState() 406 void Service::SetState(ConnectState state) { in SetState() 946 const char* Service::ConnectStateToString(const ConnectState& state) { in ConnectStateToString() 999 ConnectState state = state_ == kStateIdle ? previous_state_ : state_; in NoteDisconnectEvent() 1017 void Service::ReportUserInitiatedConnectionResult(ConnectState state) { in ReportUserInitiatedConnectionResult()
|
/system/connectivity/shill/dbus/ |
D | chromeos_third_party_vpn_dbus_adaptor.cc | 49 Service::ConnectState* internal_state) { in ConvertConnectState() 111 Service::ConnectState internal_state; in UpdateConnectionState()
|
/system/connectivity/shill/vpn/ |
D | mock_vpn_service.h | 35 MOCK_METHOD1(SetState, void(ConnectState state));
|
D | third_party_vpn_driver.h | 59 void UpdateConnectionState(Service::ConnectState connection_state, 105 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure,
|
D | l2tp_ipsec_driver.h | 116 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure);
|
/system/connectivity/shill/wimax/ |
D | mock_wimax_service.h | 38 MOCK_METHOD1(SetState, void(ConnectState state));
|
D | wimax_service.h | 93 void SetState(ConnectState state) override;
|
D | wimax.h | 105 void DropService(Service::ConnectState state);
|
/system/connectivity/shill/ethernet/ |
D | mock_ethernet_service.h | 49 MOCK_METHOD1(SetState, void(ConnectState state));
|
/system/connectivity/shill/wifi/ |
D | mock_wifi_service.h | 45 MOCK_METHOD1(SetState, void(ConnectState state));
|
12