Searched refs:UpdateView (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | base_test.cpp | 91 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 D | lazy_load_manager.cpp | 78 if (component->UpdateView(attrKeyID, latestValue)) { in RenderSingleLazyWatcher()
|
H A D | js_fwk_common.cpp | 260 bool updateResult = component->UpdateView(attrKeyId, value); in WatcherCallbackFunc()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | input_tdd_test.cpp | 65 component->UpdateView(checkedId, checkedVal); 74 component->UpdateView(checkedId, checkedVal); 284 component->UpdateView(checkedId, checkedVal); 832 component->UpdateView(KeyParser::ParseKeyId("checked"), checkedVal);
|
H A D | swiper_tdd_test.cpp | 119 component->UpdateView(KeyParser::ParseKeyId("index"), indexVal); in ComponentSwiperAttributeSetTest001()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.h | 100 bool UpdateView(uint16_t attrKeyId, jerry_value_t attrValue);
|
H A D | component.cpp | 236 bool Component::UpdateView(uint16_t attrKeyId, jerry_value_t attrValue) in UpdateView() function in OHOS::ACELite::Component
|