Home
last modified time | relevance | path

Searched refs:AttachContext (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dgraphics_manager_common.h59 void AttachContext(const OHOS::Ace::WeakPtr<OHOS::Ace::PipelineContext> context);
/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/
H A Dsurface_image.h69 SurfaceError AttachContext(uint32_t textureId);
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.h69 OHOS::Render3D::GraphicsManager::GetInstance().AttachContext(context_);
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_manager_common.cpp262 void GraphicsManagerCommon::AttachContext(const OHOS::Ace::WeakPtr<OHOS::Ace::PipelineBase>& context) in AttachContext() function in OHOS::Render3D::GraphicsManagerCommon
264 WIDGET_SCOPED_TRACE("GraphicsManagerCommon::AttachContext"); in AttachContext()
272 WIDGET_LOGE("ACE-3D GraphicsManagerCommon::AttachContext() GetContext failed."); in AttachContext()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dnative_image.cpp79 return image->consumer->AttachContext(textureId); in OH_NativeImage_AttachContext()
H A Dsurface_image.cpp146 SurfaceError SurfaceImage::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::SurfaceImage
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_model_test_ng.cpp426 frameNode->AttachContext(AceType::RawPtr(context)); in HWTEST_F()
445 frameNode->AttachContext(AceType::RawPtr(context)); in HWTEST_F()
464 frameNode->AttachContext(AceType::RawPtr(context)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_adapter_wrapper.cpp54 Render3D::GraphicsManager::GetInstance().AttachContext(pipeline); in ModelAdapterWrapper()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp80 void UINode::AttachContext(PipelineContext* context, bool recursive) in AttachContext() function in OHOS::Ace::NG::UINode
90 child->AttachContext(context, recursive); in AttachContext()
670 AttachContext(context, false); in AttachToMainTree()
H A Dui_node.h78 virtual void AttachContext(PipelineContext* context, bool recursive = false);
H A Dframe_node.h957 void AttachContext(PipelineContext* context, bool recursive = false) override;
H A Dframe_node.cpp5085 void FrameNode::AttachContext(PipelineContext* context, bool recursive) in AttachContext() function in OHOS::Ace::NG::FrameNode
5087 UINode::AttachContext(context, recursive); in AttachContext()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp1222 testNode->AttachContext(AceType::RawPtr(context), true); in HWTEST_F()
1767 * @tc.desc: Test ui node method of AttachContext
1783 testNode->AttachContext(AceType::RawPtr(context), true); in HWTEST_F()
H A Dframe_node_test_ng_new.cpp1114 node->AttachContext(AceType::RawPtr(context)); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp983 struct AttachContext : public RdbStoreContextBase { struct
993 auto context = std::make_shared<AttachContext>(); in Attach()

Completed in 31 milliseconds