Searched refs:isSrcFile (Results 1 - 2 of 2) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon.cpp | 458 bool isSrcFile = false; in GetRealPath() local 464 auto ret = daemon->GetRemoteCopyInfo(srcUri, isSrcFile, isSrcDir); in GetRealPath() 492 ret = CheckCopyRule(physicalPath, dstUri, hapTokenInfo, isSrcFile, info); in GetRealPath() 506 const bool &isSrcFile, in CheckCopyRule() 510 if (isSrcFile && !Utils::IsFolder(physicalPath)) { in CheckCopyRule() 559 int32_t Daemon::GetRemoteCopyInfo(const std::string &srcUri, bool &isSrcFile, bool &srcIsDir) in GetRemoteCopyInfo() argument 567 isSrcFile = Utils::IsFile(physicalPath); in GetRemoteCopyInfo() 503 CheckCopyRule(std::string &physicalPath, const std::string &dstUri, HapTokenInfo &hapTokenInfo, const bool &isSrcFile, HmdfsInfo &info) CheckCopyRule() argument
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | daemon.h | 109 const bool &isSrcFile,
|
Completed in 2 milliseconds