Home
last modified time | relevance | path

Searched refs:JerrySetStringProperty (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_tdd_test.cpp49 JerrySetStringProperty(attrsObj_, "type", "checkbox");
101 JerrySetStringProperty(attrsObj_, "type", "button");
107 JerrySetStringProperty(attrsObj_, "value", "aaa");
147 JerrySetStringProperty(attrsObj_, "type", "button");
148 JerrySetStringProperty(attrsObj_, "value", "aaaa");
208 JerrySetStringProperty(attrsObj_, "type", "button");
310 JerrySetStringProperty(attrsObj_, "type", "button");
968 JerrySetStringProperty(attrsObj_, "type", "text");
1030 JerrySetStringProperty(attrsObj_, "type", "text");
1091 JerrySetStringProperty(attrsObj_, "type", "text");
[all …]
H A Dradio_switch_tdd_test.cpp35 JerrySetStringProperty(attrsObj_, "type", "radio"); in WidthRadioValueTest001()
95 JerrySetStringProperty(attrsObj_, "type", "radio"); in WidthRadioValueTest002()
118 JerrySetStringProperty(styleObj_, "width", "testaaa"); in WidthRadioValueTest002()
208 JerrySetStringProperty(styleObj_, "width", "testaaa"); in WidthSwitchValueTest004()
228 JerrySetStringProperty(attrsObj_, "type", "radio"); in HeightRadioValueTest005()
288 JerrySetStringProperty(attrsObj_, "type", "radio"); in HeightRadioValueTest006()
311 JerrySetStringProperty(styleObj_, "width", "testaaa"); in HeightRadioValueTest006()
404 JerrySetStringProperty(styleObj_, "height", "testaaa"); in HeightSwitchValueTest008()
H A Ddiv_tdd_test.cpp36 JerrySetStringProperty(attrsObj_, "aaa", "abc"); in ComponentDivAttributeSetTest015()
41 JerrySetStringProperty(attrsObj_, "id", "div01"); in ComponentDivAttributeSetTest015()
249 JerrySetStringProperty(styleObj_, styleName, "10"); in ComponentDivStyleSetTest012()
343 JerrySetStringProperty(styleObj_, styleName, "10"); in ComponentDivStyleSetTest014()
432 JerrySetStringProperty(styleObj_, styleName, "10"); in ComponentDivStyleSetTest016()
516 JerrySetStringProperty(styleObj_, styleName, "10"); in ComponentDivStyleSetTest018()
600 JerrySetStringProperty(styleObj_, styleName, "10"); in ComponentDivStyleSetTest020()
684 JerrySetStringProperty(styleObj_, styleName, "10"); in ComponentDivStyleSetTest022()
780 JerrySetStringProperty(styleObj_, styleName, "10"); in ComponentDivStyleSetTest024()
878 JerrySetStringProperty(styleObj_, styleName, "10"); in ComponentDivStyleSetTest026()
H A Dopacity_tdd_test.cpp185 JerrySetStringProperty(styleObj_, colorKey, colorValue); in SetOpacityTest005()
210 JerrySetStringProperty(styleObj_, borderColorKey, borderColorValue); in SetOpacityTest006()
236 JerrySetStringProperty(styleObj_, backgroundColorKey, backgroundColorValue); in SetOpacityTest007()
H A Dtext_tdd_test.cpp158 JerrySetStringProperty(styleObj_, textOverflow, expectOverflowClip); in ComponentTextStyleSetOverflowTest003()
336 JerrySetStringProperty(attrsObj_, valueTag, expectTextValue); in ComponentTextStyleSetSizeFamilyTest006()
420 JerrySetStringProperty(attrsObj_, valueTag, expectTextValue); in ComponentTextStyleSetLineHeightTest008()
H A Dstack_tdd_test.cpp183 JerrySetStringProperty(childAttrsObj, "id", "child01"); in ComponentStackTest004()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dfeature_ability_module.cpp414 JerrySetStringProperty(object, ATTR_DEVICE_ID, nativeData->deviceID); in AsyncSuccessCallback()
419 JerrySetStringProperty(object, ATTR_BUNDLE_NAME, nativeData->bundleName); in AsyncSuccessCallback()
424 JerrySetStringProperty(object, ATTR_ABILITY_NAME, nativeData->abilityName); in AsyncSuccessCallback()
429 JerrySetStringProperty(object, ATTR_MESSAGE, static_cast<const char *>(nativeData->message), in AsyncSuccessCallback()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h179 void JerrySetStringProperty(jerry_value_t object, const char * const name, const char * const value…
180 void JerrySetStringProperty(jerry_value_t object, const char * const name, const char * const value…
H A Djs_fwk_common.cpp65 void JerrySetStringProperty(jerry_value_t object, const char * const name, const char * const value) in JerrySetStringProperty() function
72 void JerrySetStringProperty(jerry_value_t object, const char * const name, const char * const value… in JerrySetStringProperty() function
354 JerrySetStringProperty(args[0], "type", KeyParser::GetKeyById(id)); in ConvertBaseEventInfo()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability_impl.cpp151 JerrySetStringProperty(object, ROUTER_PAGE_URI, PATH_DEFAULT); in DeliverCreate()
438 JerrySetStringProperty(object, ROUTER_PAGE_URI, uri); in GotoPage()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp197 JerrySetStringProperty(arg, uriKey, uri); in CallSuccessFunc()
256 JerrySetStringProperty(arg, detailKey, detailValue); in OnCreateFailed()
H A Dpicker_view_component.cpp60 JerrySetStringProperty(arg, TEXT_PICKER_NEW_VALUE, pTextArray_[index]); in OnPickerStoped()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp143 JerrySetStringProperty(params, ROUTER_PAGE_PATH, uri); in RegisterUriAndParamsToPage()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/arc/
H A Darc_tdd_test.cpp22 JerrySetStringProperty(attrsObj_, "type", "arc"); in SetCircleType()