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:GetScreenById
(Results
1 - 15
of
15
) sorted by relevance
/foundation/window/window_manager/test/systemtest/wms/
H
A
D
window_rotation_test.cpp
158
auto screen = ScreenManager::GetInstance().
GetScreenById
(screenId);
in HWTEST_F()
192
auto screen = ScreenManager::GetInstance().
GetScreenById
(screenId);
in HWTEST_F()
252
auto defaultScreen = ScreenManager::GetInstance().
GetScreenById
(defaultScreenId);
in HWTEST_F()
272
auto screen = ScreenManager::GetInstance().
GetScreenById
(screenId);
in HWTEST_F()
295
auto defaultScreen = ScreenManager::GetInstance().
GetScreenById
(defaultScreenId);
in HWTEST_F()
316
auto screen = ScreenManager::GetInstance().
GetScreenById
(screenId);
in HWTEST_F()
/foundation/multimedia/av_session/services/session/adapter/
H
A
D
hw_cast_display_listener.cpp
24
auto displayInfo = Rosen::ScreenManager::GetInstance().
GetScreenById
(screenId);
in OnConnect()
/foundation/window/window_manager/test/demo/
H
A
D
demo_snapshot_virtual_screen.cpp
43
auto defaultScreen = ScreenManager::GetInstance().
GetScreenById
(mainId);
in InitOption()
/foundation/window/window_manager/interfaces/innerkits/dm/
H
A
D
screen_manager.h
78
sptr<Screen>
GetScreenById
(ScreenId screenId);
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/
H
A
D
screen_manager_adapter.cpp
162
sptr<Rosen::Screen> screen = Rosen::ScreenManager::GetInstance().
GetScreenById
(screenId);
in GetMapRelation()
/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/
H
A
D
screen_fuzzer.cpp
162
screen = ScreenManager::GetInstance().
GetScreenById
(screenId);
in DoMyFuzzTest()
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H
A
D
dscreen_handler.cpp
80
sptr<Rosen::Screen> screen = Rosen::ScreenManager::GetInstance().
GetScreenById
(screenId);
in OnConnect()
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
screen_manager_test.cpp
197
auto screen = ScreenManager::GetInstance().
GetScreenById
(virtualScreenId);
in CheckStateDisplay()
253
auto virtualScreen = ScreenManager::GetInstance().
GetScreenById
(virtualScreenId); \
506
sptr<Screen> screen = ScreenManager::GetInstance().
GetScreenById
(defaultScreenId_);
in HWTEST_F()
691
auto screen = ScreenManager::GetInstance().
GetScreenById
(virtualScreenId);
in HWTEST_F()
1088
auto screen = ScreenManager::GetInstance().
GetScreenById
(virtualScreenId);
in HWTEST_F()
1127
auto screen = ScreenManager::GetInstance().
GetScreenById
(virtualScreenId);
in HWTEST_F()
H
A
D
display_change_test.cpp
92
defaultScreen_ = ScreenManager::GetInstance().
GetScreenById
(screenId);
in SetUpTestCase()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H
A
D
screen_pattern.cpp
239
sptr<Rosen::Screen> screen = Rosen::ScreenManager::GetInstance().
GetScreenById
(screenSession_->GetScreenId());
in GetDensityInCurrentResolution()
/foundation/window/window_manager/dm/test/unittest/
H
A
D
screen_test.cpp
50
screen_ = ScreenManager::GetInstance().
GetScreenById
(defaultScreenId_);
in SetUpTestCase()
/foundation/window/window_manager/test/fuzztest/dms/screenmanager_fuzzer/
H
A
D
screenmanager_fuzzer.cpp
202
screenManager.
GetScreenById
(screenId);
in CreateAndDestroyVirtualScreenFuzzTest()
/foundation/window/window_manager/dm/src/
H
A
D
screen_manager.cpp
234
sptr<Screen> ScreenManager::
GetScreenById
(ScreenId screenId)
in GetScreenById()
function in OHOS::Rosen::ScreenManager
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H
A
D
js_screen_manager.cpp
778
auto screen = SingletonContainer::Get<ScreenManager>().
GetScreenById
(screenId);
in OnCreateVirtualScreen()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H
A
D
screen_capture_server.cpp
1874
auto screen = ScreenManager::GetInstance().
GetScreenById
(screenId_);
in PrepareVirtualScreenMirror()
1876
MEDIA_LOGE("
GetScreenById
failed");
in PrepareVirtualScreenMirror()
1879
"
GetScreenById
failed");
in PrepareVirtualScreenMirror()
Completed in 17 milliseconds