Home
last modified time | relevance | path

Searched refs:valueId (Results 1 – 6 of 6) 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
65 NativeViewSetLayoutDirection(valueId, applyResult); in NativeViewSetDirection()
69 NativeViewSetMajorAxisAlign(valueId, applyResult); in NativeViewSetDirection()
73 switch (valueId) { in NativeViewSetDirection()
93 if (valueId == K_WRAP) { in NativeViewSetDirection()
106 void DivComponent::NativeViewSetLayoutDirection(uint16_t valueId, bool& applyResult) in NativeViewSetLayoutDirection() argument
108 switch (valueId) { in NativeViewSetLayoutDirection()
128 void DivComponent::NativeViewSetMajorAxisAlign(uint16_t valueId, bool& applyResult) in NativeViewSetMajorAxisAlign() argument
130 switch (valueId) { in NativeViewSetMajorAxisAlign()
H A Ddiv_component.h43 void NativeViewSetLayoutDirection(uint16_t valueId, bool& applyResult);
44 void NativeViewSetMajorAxisAlign(uint16_t valueId, bool& applyResult);
H A Dlist_component.cpp81 uint16_t valueId = KeyParser::ParseKeyId(strValue, GetStyleStrValueLen(style)); in ApplyPrivateStyle() local
82 if (valueId == K_ROW) { in ApplyPrivateStyle()
H A Dinput_button_component.cpp183 uint16_t valueId = KeyParser::ParseKeyId(GetStyleStrValue(style), GetStyleStrValueLen(style)); in SetTextAlign() local
184 switch (valueId) { in SetTextAlign()
H A Dcomponent.cpp1441 uint16_t valueId = KeyParser::ParseKeyId(strValue, GetStyleStrValueLen(styleItem)); in SetVisible() local
1442 view.SetVisible(valueId != K_NONE); in SetVisible()
/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
62 jerry_set_property(objAttrs, keyId, valueId); in HorizonProgressTest001()
104 jerry_value_t valueId = jerry_create_string(reinterpret_cast<const jerry_char_t *>(" ")); in HorizonProgressTest002() local
105 jerry_set_property(objAttrs, keyId, valueId); in HorizonProgressTest002()
147 jerry_value_t valueId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("arc")); in HorizonProgressTest003() local
148 jerry_set_property(objAttrs, keyId, valueId); in HorizonProgressTest003()