Home
last modified time | relevance | path

Searched refs:mountMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp773 int32_t MountManager::FindMountPointsToMap(std::map<std::string, std::list<std::string>> &mountMap,… in FindMountPointsToMap() argument
788 mountMap[MOUNT_POINT_TYPE_HMDFS] = hmdfsList; in FindMountPointsToMap()
789 mountMap[MOUNT_POINT_TYPE_HMFS] = hmfsList; in FindMountPointsToMap()
790 mountMap[MOUNT_POINT_TYPE_SHAREFS] = sharefsList; in FindMountPointsToMap()
799 std::map<std::string, std::list<std::string>> mountMap; in UMountAllPath() local
800 int32_t res = FindMountPointsToMap(mountMap, userId); in UMountAllPath()
805 std::list<std::string> list = mountMap[MOUNT_POINT_TYPE_SHAREFS]; in UMountAllPath()
814 list = mountMap[MOUNT_POINT_TYPE_HMFS]; in UMountAllPath()
824 list = mountMap[MOUNT_POINT_TYPE_HMDFS]; in UMountAllPath()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h97 …int32_t FindMountPointsToMap(std::map<std::string, std::list<std::string>> &mountMap, int32_t user…