Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp353 …ntManager::FindProcess(std::list<std::string> &unMountFailList, std::vector<ProcessInfo> &proInfos, in FindProcess() argument
383 proInfos.push_back(info); in FindProcess()
386 LOGE("find process end, total find %{public}d", static_cast<int>(proInfos.size())); in FindProcess()
1117 std::vector<ProcessInfo> proInfos; in FindSaFd() local
1119 FindProcess(list, proInfos, excludeProcess); in FindSaFd()
1120 if (!proInfos.empty()) { in FindSaFd()
1121 UmountFailRadar(proInfos, E_UMOUNT_FIND_FD); in FindSaFd()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h138 int32_t FindProcess(std::list<std::string> &unMountFailList, std::vector<ProcessInfo> &proInfos,