Home
last modified time | relevance | path

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

/system/update_engine/
Dimage_properties.h35 std::string canary_product_id; member
Domaha_request_params.h73 return image_props_.canary_product_id; in canary_app_id()
81 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.cc158 EXPECT_EQ("c", props.canary_product_id); in TEST_F()
Domaha_request_params.cc246 return download_channel_ == "canary-channel" ? image_props_.canary_product_id in GetAppId()
Dimage_properties_android.cc191 result.canary_product_id = result.product_id; in LoadImageProperties()