HomeSort by relevance Sort by last modified time
    Searched refs:ObjectPath (Results 126 - 150 of 151) sorted by null

1 2 3 4 56 7

  /external/libbrillo/brillo/dbus/
dbus_object_unittest.cc 104 const dbus::ObjectPath kMethodsExportedOnPath{
373 const dbus::ObjectPath kObjectManagerPath{std::string{"/"}};
374 const dbus::ObjectPath kMethodsExportedOnPath{
  /external/autotest/client/cros/networking/
shill_proxy.py 120 SERVICE_PROPERTY_DEVICE: dbus.ObjectPath,
127 SERVICE_PROPERTY_PROFILE: dbus.ObjectPath,
  /system/update_engine/
connection_manager_unittest.cc 102 dbus::ObjectPath(default_service);
132 fake_shill_proxy_.SetServiceForPath(dbus::ObjectPath(service_path),
  /external/autotest/client/cros/cellular/pseudomodem/
dbus_std_ifaces.py 386 results[dbus.types.ObjectPath(device.path)] = (
  /external/libchrome/dbus/
exported_object.cc 33 const ObjectPath& object_path)
object_proxy.cc 56 const ObjectPath& object_path,
475 const ObjectPath path = signal->GetPath();
values_util.cc 163 ObjectPath value;
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_connect.py 153 'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
  /system/connectivity/shill/
key_value_store.h 151 const std::vector<dbus::ObjectPath>& paths,
property_store.cc 79 } else if (value.IsTypeCompatible<dbus::ObjectPath>()) {
80 ret = SetStringProperty(name, value.Get<dbus::ObjectPath>().value(), error);
149 brillo::Any(dbus::ObjectPath(it.value()))));
156 vector<dbus::ObjectPath> rpc_identifiers_as_paths;
158 rpc_identifiers_as_paths.push_back(dbus::ObjectPath(path));
    [all...]
manager_unittest.cc 808 props[kDevicesProperty].IsTypeCompatible<vector<dbus::ObjectPath>>());
809 vector <dbus::ObjectPath> devices =
810 props[kDevicesProperty].Get<vector<dbus::ObjectPath>>();
822 props[kServicesProperty].IsTypeCompatible<vector<dbus::ObjectPath>>());
    [all...]
  /system/tpm/attestation/client/
dbus_proxy.cc 47 dbus::ObjectPath(attestation::kAttestationServicePath));
dbus_proxy_test.cc 38 nullptr, "", dbus::ObjectPath(""));
  /system/tpm/attestation/server/
dbus_service.cc 34 : dbus_object_(nullptr, bus, dbus::ObjectPath(kAttestationServicePath)),
dbus_service_test.cc 45 dbus::ObjectPath path(kAttestationServicePath);
  /system/webservd/webservd/
dbus_protocol_handler.cc 34 const dbus::ObjectPath& object_path,
server.cc 143 dbus::ObjectPath object_path{path};
  /external/llvm/include/llvm/Object/
ObjectFile.h 273 /// @param ObjectPath The path to the object file. ObjectPath.isObject must
277 createObjectFile(StringRef ObjectPath);
  /system/webservd/libwebserv/
dbus_protocol_handler.cc 177 void DBusProtocolHandler::Disconnect(const dbus::ObjectPath& object_path) {
  /system/tpm/tpm_manager/client/
tpm_nvram_dbus_proxy_test.cc 38 nullptr, "", dbus::ObjectPath(""));
  /system/tpm/tpm_manager/server/
dbus_service_test.cc 48 dbus::ObjectPath path(kTpmManagerServicePath);
  /external/autotest/client/cros/cellular/
pseudo_modem.py 38 from dbus.types import ObjectPath
366 properties['Sim'] = ObjectPath(self.sim.path)
  /system/update_engine/include/power_manager/
dbus-proxies.h 524 const dbus::ObjectPath& GetObjectPath() const {
    [all...]
  /system/update_engine/include/session_manager/
dbus-proxies.h 394 const dbus::ObjectPath& GetObjectPath() const {
    [all...]
  /system/update_engine/include/debugd/
dbus-proxies.h     [all...]

Completed in 528 milliseconds

1 2 3 4 56 7