Lines Matching refs:mVold

478           : mVold(std::move(vold)),  in MockServiceManager()
485 std::unique_ptr<VoldServiceWrapper> getVoldService() final { return std::move(mVold); } in getVoldService()
496 std::unique_ptr<MockVoldService> mVold; member in android::os::incremental::MockServiceManager
511 mVold = vold.get(); in SetUp()
564 NiceMock<MockVoldService>* mVold = nullptr; member in android::os::incremental::IncrementalServiceTest
578 mVold->mountIncFsFails(); in TEST_F()
588 mVold->mountIncFsInvalidControlParcel(); in TEST_F()
599 mVold->mountIncFsSuccess(); in TEST_F()
603 EXPECT_CALL(*mVold, unmountIncFs(_)); in TEST_F()
612 mVold->mountIncFsSuccess(); in TEST_F()
614 mVold->bindMountFails(); in TEST_F()
617 EXPECT_CALL(*mVold, unmountIncFs(_)); in TEST_F()
626 mVold->mountIncFsSuccess(); in TEST_F()
628 mVold->bindMountSuccess(); in TEST_F()
635 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
644 mVold->mountIncFsSuccess(); in TEST_F()
646 mVold->bindMountSuccess(); in TEST_F()
654 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
664 mVold->mountIncFsSuccess(); in TEST_F()
666 mVold->bindMountSuccess(); in TEST_F()
674 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
685 mVold->mountIncFsSuccess(); in TEST_F()
687 mVold->bindMountSuccess(); in TEST_F()
696 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
708 mVold->mountIncFsSuccess(); in TEST_F()
710 mVold->bindMountSuccess(); in TEST_F()
719 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
730 mVold->mountIncFsSuccess(); in TEST_F()
732 mVold->bindMountSuccess(); in TEST_F()
741 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
751 mVold->mountIncFsSuccess(); in TEST_F()
755 mVold->bindMountSuccess(); in TEST_F()
764 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
779 mVold->mountIncFsSuccess(); in TEST_F()
782 mVold->bindMountSuccess(); in TEST_F()
790 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
909 mVold->mountIncFsSuccess(); in TEST_F()
911 mVold->bindMountSuccess(); in TEST_F()
912 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
917 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
919 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true)).Times(1); in TEST_F()
933 mVold->mountIncFsSuccess(); in TEST_F()
935 mVold->bindMountSuccess(); in TEST_F()
936 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
941 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
943 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true)).Times(1); in TEST_F()
944 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false)).Times(1); in TEST_F()
961 mVold->mountIncFsSuccess(); in TEST_F()
963 mVold->bindMountSuccess(); in TEST_F()
964 mVold->setIncFsMountOptionsSuccess(); in TEST_F()
970 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
972 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true)).Times(1); in TEST_F()
974 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false)).Times(1); in TEST_F()
990 mVold->mountIncFsSuccess(); in TEST_F()
992 mVold->bindMountSuccess(); in TEST_F()
997 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
999 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true)).Times(0); in TEST_F()
1011 mVold->mountIncFsSuccess(); in TEST_F()
1013 mVold->bindMountSuccess(); in TEST_F()
1014 mVold->setIncFsMountOptionsFails(); in TEST_F()
1019 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1021 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true)).Times(1); in TEST_F()
1034 mVold->mountIncFsSuccess(); in TEST_F()
1036 mVold->bindMountSuccess(); in TEST_F()
1058 mVold->mountIncFsSuccess(); in TEST_F()
1060 mVold->bindMountSuccess(); in TEST_F()