Searched refs:PayloadProperties (Results 1 – 4 of 4) sorted by relevance
30 class PayloadProperties {32 explicit PayloadProperties(const std::string& payload_path);33 ~PayloadProperties() = default;65 DISALLOW_COPY_AND_ASSIGN(PayloadProperties);
52 PayloadProperties::PayloadProperties(const string& payload_path) in PayloadProperties() function in chromeos_update_engine::PayloadProperties55 bool PayloadProperties::GetPropertiesAsJson(string* json_str) { in GetPropertiesAsJson()70 bool PayloadProperties::GetPropertiesAsKeyValue(string* key_value_str) { in GetPropertiesAsKeyValue()84 bool PayloadProperties::LoadFromPayload() { in LoadFromPayload()
114 PayloadProperties(payload_file_.path()).GetPropertiesAsJson(&json)); in TEST_F()126 EXPECT_TRUE(PayloadProperties{payload_file_.path()}.GetPropertiesAsKeyValue( in TEST_F()
254 PayloadProperties payload_props(payload_path); in ExtractProperties()