Home
last modified time | relevance | path

Searched refs:FUNC_CREATE_ELEMENT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Djsbundle_tdd_test.cpp29 constexpr char FUNC_CREATE_ELEMENT[] = "_c"; variable
64 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, 1); in CreateElementAttributeLength001()
90 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, ARG_LENGTH_2); in CreateElementAttributeLength002()
206 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, 1); in CreateElementTagValidation005()
220 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, 1); in CreateElementTagValidation006()
234 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, 1); in CreateElementTagValidation007()
249 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, ARG_LENGTH_2); in CreateElement2ndAttributeValidation008()
267 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, ARG_LENGTH_2); in CreateElement2ndAttributeValidation009()
282 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, ARG_LENGTH_2); in CreateElement2ndAttributeValidation010()
296 JSValue textEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, textArgs, 1); in CreateElement2ndAttributeValidation011()
[all …]
H A Dpercent_tdd_test.cpp37 const char * const PercentTddTest::FUNC_CREATE_ELEMENT = "_c"; member in OHOS::ACELite::PercentTddTest
377 JSValue textEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, textArgs, ARG_LENGTH_2);
389 JSValue divEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, divArgs, ARG_LENGTH_3);
427 JSValue textEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, textArgs, ARG_LENGTH_2);
439 JSValue stackEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, stackArgs, ARG_LENGTH_3);
478 JSValue textEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, labelArgs, ARG_LENGTH_2);
490 JSValue containerEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, containerArgs, ARG_LENGTH_3);
H A Dpercent_tdd_test.h82 static const char * const FUNC_CREATE_ELEMENT; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Drender_module.cpp25 const char * const RenderModule::FUNC_CREATE_ELEMENT = "_c"; member in OHOS::ACELite::RenderModule
36 CreateNamedFunction(FUNC_CREATE_ELEMENT, CreateElement); in Init()
H A Drender_module.h72 static const char * const FUNC_CREATE_ELEMENT; variable