Home
last modified time | relevance | path

Searched refs:E_MOUNT (Results 1 - 11 of 11) sorted by relevance

/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_errno.h35 E_MOUNT, // mount error enumerator
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp211 return E_MOUNT; in HmdfsTwiceMount()
221 return E_MOUNT; in HmdfsTwiceMount()
247 return E_MOUNT; in SharefsMount()
272 return E_MOUNT; in HmdfsMount()
476 return E_MOUNT; in CloudMount()
482 return E_MOUNT; in CloudMount()
487 return E_MOUNT; in CloudMount()
561 return E_MOUNT; in HmdfsMount()
934 return E_MOUNT; in LocalMount()
939 return E_MOUNT; in LocalMount()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Duni_error.h111 E_MOUNT, enumerator
303 { STORAGE_SERVICE_SYS_CAP_TAG + E_MOUNT, STORAGE_SERVICE_SYS_CAP_TAG + E_MOUNT}, variable
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dexternal_volume_info.cpp178 return E_MOUNT; in DoMount()
185 return E_MOUNT; in DoMount()
204 return E_MOUNT; in DoMount()
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_error.h131 E_MOUNT, enumerator
363 { STORAGE_SERVICE_SYS_CAP_TAG + E_MOUNT, { STORAGE_SERVICE_SYS_CAP_TAG + E_MOUNT, "Failed to mount" } }, variable
/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dexternal_volume_info_test.cpp106 EXPECT_CALL(mock, DoMount(testing::_)).Times(1).WillOnce(testing::Return(E_MOUNT)); in HWTEST_F()
108 EXPECT_TRUE(ret == E_MOUNT); in HWTEST_F()
H A Dvolume_info_test.cpp188 EXPECT_CALL(mock, DoMount(testing::_)).Times(1).WillOnce(testing::Return(E_MOUNT)); in HWTEST_F()
197 EXPECT_TRUE(ret == E_MOUNT); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp166 EXPECT_TRUE(ret == E_MOUNT) << "user's dirs are not prepare"; in HWTEST_F()
324 EXPECT_EQ(ret, E_MOUNT); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H A Duser_manager_test.cpp248 EXPECT_TRUE(ret == E_MOUNT) << "user's dirs are not prepare"; in HWTEST_F()
503 EXPECT_EQ(ret, E_MOUNT); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp341 { E_MOUNT, E_MOUNT_ERR}, in Convert2JsErrNum()
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp106 return E_MOUNT; in Mount()

Completed in 10 milliseconds