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:IsFoldable
(Results
1 - 25
of
64
) sorted by relevance
1
2
3
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
display_info_utils.cpp
34
auto isFoldable = Rosen::DisplayManager::GetInstance().
IsFoldable
();
in GetDisplayInfo()
60
auto isFoldable = Rosen::DisplayManager::GetInstance().
IsFoldable
();
in InitIsFoldable()
64
bool DisplayInfoUtils::
IsFoldable
()
in IsFoldable()
function in OHOS::Ace::DisplayInfoUtils
69
auto isFoldable = Rosen::DisplayManager::GetInstance().
IsFoldable
();
in IsFoldable()
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
display_info_utils.cpp
34
bool DisplayInfoUtils::
IsFoldable
()
in IsFoldable()
function in OHOS::Ace::DisplayInfoUtils
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
display_info_utils.h
29
bool
IsFoldable
();
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H
A
D
cj_display_manager.h
30
static bool
IsFoldable
();
H
A
D
cj_display_manager.cpp
174
bool CJDisplayManager::
IsFoldable
()
in IsFoldable()
function in OHOS::Rosen::CJDisplayManager
176
return SingletonContainer::Get<DisplayManager>().
IsFoldable
();
in IsFoldable()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_display_manager.cpp
119
bool AccessibilityDisplayManager::
IsFoldable
()
in IsFoldable()
function in OHOS::Accessibility::AccessibilityDisplayManager
122
return Rosen::DisplayManager::GetInstance().
IsFoldable
();
in IsFoldable()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H
A
D
mock_accessibility_display_manager.cpp
122
bool AccessibilityDisplayManager::
IsFoldable
()
in IsFoldable()
function in OHOS::Accessibility::AccessibilityDisplayManager
125
return Rosen::DisplayManager::GetInstance().
IsFoldable
();
in IsFoldable()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H
A
D
mock_mt_accessibility_display_manager.cpp
122
bool MockAccessibilityDisplayManager::
IsFoldable
()
in IsFoldable()
function in OHOS::Accessibility::MockAccessibilityDisplayManager
125
return Rosen::DisplayManager::GetInstance().
IsFoldable
();
in IsFoldable()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager_lite.cpp
116
bool ScreenSessionManagerLite::
IsFoldable
()
in IsFoldable()
function in OHOS::Rosen::ScreenSessionManagerLite
120
return screenSessionManager_->
IsFoldable
();
in IsFoldable()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_session_manager_lite_proxy_test.cpp
108
* @tc.name:
IsFoldable
109
* @tc.desc:
IsFoldable
112
HWTEST_F(ScreenSessionManagerLiteProxyTest,
IsFoldable
, Function | SmallTest | Level1)
in HWTEST_F()
114
bool res = screenSessionManagerLiteProxy_->
IsFoldable
();
in HWTEST_F()
H
A
D
screen_session_manager_lite_test.cpp
111
* @tc.name:
IsFoldable
112
* @tc.desc:
IsFoldable
115
HWTEST_F(ScreenSessionManagerLiteTest,
IsFoldable
, Function | SmallTest | Level3)
in HWTEST_F()
118
bool ret = screenSessionManagerLite.
IsFoldable
();
in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H
A
D
window_display.h
41
bool
IsFoldable
() const;
/foundation/window/window_manager/previewer/src/
H
A
D
window_display.cpp
50
bool PreviewerDisplay::
IsFoldable
() const
in IsFoldable()
function in OHOS::Previewer::PreviewerDisplay
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H
A
D
screen_session_manager_lite_proxy.h
40
bool
IsFoldable
() override;
H
A
D
screen_session_manager_lite_interface.h
75
virtual bool
IsFoldable
() { return false; };
in IsFoldable()
function in OHOS::Rosen::IScreenSessionManagerLite
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_display_manager.h
40
bool
IsFoldable
();
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/
H
A
D
fold_screen_controller.h
43
bool
IsFoldable
();
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H
A
D
screen_session_manager_lite.h
45
bool
IsFoldable
() override;
/foundation/window/window_manager/dm_lite/src/
H
A
D
display_manager_lite.cpp
42
bool
IsFoldable
();
502
bool DisplayManagerLite::
IsFoldable
()
in IsFoldable()
function in OHOS::Rosen::DisplayManagerLite
504
return pImpl_->
IsFoldable
();
in IsFoldable()
507
bool DisplayManagerLite::Impl::
IsFoldable
()
in IsFoldable()
function in OHOS::Rosen::DisplayManagerLite::Impl
509
return SingletonContainer::Get<DisplayManagerAdapterLite>().
IsFoldable
();
in IsFoldable()
H
A
D
display_manager_adapter_lite.cpp
103
bool DisplayManagerAdapterLite::
IsFoldable
()
in IsFoldable()
function in OHOS::Rosen::DisplayManagerAdapterLite
107
return displayManagerServiceProxy_->
IsFoldable
();
in IsFoldable()
/foundation/window/window_manager/dm_lite/include/
H
A
D
display_manager_lite_proxy.h
53
virtual bool
IsFoldable
();
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H
A
D
display_manager_lite.h
130
bool
IsFoldable
();
/foundation/window/window_manager/dm/src/
H
A
D
oh_display_manager.cpp
402
bool isFoldable = DisplayManager::GetInstance().
IsFoldable
();
in OH_NativeDisplayManager_IsFoldable()
415
if (!DisplayManager::GetInstance().
IsFoldable
()) {
in OH_NativeDisplayManager_GetFoldDisplayMode()
466
if (!DisplayManager::GetInstance().
IsFoldable
()) {
in OH_NativeDisplayManager_RegisterFoldDisplayModeChangeListener()
497
if (!DisplayManager::GetInstance().
IsFoldable
()) {
in OH_NativeDisplayManager_UnregisterFoldDisplayModeChangeListener()
/foundation/window/window_manager/dm_lite/test/unittest/
H
A
D
display_manager_lite_test.cpp
490
* @tc.name:
IsFoldable
491
* @tc.desc:
IsFoldable
494
HWTEST_F(DisplayManagerTest,
IsFoldable
, Function | SmallTest | Level1)
in HWTEST_F()
497
auto ret = DisplayManagerLite::GetInstance().pImpl_->
IsFoldable
();
in HWTEST_F()
511
auto ret = DisplayManagerLite::GetInstance().pImpl_->
IsFoldable
();
in HWTEST_F()
525
auto ret = DisplayManagerLite::GetInstance().pImpl_->
IsFoldable
();
in HWTEST_F()
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_container.cpp
146
bool Container::
IsFoldable
()
in IsFoldable()
function in OHOS::Ace::Container
Completed in 10 milliseconds
1
2
3