/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | input_checkbox_component.cpp | 40 bool InputCheckboxComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | horizon_progress_component.cpp | 27 bool HorizonProgressComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | input_radio_component.cpp | 41 bool InputRadioComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | marquee_component.cpp | 46 bool MarqueeComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | input_button_component.cpp | 59 bool InputButtonComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | image_component.cpp | 55 bool ImageComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | switch_component.cpp | 79 bool SwitchComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | slider_component.cpp | 44 bool SliderComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | qrcode_component.cpp | 40 bool QrcodeComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue)
in SetPrivateAttribute() argument
|
H A D | analog_clock_component.cpp | 56 bool AnalogClockComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | circle_progress_component.cpp | 73 bool CircleProgressComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | text_component.cpp | 81 bool TextComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | input_edittext_component.cpp | 45 bool InputEditTextComponent::SetInputType(const jerry_value_t& attrValue) in SetInputType() argument 65 bool InputEditTextComponent::SetText(const jerry_value_t& attrValue) in SetText() argument 81 bool InputEditTextComponent::SetPlaceholder(const jerry_value_t& attrValue) in SetPlaceholder() argument 97 bool InputEditTextComponent::SetMaxLength(const jerry_value_t& attrValue) in SetMaxLength() argument 108 SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) SetPrivateAttribute() argument [all...] |
H A D | swiper_component.cpp | 51 bool SwiperComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | clock_hand_component.cpp | 156 bool ClockHandComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
H A D | image_animator_component.cpp | 104 bool ImageAnimatorComponent::SetPrivateAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetPrivateAttribute() argument
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_theme_style.cpp | 199 OnParseResourceMedia(const std::string& attrName, const std::string& attrValue) OnParseResourceMedia() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | distributed_ui_test_ng.cpp | 415 auto attrValue = "{padding: 1px}"; in HWTEST_F() local
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | base_test.cpp | 85 jerry_value_t attrValue = jerry_create_number(newNumValue); in UpdateNumAttributeOrStyleValue() local 91 component->UpdateView(KeyParser::ParseKeyId(attributeName), attrValue); in UpdateNumAttributeOrStyleValue() local 106 jerry_value_t attrValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(newCharValue)); in UpdateCharAttributeOrStyleValue() local 112 component->UpdateView(KeyParser::ParseKeyId(attributeName), attrValue); in UpdateCharAttributeOrStyleValue() local [all...] |
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | plugin_switch.cpp | 43 xmlChar *attrValue = nullptr;
in FillinPluginInfo() local [all...] |
/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/ |
H A D | js_device_selection_listener.cpp | 196 napi_value attrValue = nullptr; in SetKeyValue() local
|
/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | capability.cpp | 167 bool attrValue = false; in AnalyzeBool() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | picker_view_tdd_test.cpp | 98 jerry_value_t attrValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(attribute)); in SetCharAttribute() local 107 jerry_value_t attrValue = jerry_create_number(attribute); in SetNumAttribute() local
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 203 std::string attrValue = ParseAttributeValue(iss, oss); in ParseAttributes() local
|
/foundation/resourceschedule/qos_manager/common/src/ |
H A D | config_reader.cpp | 65 xmlChar *attrValue = xmlGetProp(currNodePtr, reinterpret_cast<const xmlChar*>(XML_TAG_UID.c_str())); in FillinUidInfo() local 87 xmlChar *attrValue = xmlGetProp(currNodePtr, reinterpret_cast<const xmlChar*>(XML_TAG_BUNDLENAME.c_str())); in FillinBundleNameInfo() local
|