Searched refs:CancelUpdate (Results 1 – 9 of 9) sorted by relevance
85 virtual bool CancelUpdate(brillo::ErrorPtr* error) = 0;
77 bool CancelUpdate(brillo::ErrorPtr* error) override;
163 if (!service_delegate_->CancelUpdate(&error)) in cancel()
232 if (!snapshot_->CancelUpdate()) { in WaitForMergeOrSchedule()
485 TEST_AND_RETURN_FALSE(snapshot_->CancelUpdate()); in PreparePartitionsForUpdate()1043 TEST_AND_RETURN_FALSE(snapshot_->CancelUpdate()); in ResetUpdate()
341 bool UpdateAttempterAndroid::CancelUpdate(brillo::ErrorPtr* error) { in CancelUpdate() function in chromeos_update_engine::UpdateAttempterAndroid
486 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()
151 bool SnapshotManager::CancelUpdate() { in CancelUpdate() function in android::snapshot::SnapshotManager
139 bool CancelUpdate();