Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon_execute.h52 int32_t HandleZip(const std::vector<std::string> &fileList,
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp106 ret = HandleZip(fileList, assetObj->srcBundleName_, sendFileName, isSingleFile); in ExecutePushAsset()
272 int32_t DaemonExecute::HandleZip(const std::vector<std::string> &fileList, in HandleZip() function in OHOS::Storage::DistributedFile::DaemonExecute