Home
last modified time | relevance | path

Searched defs:CreateComponent (Results 1 – 17 of 17) sorted by relevance

/foundation/ace/ace_engine_lite/frameworks/src/core/components/
Dcomponent_factory.h69 …static Component* CreateComponent(uint16_t componentNameId, jerry_value_t options, jerry_value_t c… in CreateComponent() function
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/button/
Dbutton_creator_test.cpp42 RefPtr<Component> CreateComponent(const std::string& testJsonStr) in CreateComponent() function
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/text/
Dtext_creator_test.cpp58 RefPtr<TextComponent> TextCreatorTest::CreateComponent(const std::string& textJson) in CreateComponent() function in OHOS::Ace::TextCreatorTest
Dtextspan_creator_test.cpp167 RefPtr<TextSpanComponent> TextSpanCreatorTest::CreateComponent(const std::string& spanJson) in CreateComponent() function in OHOS::Ace::TextSpanCreatorTest
Dtextstyle_creator_test.cpp125 RefPtr<TextComponent> TextStyleCreatorTest::CreateComponent(const std::string& textJson) in CreateComponent() function in OHOS::Ace::TextStyleCreatorTest
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/grid_layout/
Dgrid_layout_test_utils.cpp33 RefPtr<Component> GridLayoutTestUtils::CreateComponent(FlexDirection direction, std::string rows, s… in CreateComponent() function in OHOS::Ace::GridLayoutTestUtils
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_pan_handler.cpp22 RefPtr<OHOS::Ace::SingleChild> JSPanHandler::CreateComponent(const JSCallbackInfo& args) in CreateComponent() function in OHOS::Ace::Framework::JSPanHandler
Djs_touch_handler.cpp22 RefPtr<OHOS::Ace::SingleChild> JSTouchHandler::CreateComponent(const JSCallbackInfo& args) in CreateComponent() function in OHOS::Ace::Framework::JSTouchHandler
Djs_view.cpp40 RefPtr<OHOS::Ace::Component> JSView::CreateComponent() in CreateComponent() function in OHOS::Ace::Framework::JSView
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/video/
Dvideo_creator_test.cpp71 RefPtr<VideoComponent> VideoCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() function in OHOS::Ace::VideoCreatorTest
/foundation/ace/ace_engine/frameworks/core/components/test/json/
Dcomponent_factory.cpp171 RefPtr<Component> JsonComponentFactoryImpl::CreateComponent(const JsonValue& jsonValue) const in CreateComponent() function in OHOS::Ace::__anon47e209490111::JsonComponentFactoryImpl
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/flex/
Dflex_item_creator_test.cpp69 RefPtr<Component> FlexItemCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() function in OHOS::Ace::FlexItemCreatorTest
Dflex_creator_test.cpp66 RefPtr<Component> FlexCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() function in OHOS::Ace::FlexCreatorTest
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/stack/
Dpositioned_creator_test.cpp66 RefPtr<Component> PositionedCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() function in OHOS::Ace::PositionedCreatorTest
Dstack_creator_test.cpp63 RefPtr<Component> StackCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() function in OHOS::Ace::StackCreatorTest
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/progress/
Dprogress_creator_test.cpp90 RefPtr<ProgressComponent> ProgressCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() function in OHOS::Ace::ProgressCreatorTest
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/slider/
Dslider_creator_test.cpp87 RefPtr<SliderComponent> SliderCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() function in OHOS::Ace::SliderCreatorTest