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

1 2 34 5 6 7

  /system/connectivity/shill/dbus/
chromeos_wimax_device_proxy.cc 40 static string ObjectID(const dbus::ObjectPath* path) {
67 dbus::ObjectPath(rpc_identifier))) {
143 dbus::ObjectPath(network),
222 const vector<dbus::ObjectPath>& networks) {
chromeos_modem_proxy.cc 33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
41 bus, service, dbus::ObjectPath(path))) {
chromeos_wimax_manager_proxy.cc 64 dbus::ObjectPath(wimax_manager::kWiMaxManagerServicePath))),
164 const vector<dbus::ObjectPath>& devices) {
chromeos_wimax_network_proxy.cc 34 static string ObjectID(const dbus::ObjectPath* p) {
68 dbus::ObjectPath(rpc_identifier))) {
chromeos_device_dbus_adaptor.cc 120 SendPropertyChangedSignal(name, brillo::Any(dbus::ObjectPath(value)));
127 vector<dbus::ObjectPath> paths;
129 paths.push_back(dbus::ObjectPath(element));
190 dbus::ObjectPath* out_path) {
chromeos_mm1_modem_proxy.cc 31 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
41 bus, service, dbus::ObjectPath(path))) {
91 proxy_->DeleteBearerAsync(dbus::ObjectPath(bearer),
229 const RpcIdentifierCallback& callback, const dbus::ObjectPath& path) {
chromeos_service_dbus_adaptor.cc 98 SendPropertyChangedSignal(name, brillo::Any(dbus::ObjectPath(value)));
202 brillo::ErrorPtr* /*error*/, map<dbus::ObjectPath, string>* entries) {
208 std::make_pair(dbus::ObjectPath(entry.first), entry.second));
  /system/tpm/tpm_manager/client/
tpm_ownership_dbus_proxy.cc 46 dbus::ObjectPath(tpm_manager::kTpmManagerServicePath));
tpm_nvram_dbus_proxy.cc 46 dbus::ObjectPath(tpm_manager::kTpmManagerServicePath));
  /system/tpm/trunks/
trunks_dbus_service.cc 37 nullptr, bus_, dbus::ObjectPath(kTrunksServicePath)));
  /system/update_engine/
connection_manager.cc 167 dbus::ObjectPath default_service_path;
179 bool ConnectionManager::GetDefaultServicePath(dbus::ObjectPath* out_path) {
192 *out_path = prop_default_service->second.TryGet<dbus::ObjectPath>();
197 const dbus::ObjectPath& path,
  /system/connectivity/shill/
key_value_store.cc 79 properties_.find(name)->second.IsTypeCompatible<dbus::ObjectPath>();
85 .IsTypeCompatible<vector<dbus::ObjectPath>>();
172 it->second.IsTypeCompatible<dbus::ObjectPath>())
174 return it->second.Get<dbus::ObjectPath>().value();
180 it->second.IsTypeCompatible<vector<dbus::ObjectPath>>())
184 it->second.Get<vector<dbus::ObjectPath>>(), &ids);
276 properties_[name] = brillo::Any(dbus::ObjectPath(value));
281 vector<dbus::ObjectPath> paths;
283 paths.push_back(dbus::ObjectPath(rpcid));
444 const vector<dbus::ObjectPath>& paths, vector<string>* rpc_identifiers)
    [all...]
  /external/libchrome/dbus/
message.cc 181 ObjectPath value;
276 bool Message::SetPath(const ObjectPath& path) {
309 ObjectPath Message::GetPath() {
311 return ObjectPath(path ? path : "");
516 void MessageWriter::AppendObjectPath(const ObjectPath& value) {
614 const std::vector<ObjectPath>& object_paths) {
679 void MessageWriter::AppendVariantOfObjectPath(const ObjectPath& value) {
785 bool MessageReader::PopObjectPath(ObjectPath* value) {
789 *value = ObjectPath(tmp_value);
845 std::vector<ObjectPath> *object_paths)
    [all...]
bus.cc 217 const ObjectPath& object_path) {
223 const ObjectPath& object_path,
243 const ObjectPath& object_path,
251 const ObjectPath& object_path,
282 ExportedObject* Bus::GetExportedObject(const ObjectPath& object_path) {
298 void Bus::UnregisterExportedObject(const ObjectPath& object_path) {
329 const ObjectPath& object_path) {
347 const ObjectPath& object_path,
755 bool Bus::TryRegisterObjectPath(const ObjectPath& object_path,
779 void Bus::UnregisterObjectPath(const ObjectPath& object_path)
    [all...]
property.cc 478 // Property<ObjectPath> specialization.
482 bool Property<ObjectPath>::PopValueFromReader(MessageReader* reader) {
487 void Property<ObjectPath>::AppendSetValueToWriter(MessageWriter* writer) {
516 // Property<std::vector<ObjectPath> > specialization.
520 bool Property<std::vector<ObjectPath> >::PopValueFromReader(
531 void Property<std::vector<ObjectPath> >::AppendSetValueToWriter(
674 template class Property<ObjectPath>;
676 template class Property<std::vector<ObjectPath> >;
  /external/libbrillo/brillo/dbus/
dbus_signal_handler_unittest.cc 40 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath));
42 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath)))
dbus_object.cc 36 const dbus::ObjectPath& object_path,
72 const dbus::ObjectPath& object_path) {
98 const dbus::ObjectPath& object_path,
154 const dbus::ObjectPath& object_path)
dbus_object.h 18 dbus::ObjectPath("/org/chromium/my_obj")) {}
469 const dbus::ObjectPath& object_path,
482 const dbus::ObjectPath& object_path);
486 const dbus::ObjectPath& object_path,
516 const dbus::ObjectPath& object_path);
568 dbus::ObjectPath object_path_;
data_serialization.cc 60 const dbus::ObjectPath& value) {
136 bool PopValueFromReader(dbus::MessageReader* reader, dbus::ObjectPath* value) {
207 return PopTypedArrayFromReader<dbus::ObjectPath>(reader, value);
296 return PopTypedValueFromReader<dbus::ObjectPath>(reader, value);
dbus_method_invoker_unittest.cc 50 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath));
52 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath)))
207 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath));
209 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath)))
  /external/llvm/lib/Object/
ObjectFile.cpp 102 ObjectFile::createObjectFile(StringRef ObjectPath) {
104 MemoryBuffer::getFile(ObjectPath);
  /system/webservd/libwebserv/
dbus_protocol_handler.h 99 void Disconnect(const dbus::ObjectPath& object_path);
153 std::map<dbus::ObjectPath, ProtocolHandlerProxyInterface*> proxies_;
  /system/connectivity/shill/test-rpc-proxy/
proxy_util.cc 207 if (any_value_in.IsTypeCompatible<dbus::ObjectPath>()) {
208 *xml_rpc_value_out = any_value_in.Get<dbus::ObjectPath>().value();
241 if (any_value_in.IsTypeCompatible<std::vector<dbus::ObjectPath>>()) {
243 for (const auto& object : any_value_in.Get<std::vector<dbus::ObjectPath>>()) {
  /external/autotest/client/cros/cellular/pseudomodem/
sms_handler.py 167 self._modem.Added(dbus.types.ObjectPath(sms_object.path), True)
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py 85 wpas.removeInterface(dbus.ObjectPath(path))

Completed in 853 milliseconds

1 2 34 5 6 7