Home
last modified time | relevance | path

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

123

/external/libchrome/dbus/
Dobject_manager.h158 const dbus::ObjectPath& object_path,
170 virtual void ObjectAdded(const ObjectPath& object_path, in ObjectAdded()
182 virtual void ObjectRemoved(const ObjectPath& object_path, in ObjectRemoved()
189 const ObjectPath& object_path);
205 std::vector<ObjectPath> GetObjects();
209 std::vector<ObjectPath> GetObjectsWithInterface(
215 ObjectProxy* GetObjectProxy(const ObjectPath& object_path);
222 PropertySet* GetProperties(const ObjectPath& object_path,
264 void NotifyPropertiesChanged(const dbus::ObjectPath object_path,
266 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);
Dbus.h258 const ObjectPath& object_path);
264 const ObjectPath& object_path,
292 const ObjectPath& object_path,
299 const ObjectPath& object_path,
317 virtual ExportedObject* GetExportedObject(const ObjectPath& object_path);
326 virtual void UnregisterExportedObject(const ObjectPath& object_path);
340 const ObjectPath& object_path);
356 const ObjectPath& object_path,
518 virtual bool TryRegisterObjectPath(const ObjectPath& object_path,
526 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 …]
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&,
Dmock_bus.h24 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));
Dmessage.h100 bool SetPath(const ObjectPath& path);
112 ObjectPath GetPath();
287 void AppendObjectPath(const ObjectPath& value);
331 void AppendArrayOfObjectPaths(const std::vector<ObjectPath>& object_paths);
355 void AppendVariantOfObjectPath(const ObjectPath& value);
403 bool PopObjectPath(ObjectPath* value);
445 bool PopArrayOfObjectPaths(std::vector<ObjectPath>* object_paths);
472 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()
792 bool MessageReader::PopObjectPath(ObjectPath* value) { in PopObjectPath()
796 *value = ObjectPath(tmp_value); in PopObjectPath()
871 std::vector<ObjectPath> *object_paths) { in PopArrayOfObjectPaths()
[all …]
Dproperty.h561 CHROME_DBUS_EXPORT bool Property<ObjectPath>::PopValueFromReader(
564 CHROME_DBUS_EXPORT void Property<ObjectPath>::AppendSetValueToWriter(
566 extern template class CHROME_DBUS_EXPORT Property<ObjectPath>;
577 CHROME_DBUS_EXPORT bool Property<std::vector<ObjectPath>>::PopValueFromReader(
581 std::vector<ObjectPath>>::AppendSetValueToWriter(MessageWriter* writer);
582 extern template class CHROME_DBUS_EXPORT Property<std::vector<ObjectPath>>;
Dbus.cc224 const ObjectPath& object_path) { in GetObjectProxy()
230 const ObjectPath& object_path, in GetObjectProxyWithOptions()
250 const ObjectPath& object_path, in RemoveObjectProxy()
258 const ObjectPath& object_path, in RemoveObjectProxyWithOptions()
289 ExportedObject* Bus::GetExportedObject(const ObjectPath& object_path) { in GetExportedObject()
305 void Bus::UnregisterExportedObject(const ObjectPath& object_path) { in UnregisterExportedObject()
336 const ObjectPath& object_path) { in GetObjectManager()
354 const ObjectPath& object_path, in RemoveObjectManager()
763 bool Bus::TryRegisterObjectPath(const ObjectPath& object_path, in TryRegisterObjectPath()
787 void Bus::UnregisterObjectPath(const ObjectPath& object_path) { in UnregisterObjectPath()
[all …]
Dobject_proxy.h47 const ObjectPath& object_path,
191 const ObjectPath& object_path() const { return object_path_; } in object_path()
309 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.cc19 using dbus::ObjectPath;
36 EXPECT_TRUE(IsTypeSupported<ObjectPath>::value); in TEST()
92 EXPECT_EQ("o", GetDBusSignature<ObjectPath>()); in TEST()
108 EXPECT_EQ("ao", GetDBusSignature<std::vector<ObjectPath>>()); in TEST()
186 AppendValueToWriter(&writer, ObjectPath{"/object/path"}); in TEST()
200 ObjectPath object_path_value; in TEST()
228 EXPECT_EQ(ObjectPath{"/object/path"}, object_path_value); in TEST()
279 AppendValueToWriterAsVariant(&writer, ObjectPath{"/obj/path"}); in TEST()
296 ObjectPath object_path_value; in TEST()
328 EXPECT_EQ(ObjectPath{"/obj/path"}, object_path_value); in TEST()
[all …]
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()
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,
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()
Ddbus_object.h469 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_;
/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