Searched refs:kTestInterface3 (Results 1 – 2 of 2) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | exported_property_set_unittest.cc | 52 const char kTestInterface3[] = "org.chromium.TestInterface3"; variable 93 DBusInterface* itf3 = dbus_object_.AddOrGetInterface(kTestInterface3); in Properties() 392 auto response = GetPropertyOnInterface(kTestInterface3, kUint32PropName); in TEST_F() 400 auto response = GetPropertyOnInterface(kTestInterface3, kInt64PropName); in TEST_F() 408 auto response = GetPropertyOnInterface(kTestInterface3, kUint64PropName); in TEST_F() 416 auto response = GetPropertyOnInterface(kTestInterface3, kDoublePropName); in TEST_F() 424 auto response = GetPropertyOnInterface(kTestInterface3, kStringPropName); in TEST_F() 432 auto response = GetPropertyOnInterface(kTestInterface3, kPathPropName); in TEST_F() 440 auto response = GetPropertyOnInterface(kTestInterface3, kStringListPropName); in TEST_F() 451 auto response = GetPropertyOnInterface(kTestInterface3, kPathListPropName); in TEST_F() [all …]
|
D | dbus_object_unittest.cc | 41 const char kTestInterface3[] = "org.chromium.Test.NoOpInterface"; variable 137 DBusInterface* itf3 = dbus_object_->AddOrGetInterface(kTestInterface3); in SetUp() 291 dbus::MethodCall method_call(kTestInterface3, kTestMethod_NoOp); in TEST_F() 300 dbus::MethodCall method_call(kTestInterface3, kTestMethod_WithMessage); in TEST_F() 313 dbus::MethodCall method_call(kTestInterface3, kTestMethod_WithMessageAsync); in TEST_F() 326 dbus_object_->RemoveInterface(kTestInterface3); in TEST_F() 329 dbus::MethodCall method_call(kTestInterface3, kTestMethod_WithMessage); in TEST_F()
|