Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcomponent_factory.h72 …static Component* CreateComponent(uint16_t componentNameId, jerry_value_t options, jerry_value_t c… in CreateComponent() function
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/water_flow/
Dwater_flow_test_utils.cpp23 RefPtr<Component> WaterFlowTestUtils::CreateComponent(std::string columnsArgs, in CreateComponent() function in OHOS::Ace::WaterFlowTestUtils
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/button/
Dbutton_creator_test.cpp42 RefPtr<Component> CreateComponent(const std::string& testJsonStr) in CreateComponent() function
/foundation/arkui/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.cpp131 RefPtr<TextComponent> TextStyleCreatorTest::CreateComponent(const std::string& textJson) in CreateComponent() function in OHOS::Ace::TextStyleCreatorTest
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_pan_handler.cpp23 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
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dcomponent_factory.cpp171 RefPtr<Component> JsonComponentFactoryImpl::CreateComponent(const JsonValue& jsonValue) const in CreateComponent() function in OHOS::Ace::__anon94bd96760111::JsonComponentFactoryImpl
/foundation/arkui/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/arkui/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/multimedia/histreamer/engine/plugin/plugins/codec_adapter/
Dhdi_codec_manager.cpp46 int32_t HdiCodecManager::CreateComponent(const Plugin::Any& component, uint32_t& id, const std::str… in CreateComponent() function in OHOS::Media::Plugin::CodecAdapter::HdiCodecManager
/foundation/arkui/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/arkui/ace_engine/frameworks/core/components/test/unittest/stack/
Dstack_creator_test.cpp63 RefPtr<Component> StackCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() function in OHOS::Ace::StackCreatorTest
Dpositioned_creator_test.cpp66 RefPtr<Component> PositionedCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() function in OHOS::Ace::PositionedCreatorTest
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/progress/
Dprogress_creator_test.cpp73 RefPtr<ProgressComponent> ProgressCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() function in OHOS::Ace::ProgressCreatorTest
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/slider/
Dslider_creator_test.cpp71 RefPtr<SliderComponent> SliderCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() function in OHOS::Ace::SliderCreatorTest
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
Dnative_image.cpp220 NativeComponent* NativeImage::CreateComponent(int32_t type, size_t size, int32_t row, in CreateComponent() function in OHOS::Media::NativeImage