Home
last modified time | relevance | path

Searched refs:CreateResource (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_resource_register.cpp25 int64_t AceResourceRegister::CreateResource(const std::string& resourceType, const std::string& par… in CreateResource() function in OHOS::Ace::Platform::AceResourceRegister
H A Dace_resource_register.h27 int64_t CreateResource(const std::string& resourceType, const std::string& param) override;
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_resource_register.h27 int64_t CreateResource(const std::string& resourceType, const std::string& param) override in CreateResource() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dplatform_res_register.h57 virtual int64_t CreateResource(const std::string& resourceType, const std::string& param) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dtexture.cpp87 id_ = resRegister->CreateResource(type_, PARAM_NONE); in CreateTexture()
H A Dext_texture.cpp75 id_ = resRegister->CreateResource(type_, PARAM_NONE); in CreateTexture()
H A Dext_surface.cpp87 id_ = resRegister->CreateResource(type_, PARAM_NONE); in CreateExtSurface()
H A Dplayer.cpp105 id_ = resRegister->CreateResource(type_, param); in CreatePlayer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
H A Dnative_texture.cpp87 id_ = resRegister->CreateResource(type_, param); in CreateTexture()
H A Dxcomponent_delegate.cpp119 id_ = resRegister->CreateResource(XCOMPONENT_CREATE, param); in CreatePluginResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Dhyperlink_resources.cpp117 hyperlinkResource->id_ = resRegister->CreateResource(HYPERLINK_PARAM, HYPER_CREATE_PARAM); in CreatePluginResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_manager_delegate.cpp115 delegate->id_ = resRegister->CreateResource(PLUGIN_ADAPTOR_RESOURCE_NAME, param); in CreatePlatformResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/
H A Dcamera.cpp93 id_ = resRegister->CreateResource(type_, param); in CreateCamera()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_delegate.cpp255 delegate->id_ = resRegister->CreateResource(ABILITY_COMPONENT_RESOURCE_NAME, param); in CreatePluginResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.cpp185 delegate->id_ = resRegister->CreateResource(RICH_TEXT_RESOURCE_NAME, param); in CreatePluginResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp338 delegate->id_ = resRegister->CreateResource(FORM_ADAPTOR_RESOURCE_NAME, param); in CreatePlatformResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp695 webDelegate->id_ = resRegister->CreateResource(WEB_CREATE, param); in CreatePluginResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1648 webDelegate->id_ = resRegister->CreateResource(WEB_CREATE, param); in CreatePluginResource()