Searched refs:SetGZFlushArg (Results 1 – 3 of 3) sorted by relevance
107 static std::tuple<bool, uint32_t> SetGZFlushArg(napi_env env, const NapiFuncArg &funcArg);
1494 std::tuple<bool, uint32_t> CommonFunc::SetGZFlushArg(napi_env env, const NapiFuncArg &funcArg) in SetGZFlushArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
1396 tie(succ, flush) = CommonFunc::SetGZFlushArg(env, funcArg); in GZFlush()