Searched defs:Stop (Results 1 - 25 of 70) sorted by relevance

123

/system/core/metricsd/uploader/
H A Dmetricsd_service_runner.cc58 void MetricsdServiceRunner::Stop() { function in class:MetricsdServiceRunner
/system/bt/service/test/
H A Dstub_ipc_handler_binder.cpp41 void IPCHandlerBinder::Stop() { function in class:ipc::IPCHandlerBinder
H A Dstub_ipc_handler_linux.cpp44 void IPCHandlerLinux::Stop() { function in class:ipc::IPCHandlerLinux
/system/bt/service/ipc/binder/
H A Dipc_handler_binder.cpp70 void IPCHandlerBinder::Stop() { function in class:ipc::IPCHandlerBinder
/system/connectivity/shill/cellular/
H A Dmodem_info.cc46 Stop();
64 void ModemInfo::Stop() { function in class:shill::ModemInfo
H A Dmodem_manager_1.cc46 Stop();
66 void ModemManager1::Stop() { function in class:shill::ModemManager1
67 LOG(INFO) << "Stop watching modem manager service: " << service();
/system/connectivity/shill/
H A Dconnection_tester.cc64 Stop();
75 void ConnectionTester::Stop() { function in class:shill::ConnectionTester
77 connectivity_trial_->Stop();
87 Stop();
H A Ddns_server_proxy.cc47 Stop();
89 void DNSServerProxy::Stop() { function in class:shill::DNSServerProxy
H A Deap_listener.cc48 Stop();
61 void EapListener::Stop() { function in class:shill::EapListener
112 Stop();
H A Darp_client.cc57 Stop();
63 void ArpClient::Stop() { function in class:shill::ArpClient
H A Dasync_connection.cc49 Stop();
64 Stop();
72 Stop();
86 Stop();
99 void AsyncConnection::Stop() { function in class:shill::AsyncConnection
120 Stop();
H A Ddaemon_task.cc131 // Daemon::Stop(). Otherwise, it could lead to the call sequence below. That
146 // -> Daemon::Stop
147 // -> Manager::Stop
148 // -> DeviceInfo::Stop
156 Stop();
196 void DaemonTask::Stop() { function in class:shill::DaemonTask
197 manager_->Stop();
202 metrics_->Stop();
203 process_manager_->Stop();
204 dhcp_provider_->Stop();
[all...]
H A Ddns_server_tester.cc67 Stop();
71 // Stop existing attempt.
72 Stop();
92 void DNSServerTester::Stop() { function in class:shill::DNSServerTester
99 dns_test_client_->Stop();
H A Dicmp.cc39 Stop();
47 Stop();
54 void Icmp::Stop() { function in class:shill::Icmp
H A Dpassive_link_monitor.cc62 Stop();
67 Stop();
81 void PassiveLinkMonitor::Stop() { function in class:shill::PassiveLinkMonitor
103 arp_client_->Stop();
122 // Stop ARP client if we receive enough requests for the current cycle.
153 // Stop the monitoring before invoking result callback, so that the ARP client
155 Stop();
/system/connectivity/shill/net/
H A Dio_input_handler.cc35 Stop();
46 void IOInputHandler::Stop() { function in class:shill::IOInputHandler
H A Dio_ready_handler.cc33 Stop();
51 void IOReadyHandler::Stop() { function in class:shill::IOReadyHandler
H A Dio_handler.h54 virtual void Stop() {} function in class:shill::IOHandler
/system/bt/service/ipc/
H A Dipc_handler_linux.cpp121 void IPCHandlerLinux::Stop() { function in class:ipc::IPCHandlerLinux
131 thread_.Stop();
181 thread_.Stop();
/system/connectivity/apmanager/dbus/
H A Dservice_dbus_adaptor.cc62 bool ServiceDBusAdaptor::Stop(brillo::ErrorPtr* dbus_error) { function in class:apmanager::ServiceDBusAdaptor
64 service_->Stop(&error);
/system/core/metricsd/
H A Dtimer.cc40 bool Timer::Stop() { function in class:chromeos_metrics::Timer
/system/weaved/buffet/
H A Dap_manager_client.cc27 Stop();
50 void ApManagerClient::Stop() { function in class:buffet::ApManagerClient
120 Stop();
/system/connectivity/apmanager/
H A Dmanager.cc47 void Manager::Stop() { function in class:apmanager::Manager
48 device_info_.Stop();
/system/connectivity/dhcp_client/
H A Dservice.cc56 Stop();
90 void Service::Stop() { function in class:dhcp_client::Service
92 state_machine_ipv4_->Stop();
95 // TODO(nywang): Stop DHCP state machine for IPV6.
/system/connectivity/shill/ethernet/
H A Dethernet_eap_provider.cc84 void EthernetEapProvider::Stop() { function in class:shill::EthernetEapProvider

Completed in 454 milliseconds

123