Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc38 const char kUint16PropName[] = "Uint16Prop"; variable
91 itf2->AddProperty(kUint16PropName, &uint16_prop_); in Properties()
267 if (property_name.compare(kUint16PropName) == 0) { in TEST_F()
280 ASSERT_EQ(property_name.compare(kUint16PropName), 0); in TEST_F()
376 auto response = GetPropertyOnInterface(kTestInterface2, kUint16PropName); in TEST_F()