Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent_factory.h72 …static Component* CreateComponent(uint16_t componentNameId, jerry_value_t options, jerry_value_t c… in CreateComponent() function
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_manager.h101 …int32_t (*CreateComponent)(struct CodecComponentType **component, uint32_t *componentId, char *com… member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_component_manager.h207 inline auto CreateComponent(T& componentManager, const Entity& entity) in CreateComponent() function
/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_internal.h60 int32_t (*CreateComponent)(OMX_HANDLETYPE *compHandle, char *compName, void *appData, member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_pan_handler.cpp24 RefPtr<OHOS::Ace::SingleChild> JSPanHandler::CreateComponent(const JSCallbackInfo& args) in CreateComponent() function in OHOS::Ace::Framework::JSPanHandler
H A Djs_touch_handler.cpp22 RefPtr<OHOS::Ace::SingleChild> JSTouchHandler::CreateComponent(const JSCallbackInfo& args) in CreateComponent() function in OHOS::Ace::Framework::JSTouchHandler
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_manager_service.cpp71 int32_t CodecComponentManagerService::CreateComponent(sptr<ICodecComponent> &component, uint32_t &c… in CreateComponent() function in OHOS::HDI::Codec::V3_0::CodecComponentManagerService
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_manager_test.cpp79 BENCHMARK_F(CodecBenchmarkManagerTest, CreateComponent)(benchmark::State &state) in BENCHMARK_F() argument
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_manager_proxy.c157 static int32_t CreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *… in CreateComponent() function
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A 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
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp96 void SerializableTest::CreateComponent(Config::Component &component, int32_t index, const std::stri… in CreateComponent() function in OHOS::DistributedData::SerializableTest
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dnative_image.cpp232 NativeComponent* NativeImage::CreateComponent(int32_t type, size_t size, int32_t row, in CreateComponent() function in OHOS::Media::NativeImage