Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AttachContext
(Results
1 - 15
of
15
) sorted by relevance
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H
A
D
graphics_manager_common.h
59
void
AttachContext
(const OHOS::Ace::WeakPtr<OHOS::Ace::PipelineContext> context);
/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/
H
A
D
surface_image.h
69
SurfaceError
AttachContext
(uint32_t textureId);
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H
A
D
render_scene_viewer.h
69
OHOS::Render3D::GraphicsManager::GetInstance().
AttachContext
(context_);
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H
A
D
graphics_manager_common.cpp
262
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
D
native_image.cpp
79
return image->consumer->
AttachContext
(textureId);
in OH_NativeImage_AttachContext()
H
A
D
surface_image.cpp
146
SurfaceError SurfaceImage::
AttachContext
(uint32_t textureId)
in AttachContext()
function in OHOS::SurfaceImage
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H
A
D
text_picker_model_test_ng.cpp
426
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
D
model_adapter_wrapper.cpp
54
Render3D::GraphicsManager::GetInstance().
AttachContext
(pipeline);
in ModelAdapterWrapper()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
ui_node.cpp
80
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
D
ui_node.h
78
virtual void
AttachContext
(PipelineContext* context, bool recursive = false);
H
A
D
frame_node.h
957
void
AttachContext
(PipelineContext* context, bool recursive = false) override;
H
A
D
frame_node.cpp
5085
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
D
ui_node_test_ng.cpp
1222
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
D
frame_node_test_ng_new.cpp
1114
node->
AttachContext
(AceType::RawPtr(context));
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H
A
D
napi_rdb_store.cpp
983
struct
AttachContext
: public RdbStoreContextBase {
struct
993
auto context = std::make_shared<
AttachContext
>();
in Attach()
Completed in 31 milliseconds