Searched refs:GetPropertiesAsKeyValue (Results 1 – 4 of 4) sorted by relevance
41 bool GetPropertiesAsKeyValue(std::string* key_value_str);
70 bool PayloadProperties::GetPropertiesAsKeyValue(string* key_value_str) { in GetPropertiesAsKeyValue() function in chromeos_update_engine::PayloadProperties
126 EXPECT_TRUE(PayloadProperties{payload_file_.path()}.GetPropertiesAsKeyValue( in TEST_F()
256 TEST_AND_RETURN_FALSE(payload_props.GetPropertiesAsKeyValue(&properties)); in ExtractProperties()