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:CreateDisplayNode
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H
A
D
render_service_display_mode_demo.cpp
179
static std::shared_ptr<RSDisplayNode>
CreateDisplayNode
(std::shared_ptr<RSSurfaceNode> surfaceNode)
in CreateDisplayNode()
function
251
auto sourceDisplayNode = pipelineTestUtils::
CreateDisplayNode
(sourceSurcaseNode);
in TestCaseDefault()
254
auto targetDisplayNode = pipelineTestUtils::
CreateDisplayNode
(targetSurfaceNode);
in TestCaseDefault()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
multi_screen_manager.cpp
115
screenSession->
CreateDisplayNode
(config);
in PhysicalScreenMirrorSwitch()
139
screenSession->
CreateDisplayNode
(config);
in PhysicalScreenUniqueSwitch()
278
secondarySession->
CreateDisplayNode
(config);
in DoFirstMainChangeExtend()
302
secondarySession->
CreateDisplayNode
(config);
in DoFirstMainChangeMirror()
356
firstSession->
CreateDisplayNode
(config);
in DoFirstMirrorChangeExtend()
381
firstSession->
CreateDisplayNode
(config);
in DoFirstMirrorChangeMirror()
400
secondarySession->
CreateDisplayNode
(config);
in DoFirstMirrorChangeMirror()
472
secondarySession->
CreateDisplayNode
(config);
in DoFirstExtendChangeMirror()
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_session.h
97
void
CreateDisplayNode
(const Rosen::RSDisplayNodeConfig& config);
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_session.cpp
82
CreateDisplayNode
(rsConfig);
in ScreenSession()
86
void ScreenSession::
CreateDisplayNode
(const Rosen::RSDisplayNodeConfig& config)
in CreateDisplayNode()
function in OHOS::Rosen::ScreenSession
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_session_test.cpp
128
* @tc.name:
CreateDisplayNode
132
HWTEST_F(ScreenSessionTest,
CreateDisplayNode
, Function | SmallTest | Level2)
in HWTEST_F()
134
GTEST_LOG_(INFO) << "ScreenSessionTest:
CreateDisplayNode
start";
in HWTEST_F()
145
screenSession->
CreateDisplayNode
(rsConfig);
in HWTEST_F()
146
GTEST_LOG_(INFO) << "ScreenSessionTest:
CreateDisplayNode
end";
in HWTEST_F()
Completed in 8 milliseconds