Searched refs:image_props_ (Results 1 – 3 of 3) sorted by relevance
67 image_props_ = LoadImageProperties(system_state_); in Init()71 if (!IsValidChannel(image_props_.current_channel)) in Init()72 image_props_.current_channel = "stable-channel"; in Init()74 mutable_image_props_.target_channel = image_props_.current_channel; in Init()77 LOG(INFO) << "Running from channel " << image_props_.current_channel; in Init()80 if (!image_props_.system_version.empty()) in Init()81 os_version_ = image_props_.system_version; in Init()85 image_props_.version = in_app_version; in Init()87 os_sp_ = image_props_.version + "_" + GetMachineType(); in Init()95 if (image_props_.current_channel == mutable_image_props_.target_channel) { in Init()[all …]
89 image_props_.board = in_os_board; in OmahaRequestParams()90 image_props_.product_id = in_app_id; in OmahaRequestParams()91 image_props_.canary_product_id = in_app_id; in OmahaRequestParams()92 image_props_.version = in_app_version; in OmahaRequestParams()93 image_props_.current_channel = in_target_channel; in OmahaRequestParams()104 inline std::string os_board() const { return image_props_.board; } in os_board()106 return image_props_.build_fingerprint; in os_build_fingerprint()108 inline std::string os_build_type() const { return image_props_.build_type; } in os_build_type()109 inline std::string board_app_id() const { return image_props_.product_id; } in board_app_id()111 return image_props_.canary_product_id; in canary_app_id()[all …]
227 params_.image_props_.current_channel = "canary-channel"; in TEST_F()