Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeScene/src/
Dcomponent_factory.h40 IComponent::Ptr CreateComponent(const IEcsObject::Ptr& eobj) override in CreateComponent() function
Dscene.cpp163 Future<IComponent::Ptr> SceneObject::CreateComponent(const INode::Ptr& node, BASE_NS::string_view c… in CreateComponent() function in SceneObject
/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/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
Dintf_component_manager.h213 inline auto CreateComponent(T& componentManager, const Entity& entity) in CreateComponent() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_touch_handler.cpp22 RefPtr<OHOS::Ace::SingleChild> JSTouchHandler::CreateComponent(const JSCallbackInfo& args) in CreateComponent() function in OHOS::Ace::Framework::JSTouchHandler
Djs_pan_handler.cpp24 RefPtr<OHOS::Ace::SingleChild> JSPanHandler::CreateComponent(const JSCallbackInfo& args) in CreateComponent() function in OHOS::Ace::Framework::JSPanHandler
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
Dhdi_codec_manager.cpp48 int32_t HdiCodecManager::CreateComponent(const Plugin::Any& component, uint32_t& id, const std::str… in CreateComponent() function in OHOS::Media::Plugin::CodecAdapter::HdiCodecManager
/foundation/distributeddatamgr/pasteboard/framework/test/src/
Dserializable_test.cpp88 void SerializableTest::CreateComponent(Config::Component &component, int32_t index, const std::stri… in CreateComponent() function in OHOS::DistributedData::SerializableTest
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
Dnative_image.cpp239 NativeComponent* NativeImage::CreateComponent(int32_t type, size_t size, int32_t row, in CreateComponent() function in OHOS::Media::NativeImage
/foundation/graphic/graphic_3d/lume/LumeScene/include/scene/api/
Dscene.h339 META_API_ASYNC auto CreateComponent(const Node& node, BASE_NS::string_view name) const in CreateComponent() function
/foundation/graphic/graphic_3d/lume/LumeScene/src/core/
Dinternal_scene.cpp267 IComponent::Ptr InternalScene::CreateComponent( in CreateComponent() function in InternalScene
/foundation/graphic/graphic_3d/kits/js/src/
DSceneJS.cpp940 napi_value SceneJS::CreateComponent(NapiApi::FunctionContext<NapiApi::Object, BASE_NS::string>& ctx) in CreateComponent() function in SceneJS