Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc37 const char kInt16PropName[] = "Int16Prop"; variable
87 itf1->AddProperty(kInt16PropName, &int16_prop_); in Properties()
299 writer.AppendString(kInt16PropName); in TEST_F()
368 auto response = GetPropertyOnInterface(kTestInterface1, kInt16PropName); in TEST_F()