Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_object_manager_unittest.cc32 const std::string kTestPropertyValue("PropertyValue"); variable
35 dict->insert(std::make_pair(kTestPropertyName, Any(kTestPropertyValue))); in WriteTestPropertyDict()
50 EXPECT_EQ(property_value, kTestPropertyValue); in ReadTestPropertyDict()