Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp354 std::list<std::string> &excludeProcess) in FindProcess() argument
377 if (IsStringExist(excludeProcess, info.name)) { in FindProcess()
1118 std::list<std::string> excludeProcess; in FindSaFd() local
1119 FindProcess(list, proInfos, excludeProcess); in FindSaFd()
1155 std::list<std::string> excludeProcess = {"(storage_daemon)"}; in FindAndKillProcess() local
1156 FindProcess(unMountFailList, processInfos, excludeProcess); in FindAndKillProcess()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h139 std::list<std::string> &excludeProcess);