Searched refs:setSnapshotMergeStatus (Results 1 – 11 of 11) sorted by relevance
30 * (e.g. set by setSnapshotMergeStatus or set to CANCELLED by bootloader).33 * setSnapshotMergeStatus call, all subsequent calls to getSnapshotMergeStatus must block until34 * setSnapshotMergeStatus has returned.51 setSnapshotMergeStatus(MergeStatus status) generates (bool success);56 * This function must return the merge status set by the last setSnapshotMergeStatus call and
37 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
44 Return<bool> BootControlShared::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControlShared
51 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
108 Return<bool> BootControl::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControl
50 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
109 Return<bool> BootControl::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControl
77 EXPECT_TRUE(boot->setSnapshotMergeStatus(value).withDefault(false)); in TEST_P()
86 if (!boot_control_->setSnapshotMergeStatus(status)) {
177 if (!module->setSnapshotMergeStatus(status.value())) { in do_set_snapshot_merge_status()
664 hal->setSnapshotMergeStatus(MergeStatus::CANCELLED); in SnapshotUpdateHandler()