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 245 DEFINE_string(app_version, "", "Force the current app version.");
483 string app_version = FLAGS_app_version; local
484 if (FLAGS_update && app_version.empty()) {
485 app_version = "ForcedUpdate";
486 LOG(INFO) << "Forcing an update by setting app_version to ForcedUpdate.";
489 if (!client_->AttemptUpdate(app_version, FLAGS_omaha_url,
omaha_request_params.h 129 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 132 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 706 uint32_t app_version() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
748 void add_app_version(uint32_t app_version) {
749 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_APP_VERSION, app_version, 0);
780 uint32_t app_version = 0,
791 builder_.add_app_version(app_version);
800 uint32_t app_version = 0,
809 app_version,
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 960 uint32_t app_version; member in struct:chre::fbs::ChreMessage::LoadNanoappRequestT
1021 uint32_t app_version() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
    [all...]

Completed in 204 milliseconds