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
defs:cutoutInfo
(Results
1 - 13
of
13
) sorted by relevance
/foundation/window/window_manager/utils/src/
H
A
D
cutout_info.cpp
52
CutoutInfo *
cutoutInfo
= new CutoutInfo(boundingRects, waterfallDisplayAreaRects);
in Unmarshalling()
local
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H
A
D
screen_session_manager_lite_stub.cpp
158
sptr<CutoutInfo>
cutoutInfo
= GetCutoutInfo(displayId);
in HandleGetCutoutInfo()
local
H
A
D
screen_session_manager_stub.cpp
564
sptr<CutoutInfo>
cutoutInfo
= GetCutoutInfo(displayId);
in OnRemoteRequest()
local
/foundation/window/window_manager/dm/test/unittest/
H
A
D
display_test.cpp
72
auto
cutoutInfo
= defaultDisplay_->GetCutoutInfo();
in HWTEST_F()
local
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
display_cutout_controller_test.cpp
94
sptr<CutoutInfo>
cutoutInfo
= controller->GetCutoutInfo(displayId);
in HWTEST_F()
local
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H
A
D
cj_display_impl.cpp
73
CCutoutInfo* CreateCCutoutInfoObject(sptr<CutoutInfo> &
cutoutInfo
)
in CreateCCutoutInfoObject()
argument
289
sptr<CutoutInfo>
cutoutInfo
= display_->GetCutoutInfo();
in GetCutoutInfo()
local
/foundation/window/window_manager/dmserver/src/
H
A
D
display_manager_stub.cpp
385
sptr<CutoutInfo>
cutoutInfo
= GetCutoutInfo(displayId);
in OnRemoteRequest()
local
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_cutout_controller.cpp
44
sptr<CutoutInfo>
cutoutInfo
= new CutoutInfo(boundaryRects, waterfallDisplayAreaRects_);
in GetScreenCutoutInfo()
local
H
A
D
screen_session_dumper.cpp
408
sptr<CutoutInfo>
cutoutInfo
= ScreenSessionManager::GetInstance().GetCutoutInfo(id);
in DumpCutoutInfoById()
local
/foundation/window/window_manager/wmserver/src/
H
A
D
avoid_area_controller.cpp
300
sptr<CutoutInfo>
cutoutInfo
= DisplayManagerServiceInner::GetInstance().GetCutoutInfo(node->GetDisplayId());
in GetAvoidAreaByType()
local
/foundation/window/window_manager/dm/src/
H
A
D
oh_display_manager.cpp
325
static NativeDisplayManager_CutoutInfo* OH_CreateCutoutInfoObject(const sptr<CutoutInfo> &
cutoutInfo
)
in OH_CreateCutoutInfoObject()
argument
356
OH_NativeDisplayManager_CreateDefaultDisplayCutoutInfo( NativeDisplayManager_CutoutInfo **
cutoutInfo
)
OH_NativeDisplayManager_CreateDefaultDisplayCutoutInfo()
argument
383
OH_NativeDisplayManager_DestroyDefaultDisplayCutoutInfo( NativeDisplayManager_CutoutInfo *
cutoutInfo
)
OH_NativeDisplayManager_DestroyDefaultDisplayCutoutInfo()
argument
[all...]
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H
A
D
js_display.cpp
693
napi_value CreateJsCutoutInfoObject(napi_env env, sptr<CutoutInfo>
cutoutInfo
)
in CreateJsCutoutInfoObject()
argument
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
scene_session.cpp
1528
sptr<CutoutInfo>
cutoutInfo
= display->GetCutoutInfo();
in GetCutoutAvoidArea()
local
Completed in 18 milliseconds