Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/multiuser/
H A Dos_account_observer.cpp54 mountPoints_[id].emplace_back(smp); in AddMPInfo()
82 auto iter = mountPoints_.find(id); in RemoveMPInfo()
83 if (iter == mountPoints_.end()) { in RemoveMPInfo()
92 mountPoints_.erase(iter); in RemoveMPInfo()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/multiuser/
H A Dos_account_observer.h43 std::unordered_map<int, std::vector<std::shared_ptr<MountPoint>>> mountPoints_; variable