Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dlazy_load_manager.cpp67 uint16_t attrKeyID = watcher.GetKeyId(); in RenderSingleLazyWatcher() local
71 if (attrKeyID == K_UNKNOWN) { in RenderSingleLazyWatcher()
73 attrKeyID = ParseKeyIdFromJSString(attrName); in RenderSingleLazyWatcher()
76 if ((!IS_UNDEFINED(latestValue)) && (attrKeyID != K_UNKNOWN)) { in RenderSingleLazyWatcher()
78 if (component->UpdateView(attrKeyID, latestValue)) { in RenderSingleLazyWatcher()