| /system/connectivity/shill/dbus/ |
| chromeos_dbus_objectmanager_proxy.cc | 31 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } 43 bus, service, dbus::ObjectPath(path))), 127 const dbus::ObjectPath& object_path, 138 const dbus::ObjectPath& object_path,
|
| chromeos_mm1_modem_simple_proxy.cc | 30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } 41 bus, service, dbus::ObjectPath(path))) {} 68 dbus::ObjectPath(bearer), 91 const RpcIdentifierCallback& callback, const dbus::ObjectPath& path) {
|
| chromeos_dbus_adaptor.h | 49 const dbus::ObjectPath& dbus_path() const { return dbus_path_; } 136 dbus::ObjectPath dbus_path_;
|
| chromeos_supplicant_network_proxy.cc | 32 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } 57 dbus::ObjectPath(object_path))) {
|
| chromeos_supplicant_interface_proxy.cc | 33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } 70 dbus::ObjectPath(object_path))), 148 dbus::ObjectPath path; 222 if (!interface_proxy_->NetworkReply(dbus::ObjectPath(network), 282 if (!interface_proxy_->RemoveNetwork(dbus::ObjectPath(network), 319 if (!interface_proxy_->SelectNetwork(dbus::ObjectPath(network), &error)) { 333 if (!interface_proxy_->SetHT40Enable(dbus::ObjectPath(network), 469 const dbus::ObjectPath& BSS, 492 void ChromeosSupplicantInterfaceProxy::BSSRemoved(const dbus::ObjectPath& BSS) { 498 const dbus::ObjectPath& /*network*/ [all...] |
| chromeos_dbus_properties_proxy.cc | 28 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } 37 bus, service, dbus::ObjectPath(path))) {
|
| chromeos_mm1_modem_modem3gpp_proxy.cc | 30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } 41 bus, service, dbus::ObjectPath(path))) {}
|
| chromeos_mm1_modem_modemcdma_proxy.cc | 30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } 41 bus, service, dbus::ObjectPath(path))) {
|
| chromeos_mm1_sim_proxy.cc | 30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } 40 bus, service, dbus::ObjectPath(path))) {}
|
| chromeos_modem_simple_proxy.cc | 33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } 42 bus, service, dbus::ObjectPath(path))) {}
|
| chromeos_wimax_device_proxy.h | 71 brillo::dbus_utils::Property<std::vector<dbus::ObjectPath>> networks; 82 void NetworksChanged(const std::vector<dbus::ObjectPath>& networks);
|
| chromeos_mm1_modem_simple_proxy.h | 55 const dbus::ObjectPath& path);
|
| /system/connectivity/shill/shims/ |
| task_proxy.cc | 31 : proxy_(bus, dbus::ObjectPath(path)) {}
|
| /system/connectivity/shill/test-rpc-proxy/ |
| proxy_dbus_client.cc | 233 const dbus::ObjectPath& object_path, 245 const dbus::ObjectPath& object_path, 257 const dbus::ObjectPath& object_path, 270 dbus::ObjectPath service_path; 316 dbus::ObjectPath service_path; 325 dbus::ObjectPath service_path; 334 const dbus::ObjectPath& object_path, 350 const dbus::ObjectPath& object_path, 365 dbus::ObjectPath profile_path; 377 dbus::ObjectPath profile_path [all...] |
| /system/firewalld/ |
| firewall_service.h | 47 void OnPermissionBrokerRemoved(const dbus::ObjectPath& path);
|
| /system/update_engine/ |
| shill_proxy.h | 45 GetServiceForPath(const dbus::ObjectPath& path) override;
|
| /external/libchrome/dbus/ |
| exported_object.h | 39 ExportedObject(Bus* bus, const ObjectPath& object_path); 170 ObjectPath object_path_;
|
| object_proxy.h | 46 const ObjectPath& object_path, 186 const ObjectPath& object_path() const { return object_path_; } 303 ObjectPath object_path_;
|
| property.h | 42 // dbus::Property<dbus::ObjectPath> parent; 65 // typedef std::map<dbus::ObjectPath, Object> ObjectMap; 68 // dbus::ObjectProxy* GetObjectProxy(const dbus::ObjectPath& object_path) { 72 // Properties* GetProperties(const dbus::ObjectPath& object_path) { 76 // Object GetObject(const dbus::ObjectPath& object_path) { 153 // void Client::PropertyChanged(const dbus::ObjectPath& object_path, 560 CHROME_DBUS_EXPORT bool Property<ObjectPath>::PopValueFromReader( 563 CHROME_DBUS_EXPORT void Property<ObjectPath>::AppendSetValueToWriter( 565 extern template class CHROME_DBUS_EXPORT Property<ObjectPath>; 576 CHROME_DBUS_EXPORT bool Property<std::vector<ObjectPath>>::PopValueFromReader [all...] |
| mock_object_proxy.h | 22 const ObjectPath& object_path);
|
| /system/weaved/buffet/ |
| shill_client.cc | 33 using dbus::ObjectPath; 114 bus_->GetObjectProxy(shill::kFlimflamServiceName, ObjectPath{"/"}) 162 ObjectPath service_path; 272 set<ObjectPath> device_paths_to_remove; 276 for (const auto& device_path : property_value.TryGet<vector<ObjectPath>>()) { 302 for (const ObjectPath& device_path : device_paths_to_remove) { 312 const ObjectPath& device_path, 337 void ShillClient::OnDevicePropertyChange(const ObjectPath& device_path, 350 ObjectPath service_path{property_value.TryGet<ObjectPath>()}; [all...] |
| /external/libbrillo/brillo/dbus/ |
| exported_object_manager_unittest.cc | 28 const dbus::ObjectPath kTestPath(std::string("/test/om_path")); 29 const dbus::ObjectPath kClaimedTestPath(std::string("/test/claimed_path")); 63 dbus::ObjectPath path; 85 dbus::ObjectPath path; 176 dbus::ObjectPath path;
|
| data_serialization_unittest.cc | 18 using dbus::ObjectPath; 35 EXPECT_TRUE(IsTypeSupported<ObjectPath>::value); 91 EXPECT_EQ("o", GetDBusSignature<ObjectPath>()); 107 EXPECT_EQ("ao", GetDBusSignature<std::vector<ObjectPath>>()); 185 AppendValueToWriter(&writer, ObjectPath{"/object/path"}); 199 ObjectPath object_path_value; 227 EXPECT_EQ(ObjectPath{"/object/path"}, object_path_value); 278 AppendValueToWriterAsVariant(&writer, ObjectPath{"/obj/path"}); 295 ObjectPath object_path_value; 327 EXPECT_EQ(ObjectPath{"/obj/path"}, object_path_value) [all...] |
| /system/update_engine/update_manager/ |
| real_shill_provider.cc | 93 dbus::ObjectPath service_path = value.TryGet<dbus::ObjectPath>(); 115 const dbus::ObjectPath& default_service_path) {
|
| /system/connectivity/apmanager/dbus/ |
| service_dbus_adaptor.h | 56 dbus::ObjectPath object_path_;
|