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:DisplayImpl
(Results
1 - 4
of
4
) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H
A
D
cj_display_impl.cpp
37
static thread_local std::map<uint64_t, sptr<
DisplayImpl
>> g_cjDisplayMap;
92
sptr<
DisplayImpl
>
DisplayImpl
::FindDisplayObject(uint64_t displayId)
in FindDisplayObject()
103
DisplayImpl
::
DisplayImpl
(const sptr<Display>& display) : display_(display)
in DisplayImpl()
function in OHOS::Rosen::DisplayImpl
106
DisplayImpl
::~
DisplayImpl
()
in ~DisplayImpl()
109
sptr<
DisplayImpl
> cjDisplayPtr =
DisplayImpl
::FindDisplayObject(displayId);
in ~DisplayImpl()
118
sptr<
DisplayImpl
> DisplayImp
[all...]
H
A
D
display_ffi.cpp
80
auto instance = FFIData::GetData<
DisplayImpl
>(id);
in FfiOHOSDisplayGetId()
92
auto instance = FFIData::GetData<
DisplayImpl
>(id);
in FfiOHOSGetDisplayName()
104
auto instance = FFIData::GetData<
DisplayImpl
>(id);
in FfiOHOSDisplayGetAlive()
116
auto instance = FFIData::GetData<
DisplayImpl
>(id);
in FfiOHOSDisplayGetState()
128
auto instance = FFIData::GetData<
DisplayImpl
>(id);
in FfiOHOSDisplayGetRefreshRate()
140
auto instance = FFIData::GetData<
DisplayImpl
>(id);
in FfiOHOSDisplayGetRotation()
152
auto instance = FFIData::GetData<
DisplayImpl
>(id);
in FfiOHOSDisplayGetOrientation()
164
auto instance = FFIData::GetData<
DisplayImpl
>(id);
in FfiOHOSDisplayGetWidth()
176
auto instance = FFIData::GetData<
DisplayImpl
>(id);
in FfiOHOSDisplayGetHeight()
188
auto instance = FFIData::GetData<
DisplayImpl
>(i
in FfiOHOSDisplayGetDensityDPI()
[all...]
H
A
D
cj_display_impl.h
25
class
DisplayImpl
final : public OHOS::FFI::FFIData {
27
explicit
DisplayImpl
(const sptr<Display>& display);
28
~
DisplayImpl
() override;
29
static sptr<
DisplayImpl
> CreateDisplayImpl(sptr<Display>& display);
30
static sptr<
DisplayImpl
> FindDisplayObject(uint64_t displayId);
53
OHOS::FFI::RuntimeType::Create<OHOS::FFI::FFIData>("
DisplayImpl
");
in GetClassType()
H
A
D
cj_display_manager.cpp
28
auto result =
DisplayImpl
::CreateDisplayImpl(obj);
in SetDisplayObject()
30
TLOGE(WmsLogTag::DMS, "[GetDefaultDisplaySync] ERROR Failed to create
DisplayImpl
.");
in SetDisplayObject()
Completed in 2 milliseconds