Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp606 fuseMountedUsers_.push_back(userId); in HmdfsMount()
876 fuseMountedUsers_.push_back(*it); in MountCloudForUsers()
886 for (auto it = fuseMountedUsers_.begin(); it != fuseMountedUsers_.end();) { in UMountCloudForUsers()
890 it = fuseMountedUsers_.erase(it); in UMountCloudForUsers()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h152 std::vector<int32_t> fuseMountedUsers_; variable