Searched refs:getSnapshotMergeStatus (Results 1 – 7 of 7) 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()
38 Return<MergeStatus> getSnapshotMergeStatus() override;
48 Return<MergeStatus> BootControlShared::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControlShared
51 Return<MergeStatus> getSnapshotMergeStatus() override;
113 Return<MergeStatus> BootControl::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControl
52 Return<MergeStatus> getSnapshotMergeStatus() override;