Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.h96 …static std::tuple<bool, int32_t, int32_t> GetGzSetParamsArg(napi_env env, const NapiFuncArg &funcA…
H A Dcommon_func.cpp1245 std::tuple<bool, int32_t, int32_t> CommonFunc::GetGzSetParamsArg(napi_env env, const NapiFuncArg &f… in GetGzSetParamsArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp730 tie(succ, arg->level, arg->strategy) = CommonFunc::GetGzSetParamsArg(env, funcArg); in GZSetParams()