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

/system/update_engine/
H A Dimage_properties.h35 std::string canary_product_id; member in struct:chromeos_update_engine::ImageProperties
H A Domaha_request_params.h91 image_props_.canary_product_id = in_app_id;
110 return image_props_.canary_product_id;
114 image_props_.canary_product_id = app_id;
H A Dimage_properties_android.cc72 result.canary_product_id = result.product_id;
H A Dimage_properties_chromeos.cc111 result.canary_product_id = GetStringWithDefault(
H A Dimage_properties_chromeos_unittest.cc153 EXPECT_EQ("c", props.canary_product_id);
H A Domaha_request_params.cc216 return download_channel_ == "canary-channel" ? image_props_.canary_product_id

Completed in 31 milliseconds