Home
last modified time | relevance | path

Searched refs:niceLength (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.cpp941 int32_t niceLength = 0; in UnwrapDeflateTuneParams() local
942 tie(succ, niceLength) = niceLengthNVal.ToInt32(); in UnwrapDeflateTuneParams()
956 return {true, maxLazy, maxLazy, niceLength, maxChain}; in UnwrapDeflateTuneParams()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp969 int32_t niceLength = 0; in DeflateTune() local
971 …tie(succ, goodLength, maxLazy, niceLength, maxChain) = CommonFunc::UnwrapDeflateTuneParams(env, fu… in DeflateTune()
977 …auto cbExec = [arg, zipEntity, goodLength, maxLazy, niceLength, maxChain](napi_env env) -> NapiBus… in DeflateTune()
981 arg->errCode = deflateTune(zipEntity->zs.get(), goodLength, maxLazy, niceLength, maxChain); in DeflateTune()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-zlib.md3337 deflateTune(strm: ZStream, goodLength: number, maxLazy: number, niceLength: number, maxChain: numbe…
3352 | niceLength | number | 是 | 适合的延迟长度阈值 |
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-zlib.md3306 deflateTune(strm: ZStream, goodLength: number, maxLazy: number, niceLength: number, maxChain: numbe…
3321 | niceLength | number | Yes | Appropriate delay length threshold. |