Searched refs:GetPropertiesAsJson (Results 1 – 4 of 4) sorted by relevance
37 bool GetPropertiesAsJson(std::string* json_str);
55 bool PayloadProperties::GetPropertiesAsJson(string* json_str) { in GetPropertiesAsJson() function in chromeos_update_engine::PayloadProperties
114 PayloadProperties(payload_file_.path()).GetPropertiesAsJson(&json)); in TEST_F()
258 TEST_AND_RETURN_FALSE(payload_props.GetPropertiesAsJson(&properties)); in ExtractProperties()