Home
last modified time | relevance | path

Searched refs:appCallConnect_ (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp583 for (auto it = appCallConnect_.begin(); it != appCallConnect_.end(); ++it) { in NotifyRemoteReverseObj()
597 auto it = appCallConnect_.find(callingTokenId); in AddRemoteReverseObj()
598 if (it != appCallConnect_.end()) { in AddRemoteReverseObj()
602 appCallConnect_[callingTokenId] = remoteReverseObj; in AddRemoteReverseObj()
611 appCallConnect_.clear(); in RemoveRemoteReverseObj()
615 auto it = appCallConnect_.find(callingTokenId); in RemoveRemoteReverseObj()
616 if (it == appCallConnect_.end()) { in RemoveRemoteReverseObj()
620 appCallConnect_.erase(it); in RemoveRemoteReverseObj()
629 for (auto it = appCallConnect_ in FindListenerByObject()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h108 std::unordered_map<uint32_t, sptr<IFileDfsListener>> appCallConnect_; member in OHOS::Storage::DistributedFile::final

Completed in 2 milliseconds