Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dlazy_load_manager.cpp70 (component == nullptr) ? UNDEFINED : component->AddWatcherItem(attrName, attrGetter, true); in RenderSingleLazyWatcher()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.cpp196 expressionValue = curr.AddWatcherItem(propKey, propValue); in HandleDynamicStyle()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h164 jerry_value_t AddWatcherItem(const jerry_value_t attrKey, const jerry_value_t attrValue,
H A Dcomponent.cpp1053 jerry_value_t Component::AddWatcherItem(const jerry_value_t attrKey, const jerry_value_t attrValue,… in AddWatcherItem() function in OHOS::ACELite::Component
1105 newAttrValue = AddWatcherItem(attrKey, attrValue); in ParseAttrs()