Lines Matching refs:mVold

688           : mVold(std::move(vold)),  in MockServiceManager()
698 std::unique_ptr<VoldServiceWrapper> getVoldService() final { return std::move(mVold); } in getVoldService()
716 std::unique_ptr<MockVoldService> mVold; member in android::os::incremental::MockServiceManager
734 mVold = vold.get(); in SetUp()
794 mVold->mountIncFsSuccess(); in setupSuccess()
796 mVold->bindMountSuccess(); in setupSuccess()
853 NiceMock<MockVoldService>* mVold = nullptr; member in android::os::incremental::IncrementalServiceTest
870 mVold->mountIncFsFails(); in TEST_F()
880 mVold->mountIncFsInvalidControlParcel(); in TEST_F()
891 mVold->mountIncFsSuccess(); in TEST_F()
895 EXPECT_CALL(*mVold, unmountIncFs(_)); in TEST_F()
904 mVold->mountIncFsSuccess(); in TEST_F()
906 mVold->bindMountFails(); in TEST_F()
909 EXPECT_CALL(*mVold, unmountIncFs(_)); in TEST_F()
918 mVold->mountIncFsSuccess(); in TEST_F()
920 mVold->bindMountSuccess(); in TEST_F()
927 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
940 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
956 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1032 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1152 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1171 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1189 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1207 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1228 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1264 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1321 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1450 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
1454 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1456 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(1); in TEST_F()
1458 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(1); in TEST_F()
1474 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
1478 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1480 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(1); in TEST_F()
1481 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(2); in TEST_F()
1500 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
1506 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1508 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(2); in TEST_F()
1509 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(2); in TEST_F()
1541 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
1547 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1549 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(3); in TEST_F()
1550 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(1); in TEST_F()
1582 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
1588 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1590 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(5); in TEST_F()
1591 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(3); in TEST_F()
1604 ASSERT_TRUE(mVold->readTimeoutsEnabled()); in TEST_F()
1610 ASSERT_FALSE(mVold->readTimeoutsEnabled()); in TEST_F()
1625 ASSERT_TRUE(mVold->readTimeoutsEnabled()); in TEST_F()
1631 ASSERT_FALSE(mVold->readTimeoutsEnabled()); in TEST_F()
1654 ASSERT_TRUE(mVold->readTimeoutsEnabled()); in TEST_F()
1658 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
1663 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1665 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(1); in TEST_F()
1667 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(2); in TEST_F()
1688 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1690 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(0); in TEST_F()
1691 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(1); in TEST_F()
1708 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1710 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(0); in TEST_F()
1711 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(1); in TEST_F()
1725 mVold->setIncFsMountOptionsFails(); in TEST_F()
1729 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1731 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(1); in TEST_F()
1732 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(1); in TEST_F()
1916 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1967 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
1978 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
2079 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
2091 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
2177 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
2196 ASSERT_EQ(mVold->readLogsEnabled(), expectedReadLogsEnabled); in TEST_F()
2200 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
2217 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
2273 mVold->setIncFsMountOptionsSuccess(); in TEST_F()