Home
last modified time | relevance | path

Searched refs:GetFullSrc (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_mount_argument_descriptors.h37 std::string GetFullSrc() const;
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/mountpoint/
H A Dmount_point_test.cpp56 EXPECT_EQ(point.GetMountArgument().GetFullSrc(), "/data/service/el2/100/hmdfs/data/test");
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dmount_argument_utils.h36 std::string GetFullSrc() const;
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_mount_argument_descriptors.cpp32 string MountArgument::GetFullSrc() const in GetFullSrc() function in OHOS::Storage::DistributedFile::Utils::MountArgument
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/system/
H A Ddfsu_mount_argument_descriptors_test.cpp69 std::string ret = mountArgument_->GetFullSrc();
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dmount_argument_utils.cpp50 string MountArgument::GetFullSrc() const in GetFullSrc() function in OHOS::StorageDaemon::Utils::MountArgument
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp327 std::string mountSrcPath = hmdfsMntArgs.GetFullSrc(); in HmdfsMount()
949 if (Mount(LocalMntArgs.GetFullSrc(), LocalMntArgs.GetCommFullPath() + "local/", in LocalMount()
954 if (Mount(LocalMntArgs.GetFullSrc(), LocalMntArgs.GetCloudFullPath(), in LocalMount()