Home
last modified time | relevance | path

Searched defs:gzipEntity (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp92 unique_ptr<GZipEntity> gzipEntity = make_unique<GZipEntity>(); in Constructor() local
169 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZDopen() local
218 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZOpen() local
272 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZCloseW() local
316 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZBuffer() local
366 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZRead() local
418 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZFRead() local
470 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZWrite() local
520 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZFWrite() local
571 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZPutC() local
[all …]