Searched refs:componentNameId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | horizonprogress_tdd_test.cpp | 66 uint16_t componentNameId = KeyParser::ParseKeyId("progress", strlen("progress")); in HorizonProgressTest001() local 109 uint16_t componentNameId = KeyParser::ParseKeyId("progress", strlen("progress")); in HorizonProgressTest002() local 152 uint16_t componentNameId = KeyParser::ParseKeyId("progress", strlen("progress")); in HorizonProgressTest003() local 203 uint16_t componentNameId = KeyParser::ParseKeyId("progress", strlen("progress")); in HorizonProgressTest004() local 247 uint16_t componentNameId = KeyParser::ParseKeyId("progress", strlen("progress")); in HorizonProgressTest005() local 292 uint16_t componentNameId = KeyParser::ParseKeyId("progress", strlen("progress")); in HorizonProgressTest006() local 336 uint16_t componentNameId = KeyParser::ParseKeyId("progress", strlen("progress")); in HorizonProgressTest007() local 380 uint16_t componentNameId = KeyParser::ParseKeyId("progress", strlen("progress")); in HorizonProgressTest008() local 427 uint16_t componentNameId = KeyParser::ParseKeyId("progress", strlen("progress")); in HorizonProgressTest009() local 479 uint16_t componentNameId = KeyParser::ParseKeyId("progress", strlen("progress")); in HorizonProgressTest013() local [all …]
|
H A D | list_tdd_test.cpp | 56 uint16_t componentNameId = KeyParser::ParseKeyId("list", strlen("list")); in ListTest001() local 57 Component* component = ComponentFactory::CreateComponent(componentNameId, objGlob, children); in ListTest001() 96 uint16_t componentNameId = KeyParser::ParseKeyId("list", strlen("list")); in ListTest002() local 97 Component* component = ComponentFactory::CreateComponent(componentNameId, objGlob, children); in ListTest002() 138 uint16_t componentNameId = KeyParser::ParseKeyId("list", strlen("list")); in ListTest003() local 139 Component* component = ComponentFactory::CreateComponent(componentNameId, objGlob, children); in ListTest003() 180 uint16_t componentNameId = KeyParser::ParseKeyId("list", strlen("list")); in ListTest004() local 181 Component* component = ComponentFactory::CreateComponent(componentNameId, objGlob, children); in ListTest004()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_profiler.h | 31 #define START_TRACING_WITH_COMPONENT_NAME(traceTag, componentNameId) \ argument 32 JSProfiler::GetInstance()->PushTrace(traceTag, componentNameId, 0) 33 #define START_TRACING_WITH_EXTRA_INFO(traceTag, componentNameId, extraInfoId) \ argument 34 JSProfiler::GetInstance()->PushTrace(traceTag, componentNameId, extraInfoId) 40 #define START_TRACING_WITH_COMPONENT_NAME(traceTag, componentNameId) argument 41 #define START_TRACING_WITH_EXTRA_INFO(traceTag, componentNameId, extraInfoId) argument
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component_factory.h | 72 …static Component* CreateComponent(uint16_t componentNameId, jerry_value_t options, jerry_value_t c… in CreateComponent() argument 74 if (!KeyParser::IsKeyValid(componentNameId)) { in CreateComponent() 85 switch (componentNameId) { in CreateComponent()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | render_module.cpp | 55 uint16_t componentNameId = KeyParser::ParseKeyId(componentName, tagNameLength); in CreateElement() local 60 Component *component = ComponentFactory::CreateComponent(componentNameId, options, children); in CreateElement()
|