/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/ |
H A D | relative_container_new_test_ng.cpp | 63 auto text1 = CreateText("text1", [this](TextModelNG model) { in __anone7432aba0202() 72 auto text2 = CreateText("text2", [this](TextModelNG model) { in __anone7432aba0202() 81 auto text3 = CreateText("text3", [this](TextModelNG model) { in __anone7432aba0202()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/ |
H A D | flex_new_test_ng.cpp | 54 auto text1 = CreateText("text1", [this](TextModelNG model) { in __anone9a3b5bc0202() 58 auto text2 = CreateText("text2", [this](TextModelNG model) { in __anone9a3b5bc0202()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stack/ |
H A D | stack_new_test_ng.cpp | 68 auto textBottom = CreateText("First child, show in bottom", [this](TextModelNG model) { in __anon8042178a0202() 73 auto textTop = CreateText("Second child, show in top", [this](TextModelNG model) { in __anon8042178a0202()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_view.cpp | 70 RefPtr<FrameNode> OptionView::CreateText(const std::string& value, const RefPtr<FrameNode>& parent) in CreateText() function in OHOS::Ace::NG::OptionView 225 auto textNode = CreateText(params[index].value, row); in CreateOption() 245 auto textNode = CreateText(value, row); in CreateOption() 316 auto text = CreateText(param.text, row); in CreateSelectOption()
|
H A D | option_view.h | 39 static RefPtr<FrameNode> CreateText(const std::string& value, const RefPtr<FrameNode>& parent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | service_collaboration_menu_ace_helper.h | 40 …void CreateText(const std::string& value, const RefPtr<FrameNode>& parent, const Color& color, boo… 94 void CreateText(const std::string& value, const RefPtr<FrameNode>& parent);
|
H A D | service_collaboration_menu_ace_helper.cpp | 63 void ServiceCollaborationMenuAceHelper::CreateText( in CreateText() function in OHOS::Ace::NG::ServiceCollaborationMenuAceHelper 236 CreateText(value, row, color, true); in CreateMainMenuItem() 292 CreateText(value, row, richTheme->GetMenuTextColor(), false); in CreateDeviceMenuItem() 477 void ServiceCollaborationAceCallback::CreateText(const std::string& value, const RefPtr<FrameNode>&… in CreateText() function in OHOS::Ace::NG::ServiceCollaborationAceCallback 656 CreateText(value, row); in CreateCustomPopUpNode()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/ |
H A D | refresh_test_ng.h | 49 void CreateText();
|
H A D | refresh_test_ng.cpp | 77 void RefreshTestNg::CreateText() in CreateText() function in OHOS::Ace::NG::RefreshTestNg
|
H A D | refresh_event_test_ng.cpp | 60 CreateText(); in CreateNestedSwiper() 1016 CreateText();
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ |
H A D | test_ng.cpp | 127 RefPtr<FrameNode> TestNG::CreateText(const std::string& content, const std::function<void(TextModel… in CreateText() function in OHOS::Ace::NG::TestNG
|
H A D | test_ng.h | 52 …RefPtr<FrameNode> CreateText(const std::string& content, const std::function<void(TextModelNG)>& c…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_pattern.h | 312 RefPtr<FrameNode> CreateText(uint32_t time);
|
H A D | video_pattern.cpp | 1275 auto currentPosText = CreateText(currentPos_); in OnModifyDone() 1283 auto durationText = CreateText(duration_); in OnModifyDone() 1349 RefPtr<FrameNode> VideoPattern::CreateText(uint32_t time) in OnModifyDone() function in OHOS::Ace::NG::VideoPattern
|