/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | qrcode_component.cpp | 40 bool QrcodeComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() 57 void QrcodeComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | slider_component.cpp | 44 bool SliderComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() 133 void SliderComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | horizon_progress_component.cpp | 27 bool HorizonProgressComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() 113 void HorizonProgressComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | input_button_component.cpp | 59 bool InputButtonComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() 230 void InputButtonComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | input_edittext_component.cpp | 45 bool InputEditTextComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() 149 void InputEditTextComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | swiper_component.cpp | 51 bool SwiperComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() 88 void SwiperComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | stack_component.cpp | 42 void StackComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | circle_progress_component.cpp | 73 bool CircleProgressComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() 206 void CircleProgressComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | text_component.cpp | 81 bool TextComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() 304 void TextComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | input_checkbox_component.cpp | 40 bool InputCheckboxComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
|
H A D | input_radio_component.cpp | 41 bool InputRadioComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
|
H A D | marquee_component.cpp | 46 bool MarqueeComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
|
H A D | switch_component.cpp | 79 bool SwitchComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
|
H A D | image_component.cpp | 55 bool ImageComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
|
H A D | picker_view_component.cpp | 279 void PickerViewComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate() 390 bool PickerViewComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
|
H A D | div_component.cpp | 163 void DivComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | image_animator_component.cpp | 104 bool ImageAnimatorComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() 129 void ImageAnimatorComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | video_component.cpp | 308 bool VideoComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() 437 void VideoComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
H A D | clock_hand_component.cpp | 156 bool ClockHandComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
|
H A D | analog_clock_component.cpp | 56 bool AnalogClockComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
|
H A D | component.h | 265 virtual void PostUpdate(uint16_t attrKeyId) {} in PostUpdate() 314 virtual bool SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
|
H A D | component.cpp | 236 bool Component::UpdateView(uint16_t attrKeyId, jerry_value_t attrValue) in UpdateView() 278 bool Component::SetAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetAttribute() 295 bool Component::SetCommonAttribute(UIView &view, const uint16_t attrKeyId, const jerry_value_t attr… in SetCommonAttribute() 1093 uint16_t attrKeyId = ParseKeyIdFromJSString(attrKey); in ParseAttrs() local 1342 void Component::InvalidateIfNeeded(uint16_t attrKeyId, bool invalidateSelf) const in InvalidateIfNeeded()
|
H A D | chart_component.cpp | 106 bool ChartComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() 130 void ChartComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.cpp | 259 uint16_t attrKeyId = KeyParser::ParseKeyId(attrKeyStr, attrKeyStrLen); in WatcherCallbackFunc() local
|