Searched refs:sendFileName (Results 1 - 2 of 2) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon_execute.cpp | 102 std::string sendFileName; in ExecutePushAsset() local 104 ret = HandleZip(fileList, assetObj, sendFileName, isSingleFile); in ExecutePushAsset() 108 SoftBusHandlerAsset::GetInstance().RemoveFile(sendFileName, !isSingleFile); in ExecutePushAsset() 112 ret = SoftBusHandlerAsset::GetInstance().AssetSendFile(socketId, sendFileName, isSingleFile); in ExecutePushAsset() 116 SoftBusHandlerAsset::GetInstance().RemoveFile(sendFileName, !isSingleFile); in ExecutePushAsset() 239 std::string &sendFileName, in HandleZip() 249 sendFileName = relativePath + GetZipName(relativePath); in HandleZip() 250 int32_t ret = SoftBusHandlerAsset::GetInstance().CompressFile(fileList, relativePath, sendFileName); in HandleZip() 259 sendFileName = fileList[0]; in HandleZip() 237 HandleZip(const std::vector<std::string> &fileList, const sptr<AssetObj> &assetObj, std::string &sendFileName, bool &isSingleFile) HandleZip() argument
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | daemon_execute.h | 52 std::string &sendFileName,
|
Completed in 1 milliseconds