Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc35 const char kBoolPropName[] = "BoolProp"; variable
85 itf1->AddProperty(kBoolPropName, &bool_prop_); in Properties()
334 writer.AppendString(kBoolPropName); in TEST_F()
340 auto response = GetPropertyOnInterface(kTestInterface1, kBoolPropName); in TEST_F()