Searched refs:StartInternal (Results 1 – 5 of 5) sorted by relevance
97 bool Service::StartInternal(Error* error) { in StartInternal() function in apmanager::Service178 StartInternal(&error); in Start()241 if (!StartInternal(&error)) { in APInterfaceCheckTask()
85 bool StartInternal(Error* error);
89 return service_->StartInternal(error); in StartService()
127 virtual bool StartInternal(int probe_period_milliseconds);
88 return StartInternal(test_period); in Start()118 bool ActiveLinkMonitor::StartInternal(int probe_period_milliseconds) { in StartInternal() function in shill::ActiveLinkMonitor