HomeSort by relevance Sort by last modified time
    Searched defs:app_version (Results 1 - 6 of 6) sorted by null

  /system/update_engine/
update_engine_client.cc 230 DEFINE_string(app_version, "", "Force the current app version.");
468 string app_version = FLAGS_app_version; local
469 if (FLAGS_update && app_version.empty()) {
470 app_version = "ForcedUpdate";
471 LOG(INFO) << "Forcing an update by setting app_version to ForcedUpdate.";
474 if (!client_->AttemptUpdate(app_version, FLAGS_omaha_url,
omaha_request_params.h 124 inline std::string app_version() const { return image_props_.version; } function in class:chromeos_update_engine::OmahaRequestParams
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 55 uint32_t app_version; // Version of the app member in struct:nano_app_binary_t
  /hardware/libhardware/include/hardware/
context_hub.h 131 uint32_t app_version; // Version of the app member in struct:nano_app_binary_t
  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 601 uint32_t app_version() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
631 void add_app_version(uint32_t app_version) {
632 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_APP_VERSION, app_version, 0);
657 uint32_t app_version = 0,
664 builder_.add_app_version(app_version);
673 uint32_t app_version = 0,
680 app_version,
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 830 uint32_t app_version; member in struct:chre::fbs::ChreMessage::LoadNanoappRequestT
836 app_version(0),
862 uint32_t app_version() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
    [all...]

Completed in 460 milliseconds