Home
last modified time | relevance | path

Searched refs:ConnectState (Results 1 – 25 of 46) sorted by relevance

12

/system/connectivity/shill/cellular/
Dactive_passive_out_of_credits_detector.h45 Service::ConnectState old_state,
46 Service::ConnectState new_state) override;
94 void DetectConnectDisconnectLoop(Service::ConnectState curr_state,
95 Service::ConnectState new_state);
Dmock_out_of_credits_detector.h37 void(Service::ConnectState old_state,
38 Service::ConnectState new_state));
Dsubscription_state_out_of_credits_detector.h36 Service::ConnectState old_state, in NotifyServiceStateChanged()
37 Service::ConnectState new_state) override {} in NotifyServiceStateChanged()
Dno_out_of_credits_detector.h42 Service::ConnectState old_state, in NotifyServiceStateChanged()
43 Service::ConnectState new_state) override {} in NotifyServiceStateChanged()
Dmock_cellular_service.h40 MOCK_METHOD1(SetState, void(ConnectState state));
43 MOCK_CONST_METHOD0(state, ConnectState());
Dactive_passive_out_of_credits_detector.cc78 Service::ConnectState old_state, Service::ConnectState new_state) { in NotifyServiceStateChanged()
194 Service::ConnectState curr_state, Service::ConnectState new_state) { in DetectConnectDisconnectLoop()
Dout_of_credits_detector.h71 virtual void NotifyServiceStateChanged(Service::ConnectState old_state,
72 Service::ConnectState new_state) = 0;
Dactive_passive_out_of_credits_detector_unittest.cc97 void SetMockServiceState(Service::ConnectState old_state, in SetMockServiceState()
98 Service::ConnectState new_state) { in SetMockServiceState()
/system/connectivity/shill/
Dmock_metrics.h37 Service::ConnectState start_state,
38 Service::ConnectState stop_state));
49 void(const Service& service, Service::ConnectState new_state));
Dservice.h132 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_;
Dmock_service.h49 MOCK_CONST_METHOD0(state, ConnectState());
50 MOCK_METHOD1(SetState, void(ConnectState state));
Dvirtual_device.h62 void SetServiceState(Service::ConnectState state) override;
Dmock_ppp_device.h44 MOCK_METHOD1(SetServiceState, void(Service::ConnectState));
Dvirtual_device.cc92 void VirtualDevice::SetServiceState(Service::ConnectState state) { in SetServiceState()
Dmetrics.h827 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);
Dservice.cc386 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/
Dchromeos_third_party_vpn_dbus_adaptor.cc49 Service::ConnectState* internal_state) { in ConvertConnectState()
111 Service::ConnectState internal_state; in UpdateConnectionState()
/system/connectivity/shill/vpn/
Dmock_vpn_service.h35 MOCK_METHOD1(SetState, void(ConnectState state));
Dthird_party_vpn_driver.h59 void UpdateConnectionState(Service::ConnectState connection_state,
105 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure,
Dl2tp_ipsec_driver.h116 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure);
/system/connectivity/shill/wimax/
Dmock_wimax_service.h38 MOCK_METHOD1(SetState, void(ConnectState state));
Dwimax_service.h93 void SetState(ConnectState state) override;
Dwimax.h105 void DropService(Service::ConnectState state);
/system/connectivity/shill/ethernet/
Dmock_ethernet_service.h49 MOCK_METHOD1(SetState, void(ConnectState state));
/system/connectivity/shill/wifi/
Dmock_wifi_service.h45 MOCK_METHOD1(SetState, void(ConnectState state));

12