Home
last modified time | relevance | path

Searched refs:SetSnapshotMergeStatus (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/
Dlibboot_control.h41 bool SetSnapshotMergeStatus(MergeStatus status);
/hardware/interfaces/boot/aidl/client/include/
DBootControlClient.h83 [[nodiscard]] virtual CommandResult SetSnapshotMergeStatus(MergeStatus status) = 0;
/hardware/interfaces/boot/1.1/vts/functional/
DVtsHalBootV1_1TargetTest.cpp89 TEST_P(BootHidlTest, SetSnapshotMergeStatus) { in TEST_P() argument
/hardware/interfaces/boot/1.2/default/
DBootControl.cpp110 return impl_.SetSnapshotMergeStatus(status); in setSnapshotMergeStatus()
/hardware/interfaces/boot/1.1/default/
DBootControl.cpp109 return impl_.SetSnapshotMergeStatus(status); in setSnapshotMergeStatus()
/hardware/interfaces/boot/aidl/default/
DBootControl.cpp147 if (!impl_.SetSnapshotMergeStatus(ToHIDLMergeStatus(in_status))) { in setSnapshotMergeStatus()
/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp226 CommandResult SetSnapshotMergeStatus( in SetSnapshotMergeStatus() function in android::hal::BootControlClientAidl
373 CommandResult SetSnapshotMergeStatus(MergeStatus merge_status) override { in SetSnapshotMergeStatus() function in android::hal::BootControlClientHIDL
/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp360 bool BootControl::SetSnapshotMergeStatus(MergeStatus status) { in SetSnapshotMergeStatus() function in android::bootable::BootControl