Searched refs:getSnapshotMergeStatus (Results 1 – 6 of 6) sorted by relevance
26 * getSnapshotMergeStatus must return the set value.28 * The merge status must be persistent across reboots. That is, getSnapshotMergeStatus33 * setSnapshotMergeStatus call, all subsequent calls to getSnapshotMergeStatus must block until64 getSnapshotMergeStatus() generates (MergeStatus status);
68 auto status = (MergeStatus)boot->getSnapshotMergeStatus(); in TEST_P()78 auto status = boot->getSnapshotMergeStatus(); in TEST_P()
37 Return<MergeStatus> getSnapshotMergeStatus() override;
48 Return<MergeStatus> BootControlShared::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControlShared
52 Return<MergeStatus> getSnapshotMergeStatus() override;
112 Return<MergeStatus> BootControl::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControl