Home
last modified time | relevance | path

Searched refs:CancelUpdate (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/
Dservice_delegate_android_interface.h85 virtual bool CancelUpdate(brillo::ErrorPtr* error) = 0;
Dupdate_attempter_android.h77 bool CancelUpdate(brillo::ErrorPtr* error) override;
Dbinder_service_android.cc163 if (!service_delegate_->CancelUpdate(&error)) in cancel()
Dcleanup_previous_update_action.cc232 if (!snapshot_->CancelUpdate()) { in WaitForMergeOrSchedule()
Ddynamic_partition_control_android.cc485 TEST_AND_RETURN_FALSE(snapshot_->CancelUpdate()); in PreparePartitionsForUpdate()
1043 TEST_AND_RETURN_FALSE(snapshot_->CancelUpdate()); in ResetUpdate()
Dupdate_attempter_android.cc341 bool UpdateAttempterAndroid::CancelUpdate(brillo::ErrorPtr* error) { in CancelUpdate() function in chromeos_update_engine::UpdateAttempterAndroid
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp486 ASSERT_FALSE(sm->CancelUpdate()); in TEST_F()
841 EXPECT_TRUE(sm->CancelUpdate()) << suffix; in Cleanup()
1174 ASSERT_TRUE(sm->CancelUpdate()); in TEST_F()
1410 EXPECT_TRUE(sm->CancelUpdate()) << "Metadata dir should never be unmounted in Android mode"; in TEST_F()
1787 ASSERT_TRUE(new_sm->CancelUpdate()); in TEST_P()
Dsnapshot.cpp151 bool SnapshotManager::CancelUpdate() { in CancelUpdate() function in android::snapshot::SnapshotManager
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h139 bool CancelUpdate();