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:staticRootScene_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/wm/test/unittest/
H
A
D
root_scene_test.cpp
122
auto prevStaticRootScene = RootScene::
staticRootScene_
;
in HWTEST_F()
126
RootScene::
staticRootScene_
= staticRootScene;
in HWTEST_F()
member in OHOS::Rosen::__anon12537::RootScene
129
RootScene::
staticRootScene_
= prevStaticRootScene;
in HWTEST_F()
member in OHOS::Rosen::__anon12537::RootScene
/foundation/window/window_manager/wm/src/
H
A
D
root_scene.cpp
66
sptr<RootScene> RootScene::
staticRootScene_
;
143
if (
staticRootScene_
) {
in UpdateConfigurationForAll()
144
staticRootScene_
->UpdateConfiguration(configuration);
in UpdateConfigurationForAll()
/foundation/window/window_manager/wm/include/
H
A
D
root_scene.h
106
static sptr<RootScene>
staticRootScene_
;
member in OHOS::OHOS::OHOS::Rosen::RootScene
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H
A
D
js_scene_session_manager.cpp
333
auto task = [rootScene = RootScene::
staticRootScene_
]() {
in OnRootSceneBackEvent()
527
const auto& uiContent = RootScene::
staticRootScene_
->GetUIContent();
in ProcessShiftFocus()
536
const auto& uiContent = RootScene::
staticRootScene_
->GetUIContent();
in ProcessShiftFocus()
1434
} else if (const auto uiContent = RootScene::
staticRootScene_
->GetUIContent()) {
in RegisterDumpRootSceneElementInfoListener()
1447
RootScene::
staticRootScene_
->SetDisplayDensity(density);
in RegisterVirtualPixelRatioChangeListener()
1448
RootScene::
staticRootScene_
->UpdateViewportConfig(rect, WindowSizeChangeReason::UNDEFINED);
in RegisterVirtualPixelRatioChangeListener()
1465
RootScene::
staticRootScene_
= rootScene_;
in OnGetRootSceneSession()
member in OHOS::Rosen::RootScene
2369
if (RootScene::
staticRootScene_
== nullptr) {
in OnGetRootSceneUIContext()
2375
const auto& uiContent = RootScene::
staticRootScene_
->GetUIContent();
in OnGetRootSceneUIContext()
H
A
D
js_scene_utils.cpp
578
auto vpr = RootScene::
staticRootScene_
->GetDisplayDensity();
in ConvertPointerItemFromJs()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.cpp
2381
Rosen::RootScene::
staticRootScene_
->GetSessionRectByType(Rosen::AvoidAreaType::TYPE_SYSTEM, avoidArea);
in GetSessionAvoidAreaByType()
2387
Rosen::RootScene::
staticRootScene_
->GetSessionRectByType(Rosen::AvoidAreaType::TYPE_KEYBOARD, avoidArea);
in GetSessionAvoidAreaByType()
Completed in 15 milliseconds