/external/libchrome/dbus/ |
object_path.cc | 13 bool ObjectPath::IsValid() const { 17 bool ObjectPath::operator<(const ObjectPath& that) const { 21 bool ObjectPath::operator==(const ObjectPath& that) const { 25 bool ObjectPath::operator!=(const ObjectPath& that) const { 29 void PrintTo(const ObjectPath& path, std::ostream* out) {
|
object_path.h | 15 // ObjectPath is a type used to distinguish D-Bus object paths from simple 19 class CHROME_DBUS_EXPORT ObjectPath { 28 ObjectPath() {} 29 explicit ObjectPath(const std::string& value) : value_(value) {} 37 // Permit sufficient comparison to allow an ObjectPath to be used as a 39 bool operator<(const ObjectPath&) const; 43 bool operator==(const ObjectPath&) const; 44 bool operator!=(const ObjectPath&) const; 51 CHROME_DBUS_EXPORT void PrintTo(const ObjectPath& path, std::ostream* out);
|
mock_object_manager.h | 23 const ObjectPath& object_path); 28 MOCK_METHOD0(GetObjects, std::vector<ObjectPath>()); 30 std::vector<ObjectPath>(const std::string&)); 31 MOCK_METHOD1(GetObjectProxy, ObjectProxy*(const ObjectPath&)); 32 MOCK_METHOD2(GetProperties, PropertySet*(const ObjectPath&,
|
mock_exported_object.cc | 10 const ObjectPath& object_path)
|
object_manager.h | 43 // dbus::Property<dbus::ObjectPath> parent; 94 // Properties* GetProperties(const dbus::ObjectPath& object_path) { 157 const dbus::ObjectPath& object_path, 169 virtual void ObjectAdded(const ObjectPath& /* object_path */, 181 virtual void ObjectRemoved(const ObjectPath& /* object_path */, 188 const ObjectPath& object_path); 204 std::vector<ObjectPath> GetObjects(); 208 std::vector<ObjectPath> GetObjectsWithInterface( 214 ObjectProxy* GetObjectProxy(const ObjectPath& object_path); 221 PropertySet* GetProperties(const ObjectPath& object_path [all...] |
mock_object_manager.cc | 11 const ObjectPath& object_path)
|
mock_object_proxy.cc | 11 const ObjectPath& object_path)
|
mock_bus.h | 24 const ObjectPath& object_path)); 27 const ObjectPath& object_path, 30 const ObjectPath& object_path)); 32 const ObjectPath&)); 59 MOCK_METHOD4(TryRegisterObjectPath, bool(const ObjectPath& object_path, 63 MOCK_METHOD1(UnregisterObjectPath, void(const ObjectPath& object_path));
|
mock_exported_object.h | 20 const ObjectPath& object_path);
|
bus.h | 123 // const ObjectPath& object_path, 262 const ObjectPath& object_path); 268 const ObjectPath& object_path, 296 const ObjectPath& object_path, 303 const ObjectPath& object_path, 321 virtual ExportedObject* GetExportedObject(const ObjectPath& object_path); 330 virtual void UnregisterExportedObject(const ObjectPath& object_path); 344 const ObjectPath& object_path); 360 const ObjectPath& object_path, 528 virtual bool TryRegisterObjectPath(const ObjectPath& object_path [all...] |
/system/connectivity/apmanager/ |
rpc_interface.h | 25 typedef dbus::ObjectPath RPCObjectIdentifier;
|
/external/libbrillo/brillo/dbus/ |
exported_object_manager.h | 45 // void ClaimInterface(const dbus::ObjectPath& path, 50 // void ReleaseInterface(const dbus::ObjectPath& path, 83 std::map<dbus::ObjectPath, std::map<std::string, VariantDictionary>>; 88 const dbus::ObjectPath& path); 101 const dbus::ObjectPath& path, 106 virtual void ReleaseInterface(const dbus::ObjectPath& path, 117 std::map<dbus::ObjectPath, InterfaceProperties> registered_objects_; 120 DBusSignal<dbus::ObjectPath, std::map<std::string, VariantDictionary>>; 122 DBusSignal<dbus::ObjectPath, std::vector<std::string>>;
|
mock_exported_object_manager.h | 30 void(const dbus::ObjectPath& path, 34 void(const dbus::ObjectPath& path,
|
mock_dbus_object.h | 21 const dbus::ObjectPath& object_path)
|
dbus_param_writer_unittest.cc | 14 using dbus::ObjectPath; 34 DBusParamWriter::Append(&writer, ObjectPath{"/o"}); 39 ObjectPath path_value; 48 EXPECT_EQ(ObjectPath{"/o"}, path_value); 83 ObjectPath path_value_in{"/obj/path"}; 94 ObjectPath path_value; 103 EXPECT_EQ(ObjectPath{"/obj/path"}, path_value); 142 ObjectPath path_value_in{"/obj"}; 153 ObjectPath path_value; 162 EXPECT_EQ(ObjectPath{"/obj"}, path_value) [all...] |
/system/update_engine/ |
connection_manager.h | 56 bool GetDefaultServicePath(dbus::ObjectPath* out_path); 58 bool GetServicePathProperties(const dbus::ObjectPath& path,
|
fake_shill_proxy.cc | 32 const dbus::ObjectPath& path) { 42 const dbus::ObjectPath& path,
|
fake_shill_proxy.h | 45 GetServiceForPath(const dbus::ObjectPath& path) override; 49 const dbus::ObjectPath& path,
|
shill_proxy_interface.h | 45 GetServiceForPath(const dbus::ObjectPath& path) = 0;
|
/system/connectivity/apmanager/dbus/ |
manager_dbus_adaptor.h | 44 dbus::ObjectPath* out_service) override; 47 const dbus::ObjectPath& in_service) override; 67 void OnServiceOwnerVanished(const dbus::ObjectPath& service_path); 74 std::map<dbus::ObjectPath, ServiceOwnerWatcherContext>
|
/system/firewalld/ |
firewall_daemon.cc | 25 dbus::ObjectPath{kFirewallServicePath}} {
|
/system/weaved/buffet/ |
ap_manager_client.h | 40 void RemoveService(const dbus::ObjectPath& object_path); 49 void OnServiceRemoved(const dbus::ObjectPath& object_path); 50 void OnManagerRemoved(const dbus::ObjectPath& object_path); 58 dbus::ObjectPath service_path_;
|
ap_manager_client.cc | 54 service_path_ = dbus::ObjectPath(); 61 void ApManagerClient::RemoveService(const dbus::ObjectPath& object_path) { 109 void ApManagerClient::OnServiceRemoved(const dbus::ObjectPath& object_path) { 113 service_path_ = dbus::ObjectPath(); 117 void ApManagerClient::OnManagerRemoved(const dbus::ObjectPath& object_path) {
|
/system/connectivity/shill/dbus/ |
chromeos_modem_manager_proxy.cc | 30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } 43 bus, service, dbus::ObjectPath(path))), 82 vector<dbus::ObjectPath> device_paths; 94 void ChromeosModemManagerProxy::DeviceAdded(const dbus::ObjectPath& device) { 99 void ChromeosModemManagerProxy::DeviceRemoved(const dbus::ObjectPath& device) {
|
/system/update_engine/include/shill/ |
dbus-proxy-mocks.h | 57 dbus::ObjectPath*, 62 const base::Callback<void(const dbus::ObjectPath&)>& /*success_callback*/, 76 dbus::ObjectPath*, 81 const base::Callback<void(const dbus::ObjectPath&)>& /*success_callback*/, 87 dbus::ObjectPath*, 93 const base::Callback<void(const dbus::ObjectPath&)>& /*success_callback*/, 155 dbus::ObjectPath*, 160 const base::Callback<void(const dbus::ObjectPath&)>& /*success_callback*/, 165 dbus::ObjectPath*, 170 const base::Callback<void(const dbus::ObjectPath&)>& /*success_callback*/ [all...] |