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:RootScene
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/wm/src/
H
A
D
root_scene.cpp
38
constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, HILOG_DOMAIN_WINDOW, "
RootScene
" };
43
explicit BundleStatusCallback(
RootScene
* rootScene) : rootScene_(rootScene) {}
in BundleStatusCallback()
62
RootScene
* rootScene_;
66
sptr<
RootScene
>
RootScene
::staticRootScene_;
67
std::function<void(const std::shared_ptr<AppExecFwk::Configuration>&)>
RootScene
::configurationUpdatedCallback_;
69
RootScene
::
RootScene
()
in RootScene()
function in OHOS::Rosen::RootScene
80
RootScene
::~
RootScene
()
in ~RootScene()
[all...]
H
A
D
window.cpp
238
RootScene
::UpdateConfigurationForAll(configuration);
in UpdateConfigurationForAll()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
root_scene_test.cpp
73
RootScene
rootScene;
in HWTEST_F()
85
RootScene
rootScene;
in HWTEST_F()
104
RootScene
rootScene;
in HWTEST_F()
119
RootScene
rootScene;
in HWTEST_F()
122
auto prevStaticRootScene =
RootScene
::staticRootScene_;
in HWTEST_F()
125
sptr<
RootScene
> staticRootScene;
in HWTEST_F()
126
RootScene
::staticRootScene_ = staticRootScene;
in HWTEST_F()
129
RootScene
::staticRootScene_ = prevStaticRootScene;
in HWTEST_F()
140
RootScene
rootScene;
in HWTEST_F()
152
RootScene
rootScen
in HWTEST_F()
[all...]
/foundation/window/window_manager/wm/include/
H
A
D
root_scene.h
40
class
RootScene
: public Window {
class
42
RootScene
();
43
virtual ~
RootScene
();
106
static sptr<
RootScene
> staticRootScene_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H
A
D
screen_pattern.cpp
224
auto rootScene = static_cast<Rosen::
RootScene
*>(window->GetRSWindow().GetRefPtr());
in OnDirtyLayoutWrapperSwap()
/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()
1463
rootScene_ = sptr<
RootScene
>::MakeSptr();
in OnGetRootSceneSession()
1465
RootScene
::staticRootScene_ = rootScene_;
in OnGetRootSceneSession()
1488
RootScene
::SetOnConfigurationUpdatedCallback([](const std::shared_ptr<AppExecFwk::Configuration>& configuration) {
in OnGetRootSceneSession()
2369
if (
RootScene
in OnGetRootSceneUIContext()
[all...]
H
A
D
js_scene_session_manager.h
229
sptr<
RootScene
> rootScene_;
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 16 milliseconds