Home
last modified time | relevance | path

Searched refs:setIncFsMountOptions (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp60 setIncFsMountOptions,
86 ON_CALL(*this, setIncFsMountOptions(_, _, _, _)) in setIncFsMountOptionsFails()
91 ON_CALL(*this, setIncFsMountOptions(_, _, _, _)) in setIncFsMountOptionsSuccess()
1456 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(1); in TEST_F()
1458 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(1); 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()
1508 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(2); in TEST_F()
1509 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(2); in TEST_F()
1549 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(3); in TEST_F()
[all …]
/frameworks/base/services/incremental/
DServiceWrappers.cpp57 binder::Status setIncFsMountOptions( in setIncFsMountOptions() function in android::incremental::RealVoldService
61 return mInterface->setIncFsMountOptions(control, enableReadLogs, enableReadTimeouts, in setIncFsMountOptions()
DServiceWrappers.h59 virtual binder::Status setIncFsMountOptions(
DIncrementalService.cpp991 auto status = mVold->setIncFsMountOptions(control, enableReadLogs, enableReadTimeouts, in applyStorageParamsLocked()