/system/update_engine/aosp/ |
D | hardware_android.cc | 68 const std::string& new_version) { in IsTimestampNewerLogged() argument 69 auto error_code = utils::IsTimestampNewer(old_version, new_version); in IsTimestampNewerLogged() 74 << " Update timestamp: " << new_version; in IsTimestampNewerLogged() 318 const string& partition_name, const string& new_version) const { in IsPartitionUpdateValid() 322 IsTimestampNewerLogged(partition_name, old_version, new_version); in IsPartitionUpdateValid() 345 IsTimestampNewerLogged(partition_name, old_version, new_version); in IsPartitionUpdateValid()
|
D | hardware_android.h | 66 const std::string& new_version) const override;
|
/system/update_engine/ |
D | update_status_utils_unittest.cc | 35 .new_version = "12345.0.0", in TEST()
|
D | update_status_utils.cc | 86 key_value_store.SetString(kNewVersion, status.new_version); in UpdateEngineStatusToString()
|
/system/update_engine/client_library/include/update_engine/ |
D | update_status.h | 86 std::string new_version; member
|
/system/update_engine/common/ |
D | fake_hardware.h | 214 const std::string& new_version) const override { in IsPartitionUpdateValid() argument 216 return utils::IsTimestampNewer(old_version, new_version); in IsPartitionUpdateValid()
|
D | hardware_interface.h | 162 const std::string& new_version) const = 0;
|
D | utils.cc | 1022 const std::string& new_version) { in IsTimestampNewer() argument 1023 if (old_version.empty() || new_version.empty()) { in IsTimestampNewer() 1026 << old_version << " New: " << new_version; in IsTimestampNewer() 1034 if (!ParseTimestamp(new_version, &new_ver)) { in IsTimestampNewer()
|
D | utils.h | 358 const std::string& new_version);
|
/system/update_engine/cros/ |
D | omaha_response_handler_action.cc | 201 base::Version new_version(response.version); in PerformAction() local 204 if (!new_version.IsValid()) { in PerformAction() 212 } else if (new_version < current_version) { in PerformAction()
|
D | hardware_chromeos.h | 70 const std::string& new_version) const override;
|
D | dbus_service.cc | 45 out_status->set_new_version(ue_status.new_version); in ConvertToStatusResult()
|
D | hardware_chromeos.cc | 361 const std::string& partition_name, const std::string& new_version) const { in IsPartitionUpdateValid()
|
D | update_attempter_unittest.cc | 1699 EXPECT_EQ(attempter_.install_plan_->version, status.new_version); in TEST_F() 1719 EXPECT_EQ(response_action.install_plan_.version, status.new_version); in TEST_F()
|
D | update_attempter.cc | 1456 out_status->new_version = new_version_; in GetStatus()
|
D | omaha_request_action_unittest.cc | 962 string new_version = fake_update_response_.version; in TEST_F() local 966 fake_prefs_->SetString(kPrefsUpdateOverCellularTargetVersion, new_version); in TEST_F()
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 53 out_status->new_version = status.new_version(); in ConvertToUpdateEngineStatus()
|
/system/update_engine/update_manager/ |
D | real_updater_provider.cc | 76 inline const string& new_version() { in new_version() function in chromeos_update_manager::GetStatusHelper 77 return update_engine_status_.new_version; in new_version() 194 return new string(raw.new_version()); in GetValue()
|
D | real_updater_provider_unittest.cc | 85 ACTION_P(ActionSetUpdateEngineStatusNewVersion, new_version) { in ACTION_P() argument 86 arg0->new_version = new_version; in ACTION_P()
|
/system/security/keystore2/src/database/ |
D | versioning.rs | 66 pub fn update_version(tx: &Transaction, new_version: u32) -> Result<()> { in update_version() 68 .execute("UPDATE persistent.version SET version = ? WHERE id = 0;", params![new_version]) in update_version()
|
/system/apex/apexd/ |
D | apex_file_repository.cpp | 158 const auto new_version = apex_file->GetManifest().version(); in AddDataApex() local 160 bool prioritize_higher_version = new_version > existing_version; in AddDataApex()
|
D | apexd.cpp | 1262 uint64_t new_version = manifest.version(); in ActivatePackageImpl() local 1271 new_version) { in ActivatePackageImpl() 1276 new_version) { in ActivatePackageImpl()
|