/aosp12/system/update_engine/cros/ |
H A D | update_engine_client.cc | 223 DEFINE_string(app_version, "", "Force the current app version."); in ProcessFlags() 476 string app_version = FLAGS_app_version; in ProcessFlags() local 477 if (FLAGS_update && app_version.empty()) { in ProcessFlags() 478 app_version = "ForcedUpdate"; in ProcessFlags() 483 app_version, FLAGS_omaha_url, FLAGS_interactive)) { in ProcessFlags()
|
H A D | omaha_request_params.cc | 64 bool OmahaRequestParams::Init(const string& app_version, in Init() argument 82 if (!app_version.empty()) in Init() 83 image_props_.version = app_version; in Init()
|
H A D | mock_update_attempter.h | 47 bool(const std::string& app_version,
|
H A D | omaha_response_handler_action.cc | 202 base::Version current_version(params->app_version()); in PerformAction() 211 << " Current version number: " << params->app_version(); in PerformAction()
|
H A D | omaha_request_builder_xml.cc | 441 .version = params->app_version(), in GetApps() 453 .version = params->is_install() ? kNoVersion : params->app_version(), in GetApps()
|
H A D | update_attempter_unittest.cc | 113 string app_version = "fake_app_version"; member 352 cfu_params_.app_version, cfu_params_.omaha_url, cfu_params_.flags)); in TestCheckForUpdate() 1435 cfu_params_.expected_forced_app_version = cfu_params_.app_version; in TEST_F() 1460 cfu_params_.expected_forced_app_version = cfu_params_.app_version; in TEST_F() 1486 cfu_params_.expected_forced_app_version = cfu_params_.app_version; in TEST_F() 1518 cfu_params_.expected_forced_app_version = cfu_params_.app_version; in TEST_F() 1548 cfu_params_.expected_forced_app_version = cfu_params_.app_version; in TEST_F() 1575 cfu_params_.expected_forced_app_version = cfu_params_.app_version; in TEST_F()
|
H A D | update_attempter.cc | 910 bool UpdateAttempter::CheckForUpdate(const string& app_version, in CheckForUpdate() argument 931 forced_app_version_ = app_version; in CheckForUpdate() 1130 omaha_request_params_->app_version()); in ProcessingDoneInternal() 1453 out_status->current_version = omaha_request_params_->app_version(); in GetStatus()
|
H A D | omaha_request_params.h | 105 inline std::string app_version() const { return image_props_.version; } in app_version() function
|
H A D | omaha_request_params_unittest.cc | 82 EXPECT_EQ("ForcedVersion", params_.app_version()); in TEST_F()
|
H A D | update_attempter.h | 127 virtual bool CheckForUpdate(const std::string& app_version,
|
H A D | omaha_request_action.cc | 900 if (app.manifest.version != params->app_version()) { in ParseParams() 903 << params->app_version(); in ParseParams() 1560 params->app_version() != "ForcedUpdate") { in ShouldIgnoreUpdate()
|
H A D | payload_state.cc | 456 SetRollbackVersion(SystemState::Get()->request_params()->app_version()); in Rollback()
|
/aosp12/system/update_engine/client_library/include/update_engine/ |
H A D | client.h | 47 virtual bool AttemptUpdate(const std::string& app_version,
|
/aosp12/system/update_engine/client_library/ |
H A D | client_dbus.h | 41 bool AttemptUpdate(const std::string& app_version,
|
/aosp12/system/update_engine/update_manager/ |
H A D | real_system_provider.cc | 126 base::Version(SystemState::Get()->request_params()->app_version()))); in Init()
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | context_hub.h | 132 uint32_t app_version; // Version of the app member
|
/aosp12/system/chre/platform/shared/include/chre/platform/shared/generated/ |
H A D | host_messages_generated.h | 934 uint32_t app_version() const { 998 void add_app_version(uint32_t app_version) { 999 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_APP_VERSION, app_version, 0); 1039 uint32_t app_version = 0, 1055 builder_.add_app_version(app_version); 1065 uint32_t app_version = 0, 1079 app_version,
|
/aosp12/build/soong/cmd/extract_apks/bundle_proto/ |
H A D | config.proto | 157 repeated int64 app_version = 1; field
|
/aosp12/system/chre/platform/shared/ |
H A D | host_protocol_chre.cc | 84 request->app_version(), request->app_flags(), in decodeMessageFromHost()
|
/aosp12/system/chre/host/common/include/chre_host/generated/ |
H A D | host_messages_generated.h | 1295 uint32_t app_version; 1306 app_version(0), 1380 uint32_t app_version() const { 1471 void add_app_version(uint32_t app_version) { 1472 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_APP_VERSION, app_version, 0); 1512 uint32_t app_version = 0, 1528 builder_.add_app_version(app_version); 1538 uint32_t app_version = 0, 1552 app_version, 3033 { auto _e = app_version(); _o->app_version = _e; } [all …]
|
/aosp12/hardware/interfaces/contexthub/1.0/default/ |
H A D | Contexthub.cpp | 454 .app_version = htole32(appBinary.appVersion), in loadNanoApp()
|
/aosp12/system/chre/platform/shared/idl/ |
H A D | host_messages.fbs | 142 app_version:uint;
|