HomeSort by relevance Sort by last modified time
    Searched full:manager_proxy (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/site_tests/webservd_BasicDBusAPI/
webservd_BasicDBusAPI.py 24 manager_proxy = dbus.Interface(
27 ping_response = manager_proxy.Ping()
  /external/autotest/client/common_lib/cros/tendo/
buffet_dbus_helper.py 31 @param manager_proxy: DBus proxy for the Manager object.
51 manager_proxy = bus.get_object(SERVICE_NAME, MANAGER_OBJECT_PATH)
52 self.manager = dbus.Interface(manager_proxy, MANAGER_INTERFACE)
53 self.properties = dbus.Interface(manager_proxy, DBUS_PROPERTY_INTERFACE)
  /system/weaved/buffet/
ap_manager_client.cc 69 void ApManagerClient::OnManagerAdded(ManagerProxyInterface* manager_proxy) {
70 VLOG(1) << "manager added: " << manager_proxy->GetObjectPath().value();
71 manager_proxy_ = manager_proxy;
ap_manager_client.h 43 org::chromium::apmanager::ManagerProxyInterface* manager_proxy);
  /system/update_engine/update_manager/
real_shill_provider.cc 61 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); local
62 if (!manager_proxy)
66 manager_proxy->RegisterPropertyChangedSignalHandler(
77 if (!manager_proxy->GetProperties(&properties, &error))
real_device_policy_provider_unittest.cc 60 // Setup the session manager_proxy such that it will accept the signal
  /system/update_engine/
connection_manager.cc 182 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); local
183 if (!manager_proxy)
185 TEST_AND_RETURN_FALSE(manager_proxy->GetProperties(&properties, &error));

Completed in 1144 milliseconds