Home
last modified time | relevance | path

Searched refs:ObjectPath (Results 1 – 25 of 56) sorted by relevance

123

/external/libchrome/dbus/
Dobject_manager.h157 const dbus::ObjectPath& object_path,
169 virtual void ObjectAdded(const ObjectPath& /*object_path*/, in ObjectAdded() argument
181 virtual void ObjectRemoved(const ObjectPath& /*object_path*/, in ObjectRemoved() argument
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,
266 void NotifyPropertiesChanged(const dbus::ObjectPath object_path,
268 void NotifyPropertiesChangedHelper(const dbus::ObjectPath object_path,
[all …]
Dobject_path.cc13 bool ObjectPath::IsValid() const { in IsValid()
17 bool ObjectPath::operator<(const ObjectPath& that) const { in operator <()
21 bool ObjectPath::operator==(const ObjectPath& that) const { in operator ==()
25 bool ObjectPath::operator!=(const ObjectPath& that) const { in operator !=()
29 void PrintTo(const ObjectPath& path, std::ostream* out) { in PrintTo()
Dobject_path.h19 class CHROME_DBUS_EXPORT ObjectPath {
28 ObjectPath() {} in ObjectPath() function
29 explicit ObjectPath(const std::string& value) : value_(value) {} in ObjectPath() function
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);
Dmock_bus.h24 const ObjectPath& object_path));
27 const ObjectPath& object_path,
31 const ObjectPath& object_path,
35 const ObjectPath& object_path,
39 const ObjectPath& object_path));
41 const ObjectPath&));
68 MOCK_METHOD4(TryRegisterObjectPath, bool(const ObjectPath& object_path,
72 MOCK_METHOD1(UnregisterObjectPath, void(const ObjectPath& object_path));
Dmock_object_manager.h23 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&,
Dbus.h262 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,
536 virtual void UnregisterObjectPath(const ObjectPath& object_path);
[all …]
Dobject_manager.cc34 const ObjectPath& object_path) in ObjectManager()
88 std::vector<ObjectPath> ObjectManager::GetObjects() { in GetObjects()
89 std::vector<ObjectPath> object_paths; in GetObjects()
98 std::vector<ObjectPath> ObjectManager::GetObjectsWithInterface( in GetObjectsWithInterface()
100 std::vector<ObjectPath> object_paths; in GetObjectsWithInterface()
115 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) { in GetObjectProxy()
124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path, in GetProperties()
295 const ObjectPath path = signal->GetPath(); in HandleMessage()
319 const dbus::ObjectPath object_path, in NotifyPropertiesChanged()
333 const dbus::ObjectPath object_path, in NotifyPropertiesChangedHelper()
[all …]
Dmessage.h100 bool SetPath(const ObjectPath& path);
112 ObjectPath GetPath();
287 void AppendObjectPath(const ObjectPath& value);
328 void AppendArrayOfObjectPaths(const std::vector<ObjectPath>& object_paths);
352 void AppendVariantOfObjectPath(const ObjectPath& value);
400 bool PopObjectPath(ObjectPath* value);
442 bool PopArrayOfObjectPaths(std::vector<ObjectPath>* object_paths);
469 bool PopVariantOfObjectPath(ObjectPath* value);
Dmessage.cc181 ObjectPath value; in ToStringInternal()
276 bool Message::SetPath(const ObjectPath& path) { in SetPath()
309 ObjectPath Message::GetPath() { in GetPath()
311 return ObjectPath(path ? path : ""); in GetPath()
516 void MessageWriter::AppendObjectPath(const ObjectPath& value) { in AppendObjectPath()
627 const std::vector<ObjectPath>& object_paths) { in AppendArrayOfObjectPaths()
692 void MessageWriter::AppendVariantOfObjectPath(const ObjectPath& value) { in AppendVariantOfObjectPath()
798 bool MessageReader::PopObjectPath(ObjectPath* value) { in PopObjectPath()
802 *value = ObjectPath(tmp_value); in PopObjectPath()
877 std::vector<ObjectPath> *object_paths) { in PopArrayOfObjectPaths()
[all …]
Dproperty.h560 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(
580 std::vector<ObjectPath>>::AppendSetValueToWriter(MessageWriter* writer);
581 extern template class CHROME_DBUS_EXPORT Property<std::vector<ObjectPath>>;
Dbus.cc219 const ObjectPath& object_path) { in GetObjectProxy()
225 const ObjectPath& object_path, in GetObjectProxyWithOptions()
245 const ObjectPath& object_path, in RemoveObjectProxy()
253 const ObjectPath& object_path, in RemoveObjectProxyWithOptions()
284 ExportedObject* Bus::GetExportedObject(const ObjectPath& object_path) { in GetExportedObject()
300 void Bus::UnregisterExportedObject(const ObjectPath& object_path) { in UnregisterExportedObject()
331 const ObjectPath& object_path) { in GetObjectManager()
349 const ObjectPath& object_path, in RemoveObjectManager()
757 bool Bus::TryRegisterObjectPath(const ObjectPath& object_path, in TryRegisterObjectPath()
781 void Bus::UnregisterObjectPath(const ObjectPath& object_path) { in UnregisterObjectPath()
[all …]
Dobject_proxy.h47 const ObjectPath& object_path,
187 const ObjectPath& object_path() const { return object_path_; } in object_path()
305 ObjectPath object_path_;
Dexported_object.h40 ExportedObject(Bus* bus, const ObjectPath& object_path);
172 ObjectPath object_path_;
/external/libbrillo/brillo/dbus/
Dexported_object_manager.h83 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>>;
Ddbus_param_writer_unittest.cc14 using dbus::ObjectPath;
34 DBusParamWriter::Append(&writer, ObjectPath{"/o"}); in TEST()
39 ObjectPath path_value; in TEST()
48 EXPECT_EQ(ObjectPath{"/o"}, path_value); in TEST()
83 ObjectPath path_value_in{"/obj/path"}; in TEST()
94 ObjectPath path_value; in TEST()
103 EXPECT_EQ(ObjectPath{"/obj/path"}, path_value); in TEST()
142 ObjectPath path_value_in{"/obj"}; in TEST()
153 ObjectPath path_value; in TEST()
162 EXPECT_EQ(ObjectPath{"/obj"}, path_value); in TEST()
Ddata_serialization_unittest.cc18 using dbus::ObjectPath;
35 EXPECT_TRUE(IsTypeSupported<ObjectPath>::value); in TEST()
91 EXPECT_EQ("o", GetDBusSignature<ObjectPath>()); in TEST()
107 EXPECT_EQ("ao", GetDBusSignature<std::vector<ObjectPath>>()); in TEST()
185 AppendValueToWriter(&writer, ObjectPath{"/object/path"}); in TEST()
199 ObjectPath object_path_value; in TEST()
227 EXPECT_EQ(ObjectPath{"/object/path"}, object_path_value); in TEST()
278 AppendValueToWriterAsVariant(&writer, ObjectPath{"/obj/path"}); in TEST()
295 ObjectPath object_path_value; in TEST()
327 EXPECT_EQ(ObjectPath{"/obj/path"}, object_path_value); in TEST()
[all …]
Dexported_object_manager.cc19 const dbus::ObjectPath& path) in ExportedObjectManager()
41 const dbus::ObjectPath& path, in ClaimInterface()
59 const dbus::ObjectPath& path, in ReleaseInterface()
Dmock_exported_object_manager.h30 void(const dbus::ObjectPath& path,
34 void(const dbus::ObjectPath& path,
Dexported_object_manager_unittest.cc28 const dbus::ObjectPath kTestPath(std::string("/test/om_path"));
29 const dbus::ObjectPath kClaimedTestPath(std::string("/test/claimed_path"));
63 dbus::ObjectPath path; in VerifyInterfaceClaimSignal()
85 dbus::ObjectPath path; in VerifyInterfaceDropSignal()
176 dbus::ObjectPath path; in TEST_F()
Ddbus_object.cc36 const dbus::ObjectPath& object_path, in ExportAsync()
72 const dbus::ObjectPath& object_path) { in ExportAndBlock()
98 const dbus::ObjectPath& object_path, in ClaimInterface()
154 const dbus::ObjectPath& object_path) in DBusObject()
Dexported_property_set_unittest.cc55 const dbus::ObjectPath kMethodsExportedOnPath(std::string("/export"));
56 const dbus::ObjectPath kTestObjectPathInit(std::string("/path_init"));
57 const dbus::ObjectPath kTestObjectPathUpdate(std::string("/path_update"));
75 ExportedProperty<dbus::ObjectPath> path_prop_;
77 ExportedProperty<std::vector<dbus::ObjectPath>> pathlist_prop_;
80 Properties(scoped_refptr<dbus::Bus> bus, const dbus::ObjectPath& path) in Properties()
422 dbus::ObjectPath value; in TEST_F()
442 std::vector<dbus::ObjectPath> value; in TEST_F()
/external/autotest/client/cros/tendo/n_faced_peerd/
Dobject_manager.py62 self.InterfacesAdded(dbus.ObjectPath(path), interface2properties)
81 self.InterfacesRemoved(dbus.ObjectPath(path),
96 dbus_path = dbus.ObjectPath(path)
/external/libbrillo/brillo/daemons/
Ddbus_daemon.h62 const dbus::ObjectPath& object_manager_path);
79 dbus::ObjectPath object_manager_path_;
Ddbus_daemon.cc38 const dbus::ObjectPath& object_manager_path) in DBusServiceDaemon()
45 dbus::ObjectPath(object_manager_path.as_string())) { in DBusServiceDaemon()
/external/swiftshader/third_party/LLVM/lib/Object/
DObjectFile.cpp57 ObjectFile *ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() argument
59 if (error_code ec = MemoryBuffer::getFile(ObjectPath, File)) in createObjectFile()

123