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:GetDisplayNode
(Results
1 - 21
of
21
) sorted by relevance
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
multi_screen_manager.cpp
102
NodeId nodeId = defaultSession->
GetDisplayNode
() == nullptr ? 0 : defaultSession->
GetDisplayNode
()->GetId();
in PhysicalScreenMirrorSwitch()
109
std::shared_ptr<RSDisplayNode> displayNode = screenSession->
GetDisplayNode
();
in PhysicalScreenMirrorSwitch()
133
std::shared_ptr<RSDisplayNode> displayNode = screenSession->
GetDisplayNode
();
in PhysicalScreenUniqueSwitch()
269
std::shared_ptr<RSDisplayNode> displayNode = secondarySession->
GetDisplayNode
();
in DoFirstMainChangeExtend()
292
std::shared_ptr<RSDisplayNode> displayNode = secondarySession->
GetDisplayNode
();
in DoFirstMainChangeMirror()
296
NodeId nodeId = firstSession->
GetDisplayNode
() == nullptr ? 0 : firstSession->
GetDisplayNode
()->GetId();
in DoFirstMainChangeMirror()
348
std::shared_ptr<RSDisplayNode> displayNode = firstSession->
GetDisplayNode
();
in DoFirstMirrorChangeExtend()
373
std::shared_ptr<RSDisplayNode> displayNode = firstSession->
GetDisplayNode
();
in DoFirstMirrorChangeMirror()
[all...]
H
A
D
screen_session_manager.cpp
573
std::shared_ptr<RSDisplayNode> displayNode = mirrorSession->
GetDisplayNode
();
in FreeDisplayMirrorNodeInner()
1345
if (defaultScreen == nullptr || defaultScreen->
GetDisplayNode
() == nullptr) {
in CreatePhysicalMirrorSessionInner()
1349
NodeId nodeId = defaultScreen->
GetDisplayNode
()->GetId();
in CreatePhysicalMirrorSessionInner()
4025
if (screen->
GetDisplayNode
() == nullptr) {
in GetRSDisplayNodeByScreenId()
4030
screen->screenId_, screen->
GetDisplayNode
()->GetId());
in GetRSDisplayNodeByScreenId()
4031
return screen->
GetDisplayNode
();
in GetRSDisplayNodeByScreenId()
4053
displayNode = screenSession->
GetDisplayNode
();
in GetScreenSnapshot()
4585
NodeId nodeId = (screenSession->
GetDisplayNode
() == nullptr) ?
in DumpAllScreensInfo()
4586
SCREEN_ID_INVALID : screenSession->
GetDisplayNode
()->GetId();
in DumpAllScreensInfo()
4625
NodeId nodeId = (session->
GetDisplayNode
()
in DumpSpecialScreenInfo()
5399
std::shared_ptr<RSDisplayNode> ScreenSessionManager::
GetDisplayNode
(ScreenId screenId)
GetDisplayNode()
function in OHOS::Rosen::ScreenSessionManager
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H
A
D
screen_session_manager_client.cpp
119
config.displayNode = screenSessionManager_->
GetDisplayNode
(screenId);
in OnScreenConnectionChanged()
438
auto displayNode = screenSessionManager_->
GetDisplayNode
(iter.first);
in SwitchUserCallback()
572
auto displayNode = session->
GetDisplayNode
();
in UpdateDisplayScale()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H
A
D
screen_pattern.cpp
79
auto displayNode = screenSession_->
GetDisplayNode
();
in OnAttachToFrameNode()
110
auto displayNode = screenSession_->
GetDisplayNode
();
in UpdateDisplayInfo()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_input_manager.cpp
196
if (screenSession && screenSession->
GetDisplayNode
()) {
in ConstructDisplayInfos()
198
screenSession->
GetDisplayNode
()->GetStagingProperties().GetRotation(),
in ConstructDisplayInfos()
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H
A
D
screen_session_manager_interface.h
162
virtual std::shared_ptr<RSDisplayNode>
GetDisplayNode
(ScreenId screenId) { return nullptr; }
in GetDisplayNode()
function in OHOS::Rosen::IScreenSessionManager
H
A
D
screen_session_manager_proxy.h
154
std::shared_ptr<RSDisplayNode>
GetDisplayNode
(ScreenId screenId) override;
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H
A
D
dual_display_fold_policy.cpp
424
std::shared_ptr<RSDisplayNode> displayNode = screenSession->
GetDisplayNode
();
in AddOrRemoveDisplayNodeToTree()
H
A
D
single_display_pocket_fold_policy.cpp
474
std::shared_ptr<RSDisplayNode> displayNode = screenSession->
GetDisplayNode
();
in AddOrRemoveDisplayNodeToTree()
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_session.h
136
std::shared_ptr<RSDisplayNode>
GetDisplayNode
() const;
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_base.cpp
316
std::shared_ptr<RSDisplayRenderNode> RSProfiler::
GetDisplayNode
(const RSContext& context)
in GetDisplayNode()
function in RSProfiler
329
std::shared_ptr<RSDisplayRenderNode> node =
GetDisplayNode
(context);
in GetScreenRect()
H
A
D
rs_profiler.h
250
RSB_EXPORT static std::shared_ptr<RSDisplayRenderNode>
GetDisplayNode
(const RSContext& context);
H
A
D
rs_profiler.cpp
160
std::shared_ptr<RSDisplayRenderNode> displayNode =
GetDisplayNode
(*g_context);
in SetDirtyRegion()
1145
auto displayNode =
GetDisplayNode
(*g_context);
in OnParallelRenderBegin()
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_session.cpp
392
std::shared_ptr<RSDisplayNode> ScreenSession::
GetDisplayNode
() const
in GetDisplayNode()
function in OHOS::Rosen::ScreenSession
1238
std::shared_ptr<RSDisplayNode> displayNode = defaultScreenSession->
GetDisplayNode
();
in GetRSDisplayNodeConfig()
1303
std::shared_ptr<RSDisplayNode> displayNode = smsScreen->
GetDisplayNode
();
in RemoveChild()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H
A
D
screen_session_manager.h
260
std::shared_ptr<RSDisplayNode>
GetDisplayNode
(ScreenId screenId) override;
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_session_manager_proxy_test.cpp
1763
* @tc.name:
GetDisplayNode
1764
* @tc.desc:
GetDisplayNode
1767
HWTEST_F(ScreenSessionManagerProxyTest,
GetDisplayNode
, Function | SmallTest | Level1)
in HWTEST_F()
1777
screenSessionManagerProxy->
GetDisplayNode
(screenId);
in HWTEST_F()
H
A
D
screen_session_test.cpp
1934
EXPECT_NE(nullptr, session->
GetDisplayNode
());
in HWTEST_F()
1936
EXPECT_EQ(nullptr, session->
GetDisplayNode
());
in HWTEST_F()
H
A
D
screen_session_manager_test.cpp
2712
* @tc.name:
GetDisplayNode
2713
* @tc.desc:
GetDisplayNode
2719
auto ret = ssm_->
GetDisplayNode
(screenId);
in HWTEST_F()
2724
* @tc.name:
GetDisplayNode
2734
auto ret = ssm_->
GetDisplayNode
(screenId);
in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H
A
D
screen_session_manager_stub.cpp
692
auto displayNode =
GetDisplayNode
(screenId);
in OnRemoteRequest()
H
A
D
screen_session_manager_proxy.cpp
2425
std::shared_ptr<RSDisplayNode> ScreenSessionManagerProxy::
GetDisplayNode
(ScreenId screenId)
in GetDisplayNode()
function in OHOS::Rosen::ScreenSessionManagerProxy
2429
WLOGFE("
GetDisplayNode
: remote is null");
in GetDisplayNode()
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
scene_session.cpp
2448
screenSession->
GetDisplayNode
()->AddCrossParentChild(movedSurfaceNode, -1);
in HandleMoveDragSurfaceNode()
2457
screenSession->
GetDisplayNode
()->RemoveCrossParentChild(
in HandleMoveDragSurfaceNode()
Completed in 49 milliseconds