Searched refs:RemoveService (Results 1 – 16 of 16) sorted by relevance
/system/weaved/buffet/ |
D | ap_manager_client.cc | 52 RemoveService(service_path_); in Stop() 61 void ApManagerClient::RemoveService(const dbus::ObjectPath& object_path) { in RemoveService() function in buffet::ApManagerClient 64 if (!manager_proxy_->RemoveService(object_path, &error)) { in RemoveService() 85 RemoveService(service_proxy->GetObjectPath()); in OnServiceAdded()
|
D | ap_manager_client.h | 40 void RemoveService(const dbus::ObjectPath& object_path);
|
/system/connectivity/apmanager/dbus/ |
D | manager_dbus_adaptor.cc | 79 bool ManagerDBusAdaptor::RemoveService(brillo::ErrorPtr* dbus_error, in RemoveService() function in apmanager::ManagerDBusAdaptor 95 manager_->RemoveService(watcher_context->second.service, &error); in RemoveService() 109 manager_->RemoveService(watcher_context->second.service, nullptr); in OnServiceOwnerVanished()
|
D | manager_dbus_adaptor.h | 45 bool RemoveService(brillo::ErrorPtr* dbus_error,
|
/system/connectivity/shill/vpn/ |
D | vpn_provider.h | 71 void RemoveService(VPNServiceRefPtr service); 83 FRIEND_TEST(VPNProviderTest, RemoveService);
|
D | vpn_provider_unittest.cc | 223 TEST_F(VPNProviderTest, RemoveService) { in TEST_F() argument 237 provider_.RemoveService(service1); in TEST_F() 243 provider_.RemoveService(service2); in TEST_F() 248 provider_.RemoveService(service0); in TEST_F()
|
D | vpn_service.cc | 145 manager()->vpn_provider()->RemoveService(this); in Unload()
|
D | vpn_provider.cc | 184 void VPNProvider::RemoveService(VPNServiceRefPtr service) { in RemoveService() function in shill::VPNProvider
|
/system/connectivity/apmanager/ |
D | manager.h | 51 bool RemoveService(const scoped_refptr<Service>& service, Error* error);
|
D | manager.cc | 58 bool Manager::RemoveService(const scoped_refptr<Service>& service, in RemoveService() function in apmanager::Manager
|
/system/core/init/ |
D | service.h | 176 void RemoveService(const Service& svc);
|
D | service.cpp | 756 void ServiceManager::RemoveService(const Service& svc) { in RemoveService() function in ServiceManager 811 RemoveService(*svc); in ReapOneProcess()
|
/system/connectivity/shill/ |
D | manager.h | 277 void RemoveService(const ServiceRefPtr& service);
|
D | manager_unittest.cc | 1211 TEST_F(ManagerTest, RemoveService) { in TEST_F() argument 1233 manager()->RemoveService(service); in TEST_F() 1247 manager()->RemoveService(service); in TEST_F() 1258 manager()->RemoveService(service); in TEST_F()
|
D | service.cc | 601 manager()->RemoveService(this); in Remove()
|
D | manager.cc | 814 void Manager::RemoveService(const ServiceRefPtr& service) { in RemoveService() function in shill::Manager
|