Home
last modified time | relevance | path

Searched defs:attrKeyId (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dqrcode_component.cpp40 bool QrcodeComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
57 void QrcodeComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dslider_component.cpp44 bool SliderComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
133 void SliderComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dhorizon_progress_component.cpp27 bool HorizonProgressComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
113 void HorizonProgressComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dinput_button_component.cpp59 bool InputButtonComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
230 void InputButtonComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dinput_edittext_component.cpp45 bool InputEditTextComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
149 void InputEditTextComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dswiper_component.cpp51 bool SwiperComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
88 void SwiperComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dstack_component.cpp42 void StackComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dcircle_progress_component.cpp73 bool CircleProgressComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
206 void CircleProgressComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dtext_component.cpp81 bool TextComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
304 void TextComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dinput_checkbox_component.cpp40 bool InputCheckboxComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
H A Dinput_radio_component.cpp41 bool InputRadioComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
H A Dmarquee_component.cpp46 bool MarqueeComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
H A Dswitch_component.cpp79 bool SwitchComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
H A Dimage_component.cpp55 bool ImageComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
H A Dpicker_view_component.cpp279 void PickerViewComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
390 bool PickerViewComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
H A Ddiv_component.cpp163 void DivComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dimage_animator_component.cpp104 bool ImageAnimatorComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
129 void ImageAnimatorComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dvideo_component.cpp308 bool VideoComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
437 void VideoComponent::PostUpdate(uint16_t attrKeyId) in PostUpdate()
H A Dclock_hand_component.cpp156 bool ClockHandComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
H A Danalog_clock_component.cpp56 bool AnalogClockComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
H A Dcomponent.h265 virtual void PostUpdate(uint16_t attrKeyId) {} in PostUpdate()
314 virtual bool SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute()
H A Dcomponent.cpp236 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 Dchart_component.cpp106 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 Djs_fwk_common.cpp259 uint16_t attrKeyId = KeyParser::ParseKeyId(attrKeyStr, attrKeyStrLen); in WatcherCallbackFunc() local