Searched refs:SetSnapshotMergeStatus (Results 1 – 8 of 8) sorted by relevance
41 bool SetSnapshotMergeStatus(MergeStatus status);
83 [[nodiscard]] virtual CommandResult SetSnapshotMergeStatus(MergeStatus status) = 0;
89 TEST_P(BootHidlTest, SetSnapshotMergeStatus) { in TEST_P() argument
110 return impl_.SetSnapshotMergeStatus(status); in setSnapshotMergeStatus()
109 return impl_.SetSnapshotMergeStatus(status); in setSnapshotMergeStatus()
147 if (!impl_.SetSnapshotMergeStatus(ToHIDLMergeStatus(in_status))) { in setSnapshotMergeStatus()
226 CommandResult SetSnapshotMergeStatus( in SetSnapshotMergeStatus() function in android::hal::BootControlClientAidl373 CommandResult SetSnapshotMergeStatus(MergeStatus merge_status) override { in SetSnapshotMergeStatus() function in android::hal::BootControlClientHIDL
360 bool BootControl::SetSnapshotMergeStatus(MergeStatus status) { in SetSnapshotMergeStatus() function in android::bootable::BootControl