Home
last modified time | relevance | path

Searched refs:SetGZFlushArg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.h107 static std::tuple<bool, uint32_t> SetGZFlushArg(napi_env env, const NapiFuncArg &funcArg);
H A Dcommon_func.cpp1494 std::tuple<bool, uint32_t> CommonFunc::SetGZFlushArg(napi_env env, const NapiFuncArg &funcArg) in SetGZFlushArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp1396 tie(succ, flush) = CommonFunc::SetGZFlushArg(env, funcArg); in GZFlush()