HomeSort by relevance Sort by last modified time
    Searched defs:CreateService (Results 1 - 11 of 11) sorted by null

  /system/connectivity/apmanager/dbus/
manager_dbus_adaptor.cc 50 bool ManagerDBusAdaptor::CreateService(brillo::ErrorPtr* dbus_error,
53 auto service = manager_->CreateService();
  /system/connectivity/apmanager/
manager.cc 51 scoped_refptr<Service> Manager::CreateService() {
52 LOG(INFO) << "Manager::CreateService";
  /system/connectivity/shill/vpn/
vpn_provider.cc 148 service = CreateService(type, name, storage_id, error);
218 service = CreateService(type, name, group, &error);
279 VPNServiceRefPtr VPNProvider::CreateService(const string& type,
  /system/connectivity/shill/wimax/
wimax_provider.cc 254 return CreateService(id, name);
268 return CreateService(id, name);
439 service = CreateService(id, name);
446 WiMaxServiceRefPtr WiMaxProvider::CreateService(const WiMaxNetworkId& id,
  /system/connectivity/shill/cellular/
cellular_capability_classic_unittest.cc 98 void CreateService() {
106 // Simulate all the side-effects of Cellular::CreateService
402 CreateService();
cellular_capability_gsm_unittest.cc 251 void CreateService() {
259 // Simulate all the side-effects of Cellular::CreateService
459 CreateService();
607 CreateService();
cellular.cc 602 CreateService();
619 void Cellular::CreateService() {
    [all...]
cellular_capability_universal_unittest.cc 134 void CreateService() {
142 // Simulate all the side-effects of Cellular::CreateService
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
transport_test.py 440 def CreateService(self, factory_value='default'):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
service_handlers_test.py 266 def CreateService(self):
279 self.CreateService)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsvc.h 273 #define CreateService __MINGW_NAME_AW(CreateService)

Completed in 5492 milliseconds