Searched defs:CreateService (Results 1 - 8 of 8) sorted by relevance

/system/connectivity/apmanager/dbus/
H A Dmanager_dbus_adaptor.cc50 bool ManagerDBusAdaptor::CreateService(brillo::ErrorPtr* dbus_error, function in class:apmanager::ManagerDBusAdaptor
53 auto service = manager_->CreateService();
/system/connectivity/apmanager/
H A Dmanager.cc51 scoped_refptr<Service> Manager::CreateService() { function in class:apmanager::Manager
52 LOG(INFO) << "Manager::CreateService";
/system/connectivity/shill/vpn/
H A Dvpn_provider.cc148 service = CreateService(type, name, storage_id, error);
218 service = CreateService(type, name, group, &error);
279 VPNServiceRefPtr VPNProvider::CreateService(const string& type, function in class:shill::VPNProvider
/system/connectivity/shill/cellular/
H A Dcellular_capability_classic_unittest.cc98 void CreateService() { function in class:shill::CellularCapabilityTest
106 // Simulate all the side-effects of Cellular::CreateService
402 CreateService();
H A Dcellular_capability_gsm_unittest.cc251 void CreateService() { function in class:shill::CellularCapabilityGSMTest
259 // Simulate all the side-effects of Cellular::CreateService
459 CreateService();
607 CreateService();
H A Dcellular_capability_universal_unittest.cc134 void CreateService() { function in class:shill::CellularCapabilityUniversalTest
142 // Simulate all the side-effects of Cellular::CreateService
956 CreateService();
1110 CreateService();
1545 CreateService();
H A Dcellular.cc602 CreateService();
619 void Cellular::CreateService() { function in class:shill::Cellular
/system/connectivity/shill/wimax/
H A Dwimax_provider.cc254 return CreateService(id, name);
268 return CreateService(id, name);
439 service = CreateService(id, name);
446 WiMaxServiceRefPtr WiMaxProvider::CreateService(const WiMaxNetworkId& id, function in class:shill::WiMaxProvider

Completed in 186 milliseconds