Searched refs:itf3 (Results 1 – 2 of 2) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | exported_property_set_unittest.cc | 93 DBusInterface* itf3 = dbus_object_.AddOrGetInterface(kTestInterface3); in Properties() local 94 itf3->AddProperty(kUint32PropName, &uint32_prop_); in Properties() 95 itf3->AddProperty(kInt64PropName, &int64_prop_); in Properties() 96 itf3->AddProperty(kUint64PropName, &uint64_prop_); in Properties() 97 itf3->AddProperty(kDoublePropName, &double_prop_); in Properties() 98 itf3->AddProperty(kStringPropName, &string_prop_); in Properties() 99 itf3->AddProperty(kPathPropName, &path_prop_); in Properties() 100 itf3->AddProperty(kStringListPropName, &stringlist_prop_); in Properties() 101 itf3->AddProperty(kPathListPropName, &pathlist_prop_); in Properties() 102 itf3->AddProperty(kUint8ListPropName, &uint8list_prop_); in Properties()
|
D | dbus_object_unittest.cc | 137 DBusInterface* itf3 = dbus_object_->AddOrGetInterface(kTestInterface3); in SetUp() local 139 itf3->AddSimpleMethodHandler(kTestMethod_NoOp, noop_callback); in SetUp() 140 itf3->AddSimpleMethodHandlerWithErrorAndMessage( in SetUp() 142 itf3->AddMethodHandlerWithMessage(kTestMethod_WithMessageAsync, in SetUp()
|