Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp583 auto spanNode = CreateSpanNodeWithSetDefaultProperty("Hello World");
636 auto spanNode = CreateSpanNodeWithSetDefaultProperty(SPAN_PHONE);
639 spanNode = CreateSpanNodeWithSetDefaultProperty(SPAN_URL);
1242 auto textSpanNode = CreateSpanNodeWithSetDefaultProperty(TEXT_FOR_AI);
1284 auto spanNode = CreateSpanNodeWithSetDefaultProperty("spannode");
1404 auto spanNode = CreateSpanNodeWithSetDefaultProperty("spannode");
1473 auto spanNode = CreateSpanNodeWithSetDefaultProperty(SPAN_URL);
1475 spanNode = CreateSpanNodeWithSetDefaultProperty(SPAN_PHONE);
2104 auto spanNode = CreateSpanNodeWithSetDefaultProperty(SPAN_URL);
2106 spanNode = CreateSpanNodeWithSetDefaultProperty(SPAN_PHONE);
H A Dtext_base.h220 RefPtr<SpanNode> CreateSpanNodeWithSetDefaultProperty(const std::string& content);
H A Dtext_base.cpp138 RefPtr<SpanNode> TextBases::CreateSpanNodeWithSetDefaultProperty(const std::string& content) in CreateSpanNodeWithSetDefaultProperty() function in OHOS::Ace::NG::TextBases
H A Dtext_testtwo_ng.cpp1128 auto firstChild = CreateSpanNodeWithSetDefaultProperty("SPANNODE");
1129 auto secondChild = CreateSpanNodeWithSetDefaultProperty("spanNode");
H A Dtext_testfive_ng.cpp382 auto textSpanNode = CreateSpanNodeWithSetDefaultProperty(TEXT_FOR_AI);