Searched refs:GetOtherSlotSuffix (Results 1 – 7 of 7) sorted by relevance
28 MOCK_METHOD(std::string, GetOtherSlotSuffix, (), (const, override));
97 virtual std::string GetOtherSlotSuffix() const = 0;
35 std::string GetOtherSlotSuffix() const override;
49 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
579 auto other_suffix = device_->GetOtherSlotSuffix(); in InitiateMerge()2151 auto target_suffix = device_->GetOtherSlotSuffix(); in CreateUpdateSnapshots()2737 auto slot_suffix = device_->GetOtherSlotSuffix(); in RecoveryCreateSnapshotDevices()
83 std::string GetOtherSlotSuffix() const override { return slot_suffix_ == "_a" ? "_b" : "_a"; } in GetOtherSlotSuffix() function