Home
last modified time | relevance | path

Searched refs:OPTIONS (Results 1 - 17 of 17) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_writer.h47 bool WriteEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options);
56 bool FlushEntriesIfNeeded(bool force, const OPTIONS &options);
60 bool AddEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options);
65 bool Close(const OPTIONS &options);
H A Dzip.h150 bool Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options,
160 bool Zips(const std::vector<std::string> &srcFiles, const std::string &destPath, const OPTIONS &options,
171 bool Unzip(const std::string &srcFile, const std::string &destFile, const OPTIONS options,
H A Dzip_internal.h65 zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModifiedTime);
H A Dzip_utils.h127 using OPTIONS = struct Options;
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/test/unittest/
H A Dzip_test.cpp77 OPTIONS options; in HWTEST_F()
94 OPTIONS options; in HWTEST_F()
111 OPTIONS options; in HWTEST_F()
127 OPTIONS options; in HWTEST_F()
143 OPTIONS options; in HWTEST_F()
159 OPTIONS options; in HWTEST_F()
178 OPTIONS options; in HWTEST_F()
198 OPTIONS options; in HWTEST_F()
217 OPTIONS options; in HWTEST_F()
239 OPTIONS option in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.h23 int32_t Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options);
24 int32_t UnZip(const std::string &srcFile, const std::string &destFile, OPTIONS options);
H A Dzip_ffi.cpp43 OPTIONS cOptions; in FfiBundleManagerCompressFile()
68 OPTIONS cOptions; in FfiBundleManagerDeCompressFileOptions()
92 OPTIONS cOptions; in FfiBundleManagerDeCompressFile()
H A Dcj_zip.cpp121 bool Zip(const ZipParams &params, const OPTIONS &options) in Zip()
170 const OPTIONS &options, FilterCallback filterCB) in ZipWithFilterCallback()
203 int32_t Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options) in Zip()
265 const FilePath &srcFile, const FilePath &destDir, const OPTIONS &options, UnzipParam &unzipParam) in UnzipWithFilterCallback()
296 int32_t UnZip(const std::string &srcFile, const std::string &destFile, OPTIONS options) in UnZip()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp76 zipFile zip_file, FilePath &path, bool isDirectory, struct tm *lastModified, const OPTIONS &options) in OpenNewFileEntry()
92 bool AddFileEntryToZip(zipFile zip_file, FilePath &relativePath, FilePath &absolutePath, const OPTIONS &options) in AddFileEntryToZip()
109 bool AddDirectoryEntryToZip(zipFile zip_file, FilePath &path, struct tm *lastModified, const OPTIONS &options) in AddDirectoryEntryToZip()
156 bool ZipWriter::WriteEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options) in WriteEntries()
161 bool ZipWriter::AddEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options) in AddEntries()
170 bool ZipWriter::Close(const OPTIONS &options) in Close()
177 bool ZipWriter::FlushEntriesIfNeeded(bool force, const OPTIONS &options) in FlushEntriesIfNeeded()
H A Dzip.cpp131 bool Zip(const ZipParams &params, const OPTIONS &options) in Zip()
220 bool Zips(const ZipParams &params, const OPTIONS &options) in Zips()
289 const FilePath &srcFile, const FilePath &destDir, const OPTIONS &options, UnzipParam &unzipParam) in UnzipWithFilterCallback()
320 bool Unzip(const std::string &srcFile, const std::string &destFile, OPTIONS options, in Unzip()
369 const OPTIONS &options, FilterCallback filterCB) in ZipWithFilterCallback()
403 const OPTIONS &options, FilterCallback filterCB) in ZipsWithFilterCallback()
437 bool Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options, in Zip()
540 bool Zips(const std::vector<std::string> &srcFiles, const std::string &destPath, const OPTIONS &options, in Zips()
H A Dzip_internal.cpp272 zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModifiedTime) in ZipOpenNewFileInZip()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib_common.h39 OPTIONS options;
H A Dnapi_zlib.cpp96 bool UnwrapOptionsParams(OPTIONS &options, napi_env env, napi_value arg);
485 bool UnwrapOptionsParams(OPTIONS &options, napi_env env, napi_value arg) in UnwrapOptionsParams()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/zip_fuzzer/
H A Dzip_fuzzer.cpp41 LIBZIP::OPTIONS options; in DoSomethingInterestingWithMyAPI()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp1269 const uint8_t ObexDigestChallenge::OPTIONS; member in OHOS::bluetooth::ObexDigestChallenge
1278 return GetTlvtriplet(ObexDigestChallenge::OPTIONS); in GetOptions()
1293 tlvTriplets_.push_back(std::make_unique<TlvTriplet>(ObexDigestChallenge::OPTIONS, options)); in AppendOptions()
H A Dobex_headers.h120 static const uint8_t OPTIONS = 0x01; member in OHOS::bluetooth::ObexActionType::ObexDigestChallenge
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h197 KEYWORD(OPTIONS, options) // chart options

Completed in 12 milliseconds