Home
last modified time | relevance | path

Searched defs:valueId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Ddiv_component.cpp62 uint16_t valueId = KeyParser::ParseKeyId(strValue, GetStyleStrValueLen(style)); in NativeViewSetDirection() local
106 void DivComponent::NativeViewSetLayoutDirection(uint16_t valueId, bool& applyResult) in NativeViewSetLayoutDirection()
128 void DivComponent::NativeViewSetMajorAxisAlign(uint16_t valueId, bool& applyResult) in NativeViewSetMajorAxisAlign()
H A Dinput_button_component.cpp183 uint16_t valueId = KeyParser::ParseKeyId(GetStyleStrValue(style), GetStyleStrValueLen(style)); in SetTextAlign() local
H A Dlist_component.cpp81 uint16_t valueId = KeyParser::ParseKeyId(strValue, GetStyleStrValueLen(style)); in ApplyPrivateStyle() local
H A Dcomponent.cpp1441 uint16_t valueId = KeyParser::ParseKeyId(strValue, GetStyleStrValueLen(styleItem)); in SetVisible() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dhorizonprogress_tdd_test.cpp61 jerry_value_t valueId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("abc")); in HorizonProgressTest001() local
104 jerry_value_t valueId = jerry_create_string(reinterpret_cast<const jerry_char_t *>(" ")); in HorizonProgressTest002() local
147 jerry_value_t valueId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("arc")); in HorizonProgressTest003() local