Home
last modified time | relevance | path

Searched refs:kPropertiesInterface (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc125 ExportMethod(dbus::kPropertiesInterface, _, _, _)).Times(3); in SetUp()
142 dbus::MethodCall method_call(dbus::kPropertiesInterface, in GetPropertyOnInterface()
155 dbus::MethodCall method_call(dbus::kPropertiesInterface, in SetPropertyOnInterface()
220 dbus::MethodCall method_call(dbus::kPropertiesInterface, in TEST_F()
226 dbus::MethodCall method_call(dbus::kPropertiesInterface, in TEST_F()
243 dbus::MethodCall method_call(dbus::kPropertiesInterface, in TEST_F()
252 dbus::MethodCall method_call(dbus::kPropertiesInterface, in TEST_F()
289 dbus::MethodCall method_call(dbus::kPropertiesInterface, in TEST_F()
295 dbus::MethodCall method_call(dbus::kPropertiesInterface, in TEST_F()
304 dbus::MethodCall method_call(dbus::kPropertiesInterface, in TEST_F()
[all …]
Ddbus_object.cc302 DBusInterface* prop_interface = AddOrGetInterface(dbus::kPropertiesInterface); in RegisterPropertiesInterface()
/external/libchrome/dbus/
Dproperty.cc59 kPropertiesInterface, in ConnectSignals()
102 MethodCall method_call(kPropertiesInterface, kPropertiesGet); in Get()
139 MethodCall method_call(kPropertiesInterface, kPropertiesGet); in GetAndBlock()
167 MethodCall method_call(kPropertiesInterface, kPropertiesGetAll); in GetAll()
192 MethodCall method_call(kPropertiesInterface, kPropertiesSet); in Set()
208 MethodCall method_call(kPropertiesInterface, kPropertiesSet); in SetAndBlock()
Dobject_manager.cc188 kPropertiesInterface, in SetupMatchRuleAndFilter()
279 GetAbsoluteMemberName(kPropertiesInterface, kPropertiesChanged); in HandleMessage()
Dproperty.h125 const char kPropertiesInterface[] = "org.freedesktop.DBus.Properties"; variable