Home
last modified time | relevance | path

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

/system/update_engine/
Dimage_properties.h35 std::string canary_product_id; member
Domaha_request_params.h91 image_props_.canary_product_id = in_app_id; in OmahaRequestParams()
107 return image_props_.canary_product_id; in canary_app_id()
Dimage_properties_android.cc66 result.canary_product_id = result.product_id; in LoadImageProperties()
Dimage_properties_chromeos.cc111 result.canary_product_id = GetStringWithDefault( in LoadImageProperties()
Domaha_request_params.cc216 return download_channel_ == "canary-channel" ? image_props_.canary_product_id in GetAppId()