/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | input_tdd_test.cpp | 49 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 D | radio_switch_tdd_test.cpp | 35 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 D | div_tdd_test.cpp | 36 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 D | opacity_tdd_test.cpp | 185 JerrySetStringProperty(styleObj_, colorKey, colorValue); in SetOpacityTest005() 210 JerrySetStringProperty(styleObj_, borderColorKey, borderColorValue); in SetOpacityTest006() 236 JerrySetStringProperty(styleObj_, backgroundColorKey, backgroundColorValue); in SetOpacityTest007()
|
H A D | text_tdd_test.cpp | 158 JerrySetStringProperty(styleObj_, textOverflow, expectOverflowClip); in ComponentTextStyleSetOverflowTest003() 336 JerrySetStringProperty(attrsObj_, valueTag, expectTextValue); in ComponentTextStyleSetSizeFamilyTest006() 420 JerrySetStringProperty(attrsObj_, valueTag, expectTextValue); in ComponentTextStyleSetLineHeightTest008()
|
H A D | stack_tdd_test.cpp | 183 JerrySetStringProperty(childAttrsObj, "id", "child01"); in ComponentStackTest004()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | feature_ability_module.cpp | 414 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 D | js_fwk_common.h | 179 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 D | js_fwk_common.cpp | 65 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 D | js_ability_impl.cpp | 151 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 D | camera_component.cpp | 197 JerrySetStringProperty(arg, uriKey, uri); in CallSuccessFunc() 256 JerrySetStringProperty(arg, detailKey, detailValue); in OnCreateFailed()
|
H A D | picker_view_component.cpp | 60 JerrySetStringProperty(arg, TEXT_PICKER_NEW_VALUE, pTextArray_[index]); in OnPickerStoped()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/ |
H A D | js_page_state_machine.cpp | 143 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 D | arc_tdd_test.cpp | 22 JerrySetStringProperty(attrsObj_, "type", "arc"); in SetCircleType()
|