Home
last modified time | relevance | path

Searched refs:DoMount (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dexternal_volume_info_test.cpp91 EXPECT_CALL(mock, DoMount(testing::_)).Times(1).WillOnce(testing::Return(E_MOUNT));
92 auto ret = mock.DoMount(mountFlags);
95 EXPECT_CALL(mock, DoMount(testing::_)).Times(1).WillOnce(testing::Return(E_OK));
96 ret = mock.DoMount(mountFlags);
H A Dvolume_info_test.cpp131 EXPECT_CALL(mock, DoMount(testing::_)).Times(1).WillOnce(testing::Return(E_OK));
188 EXPECT_CALL(mock, DoMount(testing::_)).Times(1).WillOnce(testing::Return(E_MOUNT));
219 EXPECT_CALL(mock, DoMount(testing::_)).Times(1).WillOnce(testing::Return(E_OK));
250 EXPECT_CALL(mock, DoMount(testing::_)).Times(1).WillOnce(testing::Return(E_OK));
309 EXPECT_CALL(mock, DoMount(testing::_)).Times(1).WillOnce(testing::Return(E_OK));
378 EXPECT_CALL(mock, DoMount(testing::_)).Times(1).WillOnce(testing::Return(E_OK));
H A Dexternal_volume_info_mock.h30 MOCK_METHOD1(DoMount, int32_t(uint32_t));
H A Dvolume_info_mock.h30 MOCK_METHOD1(DoMount, int32_t(uint32_t));
H A Dprocess_test.cpp55 EXPECT_CALL(mock, DoMount(testing::_)).Times(1).WillOnce(testing::Return(E_OK));
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dvolume_info.h58 virtual int32_t DoMount(uint32_t mountFlags) = 0;
H A Dexternal_volume_info.h40 virtual int32_t DoMount(uint32_t mountFlags) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_info.cpp120 err = DoMount(mountFlags_); in Mount()
H A Dexternal_volume_info.cpp162 int32_t ExternalVolumeInfo::DoMount(uint32_t mountFlags) in DoMount() function in OHOS::StorageDaemon::ExternalVolumeInfo
/ohos5.0/base/startup/init/services/init/
H A Dinit_common_cmds.c435 static void DoMount(const struct CmdArgs *ctx) in DoMount() function
587 { "mount ", 1, 10, 0, DoMount },