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

  /external/libweave/src/privet/
publisher.cc 41 RemoveService();
46 return RemoveService();
83 void Publisher::RemoveService() {
publisher.h 40 void RemoveService();
  /system/weaved/buffet/
ap_manager_client.cc 52 RemoveService(service_path_);
61 void ApManagerClient::RemoveService(const dbus::ObjectPath& object_path) {
64 if (!manager_proxy_->RemoveService(object_path, &error)) {
65 LOG(ERROR) << "RemoveService failed: " << error->GetMessage();
85 RemoveService(service_proxy->GetObjectPath());
ap_manager_client.h 40 void RemoveService(const dbus::ObjectPath& object_path);
  /system/connectivity/apmanager/dbus/
manager_dbus_adaptor.cc 79 bool ManagerDBusAdaptor::RemoveService(brillo::ErrorPtr* dbus_error,
95 manager_->RemoveService(watcher_context->second.service, &error);
109 manager_->RemoveService(watcher_context->second.service, nullptr);
manager_dbus_adaptor.h 45 bool RemoveService(brillo::ErrorPtr* dbus_error,
  /system/connectivity/shill/vpn/
vpn_provider.h 71 void RemoveService(VPNServiceRefPtr service);
83 FRIEND_TEST(VPNProviderTest, RemoveService);
vpn_provider_unittest.cc 223 TEST_F(VPNProviderTest, RemoveService) {
237 provider_.RemoveService(service1);
243 provider_.RemoveService(service2);
248 provider_.RemoveService(service0);
vpn_service.cc 145 manager()->vpn_provider()->RemoveService(this);
vpn_provider.cc 184 void VPNProvider::RemoveService(VPNServiceRefPtr service) {
  /system/connectivity/apmanager/
manager.h 45 // RemoveService.
51 bool RemoveService(const scoped_refptr<Service>& service, Error* error);
manager.cc 58 bool Manager::RemoveService(const scoped_refptr<Service>& service,
  /external/autotest/client/cros/networking/
apmanager_proxy.py 198 self._manager.RemoveService(dbus.ObjectPath(service_path))
  /system/core/init/
service.h 176 void RemoveService(const Service& svc);
service.cpp 748 void ServiceManager::RemoveService(const Service& svc) {
803 RemoveService(*svc);
  /system/connectivity/shill/
manager.h 277 void RemoveService(const ServiceRefPtr& service);
    [all...]
service.cc 601 manager()->RemoveService(this);
    [all...]
manager_unittest.cc     [all...]
manager.cc 814 void Manager::RemoveService(const ServiceRefPtr& service) {
    [all...]

Completed in 5795 milliseconds