Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc39 const char kInt32PropName[] = "Int32Prop"; variable
92 itf2->AddProperty(kInt32PropName, &int32_prop_); in Properties()
272 ASSERT_EQ(property_name.compare(kInt32PropName), 0); in TEST_F()
275 ASSERT_EQ(property_name.compare(kInt32PropName), 0); in TEST_F()
384 auto response = GetPropertyOnInterface(kTestInterface2, kInt32PropName); in TEST_F()