Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbase_test.cpp91 component->UpdateView(KeyParser::ParseKeyId(attributeName), attrValue); in UpdateNumAttributeOrStyleValue()
112 component->UpdateView(KeyParser::ParseKeyId(attributeName), attrValue); in UpdateCharAttributeOrStyleValue()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dlazy_load_manager.cpp78 if (component->UpdateView(attrKeyID, latestValue)) { in RenderSingleLazyWatcher()
H A Djs_fwk_common.cpp260 bool updateResult = component->UpdateView(attrKeyId, value); in WatcherCallbackFunc()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_tdd_test.cpp65 component->UpdateView(checkedId, checkedVal);
74 component->UpdateView(checkedId, checkedVal);
284 component->UpdateView(checkedId, checkedVal);
832 component->UpdateView(KeyParser::ParseKeyId("checked"), checkedVal);
H A Dswiper_tdd_test.cpp119 component->UpdateView(KeyParser::ParseKeyId("index"), indexVal); in ComponentSwiperAttributeSetTest001()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h100 bool UpdateView(uint16_t attrKeyId, jerry_value_t attrValue);
H A Dcomponent.cpp236 bool Component::UpdateView(uint16_t attrKeyId, jerry_value_t attrValue) in UpdateView() function in OHOS::ACELite::Component