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

  /system/update_engine/update_manager/
real_shill_provider.cc 93 dbus::ObjectPath service_path = value.TryGet<dbus::ObjectPath>(); local
94 if (!service_path.IsValid()) {
98 << ", read as the object path: '" << service_path.value()
101 ProcessDefaultService(service_path);
  /system/weaved/buffet/
shill_client.cc 162 ObjectPath service_path; local
164 if (!manager_proxy_.ConfigureService(service_properties, &service_path,
173 connecting_service_.reset(new ServiceProxy{bus_, service_path});
178 weak_factory_.GetWeakPtr(), service_path),
180 weak_factory_.GetWeakPtr(), service_path));
350 ObjectPath service_path{property_value.TryGet<ObjectPath>()};
351 if (!service_path.IsValid()) {
357 << service_path.value();
360 if (device_state.selected_service->GetObjectPath() == service_path) {
368 service_path.value() != "/" && connecting_service_ &
    [all...]
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.cc 270 dbus::ObjectPath service_path; local
273 expected_properties, &service_path, &error)) {
277 new ServiceProxy(dbus_bus_, service_path));
316 dbus::ObjectPath service_path; local
319 config_params, &service_path, &error);
325 dbus::ObjectPath service_path; local
330 guid_config_params, &service_path, &error);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
remote.py 778 service_path: Path on HTTP service where service is mounted. This path
785 service_path=None,
793 service_path: Assigned to property.
802 self.__service_path = service_path
820 def service_path(self): member in class:HttpRequestState
831 for name in ['http_method', 'service_path']:
    [all...]

Completed in 121 milliseconds