Searched refs:kTestInterface2 (Results 1 - 2 of 2) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Ddbus_object_unittest.cc37 const char kTestInterface2[] = "org.chromium.Test.StringInterface"; member in namespace:brillo::dbus_utils::__anon8906
127 DBusInterface* itf2 = dbus_object_->AddOrGetInterface(kTestInterface2);
220 dbus::MethodCall method_call(kTestInterface2, kTestMethod_StrLen);
233 dbus::MethodCall method_call(kTestInterface2, kTestMethod_StrLen);
246 dbus::MethodCall method_call(kTestInterface2, kTestMethod_CheckNonEmpty);
257 dbus::MethodCall method_call(kTestInterface2, kTestMethod_CheckNonEmpty);
272 dbus::MethodCall method_call(kTestInterface2, kTestMethod_CheckNonEmpty);
363 dbus::MethodCall method_call(kTestInterface2, kTestMethod_Add);
H A Dexported_property_set_unittest.cc51 const char kTestInterface2[] = "org.chromium.TestInterface2"; member in namespace:brillo::dbus_utils::__anon8908
90 DBusInterface* itf2 = dbus_object_.AddOrGetInterface(kTestInterface2);
256 writer.AppendString(kTestInterface2);
364 auto response = GetPropertyOnInterface(kTestInterface2, kUint16PropName);
372 auto response = GetPropertyOnInterface(kTestInterface2, kInt32PropName);

Completed in 868 milliseconds