HomeSort by relevance Sort by last modified time
    Searched refs:system_app_id (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
omaha_request_params.h 113 inline std::string system_app_id() const { return image_props_.system_id; } function in class:chromeos_update_engine::OmahaRequestParams
114 inline void set_system_app_id(const std::string& system_app_id) {
115 image_props_.system_id = system_app_id;
omaha_request_action.cc 375 if (!params->system_app_id().empty()) {
376 OmahaAppData system_app = {.id = params->system_app_id(),
    [all...]

Completed in 59 milliseconds