Searched refs:GetOtherSlotSuffix (Results 1 – 7 of 7) sorted by relevance
27 MOCK_METHOD(std::string, GetOtherSlotSuffix, (), (const, override));
102 virtual std::string GetOtherSlotSuffix() const = 0;
34 std::string GetOtherSlotSuffix() const override;
47 std::string DeviceInfo::GetOtherSlotSuffix() const { in GetOtherSlotSuffix() function in android::snapshot::DeviceInfo
118 std::string GetOtherSlotSuffix() const override { return CurrentSlotIsA() ? "_b" : "_a"; } in GetOtherSlotSuffix() function
236 return device_->GetOtherSlotSuffix(); in GetSnapshotSlotSuffix()653 auto other_suffix = device_->GetOtherSlotSuffix(); in InitiateMerge()977 auto other_suffix = device_->GetOtherSlotSuffix(); in CheckMergeState()2323 auto slot_suffix = device_->GetOtherSlotSuffix(); in MapAllSnapshots()2725 auto target_suffix = device_->GetOtherSlotSuffix(); in CreateUpdateSnapshots()3562 auto slot_suffix = device_->GetOtherSlotSuffix(); in RecoveryCreateSnapshotDevices()
82 std::string GetOtherSlotSuffix() const override { return slot_suffix_ == "_a" ? "_b" : "_a"; } in GetOtherSlotSuffix() function