Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_checksum/
H A Dchecksum_n_exporter.cpp136 unique_ptr<ChecksumEntity> checksumEntity = make_unique<ChecksumEntity>(); in Constructor() local
195 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Adler32() local
249 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Adler32Combine() local
307 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Adler32Combine64() local
361 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Crc32() local
415 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Crc32Combine() local
474 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Crc32Combine64() local