Searched refs:GetZErrorArg (Results 1 – 3 of 3) sorted by relevance
66 static std::tuple<bool, int32_t> GetZErrorArg(napi_env env, const NapiFuncArg &funcArg);
715 std::tuple<bool, int32_t> CommonFunc::GetZErrorArg(napi_env env, const NapiFuncArg &funcArg) in GetZErrorArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
403 tie(succ, zlibError) = CommonFunc::GetZErrorArg(env, funcArg); in ZError()