Home
last modified time | relevance | path

Searched refs:loadKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_util_module/collections/
H A Dnative_module_collections.cpp62 napi_value loadKey = nullptr; in GetBitVectorFunction() local
64 napi_create_string_utf8(env, loadStr.c_str(), loadStr.size(), &loadKey); in GetBitVectorFunction()
65 napi_get_property(env, arkPrivateClass, loadKey, &loadFunction); in GetBitVectorFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp692 auto loadKey = loadingCtx_->GetSourceInfo().GetKey(); in LoadImage() local
693 isPixelMapChanged_ = srcKey != loadKey; in LoadImage()