Searched refs:GetGzSetParamsArg (Results 1 – 3 of 3) sorted by relevance
96 …static std::tuple<bool, int32_t, int32_t> GetGzSetParamsArg(napi_env env, const NapiFuncArg &funcA…
1245 std::tuple<bool, int32_t, int32_t> CommonFunc::GetGzSetParamsArg(napi_env env, const NapiFuncArg &f… in GetGzSetParamsArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
730 tie(succ, arg->level, arg->strategy) = CommonFunc::GetGzSetParamsArg(env, funcArg); in GZSetParams()