Searched refs:GetOtherSlotSuffix (Results 1 – 6 of 6) sorted by relevance
27 MOCK_METHOD(std::string, GetOtherSlotSuffix, (), (const, override));
100 virtual std::string GetOtherSlotSuffix() const = 0;
34 std::string GetOtherSlotSuffix() const override;
48 std::string DeviceInfo::GetOtherSlotSuffix() const { in GetOtherSlotSuffix() function in android::snapshot::DeviceInfo
269 return device_->GetOtherSlotSuffix(); in GetSnapshotSlotSuffix()757 auto other_suffix = device_->GetOtherSlotSuffix(); in InitiateMerge()1126 auto other_suffix = device_->GetOtherSlotSuffix(); in CheckMergeState()2743 auto slot_suffix = device_->GetOtherSlotSuffix(); in MapAllSnapshots()3161 auto target_suffix = device_->GetOtherSlotSuffix(); in CreateUpdateSnapshots()4075 auto slot_suffix = device_->GetOtherSlotSuffix(); in RecoveryCreateSnapshotDevices()
82 std::string GetOtherSlotSuffix() const override { return slot_suffix_ == "_a" ? "_b" : "_a"; } in GetOtherSlotSuffix() function