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

  /system/connectivity/shill/
active_link_monitor.h 127 virtual bool StartInternal(int probe_period_milliseconds);
active_link_monitor.cc 88 return StartInternal(test_period);
118 bool ActiveLinkMonitor::StartInternal(int probe_period_milliseconds) {
  /system/connectivity/apmanager/
service.h 85 bool StartInternal(Error* error);
service.cc 97 bool Service::StartInternal(Error* error) {
178 StartInternal(&error);
241 if (!StartInternal(&error)) {
service_unittest.cc 89 return service_->StartInternal(error);

Completed in 267 milliseconds