Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DGeometryJS.cpp109 if (auto cached = FetchJsObj(mesh)) { in GetMesh() local
H A DNodeImpl.cpp300 if (auto cached = FetchJsObj(root)) { in GetParent() local
371 auto cached = FetchJsObj(child); in GetChild() local
567 if (auto cached = FetchJsObj(node)) { in ClearChildren() local
617 if (auto cached = FetchJsObj(child)) { in GetNodeByPath() local
H A DMeshJS.cpp158 if (auto cached = FetchJsObj(obj)) { in GetMaterialOverride() local
H A DSubMeshJS.cpp151 if (auto cached = FetchJsObj(obj)) { in GetMaterial() local
H A DEnvironmentJS.cpp264 if (auto cached = FetchJsObj(obj)) { in GetEnvironmentImage() local
299 if (auto cached = FetchJsObj(obj)) { in GetRadianceImage() local
H A DPostProcJS.cpp228 if (auto cached = FetchJsObj(obj)) { in GetToneMapping() local
H A DShaderJS.cpp97 if (auto cached = FetchJsObj(obj)) { in Get() local
H A DCameraJS.cpp340 if (auto cached = FetchJsObj(obj)) { in GetPostProcess() local
H A DSceneJS.cpp563 if (auto cached = FetchJsObj(obj)) { in GetRoot() local
594 if (auto cached = FetchJsObj(obj)) { in GetEnvironment() local
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dmemory.h29 int32_t cached = 0; // unit KB member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.cpp149 auto cached = std::make_shared<CachedImage>(GetImage()); in Cache() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.cpp215 auto cached = std::make_shared<CachedImage>(GetImage()); in Cache() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp570 auto cached = UpdateCachedIndexOmni(forwardCache, backwardCache); in UpdateCachedIndex() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp1190 …} else if (auto cached = propertyCache.find(cachedShader_.shader); cached != propertyCache.end()) { in UpdateMetadata() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1832 auto cached = static_cast<ValueParseCache *>(sqlite3_get_auxdata(ctx, VALUE_CACHE_ID)); in ParseValueThenCacheOrGetFromCache() local
1997 …auto cached = static_cast<std::vector<uint8_t> *>(sqlite3_get_auxdata(ctx, VALUE_CACHE_ID)); // Sh… in FlatBufferExtractInnerFunc() local
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_mixer.c139 int32_t cached; member