Searched refs:GetInflateSetDictionaryArg (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | common_func.h | 67 …static std::tuple<bool, void *, size_t> GetInflateSetDictionaryArg(napi_env env, const NapiFuncArg…
|
H A D | common_func.cpp | 729 std::tuple<bool, void *, size_t> CommonFunc::GetInflateSetDictionaryArg(napi_env env, const NapiFun… in GetInflateSetDictionaryArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/ |
H A D | zip_n_exporter.cpp | 1828 tie(succ, buf, bufLen) = CommonFunc::GetInflateSetDictionaryArg(env, funcArg); in InflateSetDictionary() 1881 tie(succ, buf, arg->dictLength) = CommonFunc::GetInflateSetDictionaryArg(env, funcArg); in InflateGetDictionary()
|