Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dimage_properties.h33 std::string canary_product_id; member
Domaha_request_params.h92 return image_props_.canary_product_id; in canary_app_id()
96 image_props_.canary_product_id = app_id; in set_app_id()
Dimage_properties_chromeos.cc112 result.canary_product_id = GetStringWithDefault( in LoadImageProperties()
Dimage_properties_chromeos_unittest.cc155 EXPECT_EQ("c", props.canary_product_id); in TEST_F()
Domaha_request_params.cc265 return download_channel_ == "canary-channel" ? image_props_.canary_product_id in GetAppId()