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:DisplayLite
(Results
1 - 5
of
5
) sorted by relevance
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H
A
D
display_lite.h
27
class
DisplayLite
: public RefBase {
class
30
~
DisplayLite
();
31
DisplayLite
(const
DisplayLite
&) = delete;
32
DisplayLite
(
DisplayLite
&&) = delete;
33
DisplayLite
& operator=(const
DisplayLite
&) = delete;
34
DisplayLite
& operator=(
DisplayLite
[all...]
H
A
D
display_manager_lite.h
123
sptr<
DisplayLite
> GetDefaultDisplay();
159
sptr<
DisplayLite
> GetDisplayById(DisplayId displayId);
/foundation/window/window_manager/dm_lite/test/unittest/
H
A
D
display_lite_test.cpp
61
sptr<
DisplayLite
> display = new
DisplayLite
("", displayInfo);
in HWTEST_F()
74
GTEST_LOG_(INFO) << "
DisplayLite
::UpdateDisplayInfo start";
in HWTEST_F()
76
sptr<
DisplayLite
> display = new
DisplayLite
("", displayInfo);
in HWTEST_F()
79
GTEST_LOG_(INFO) << "
DisplayLite
::UpdateDisplayInfo end";
in HWTEST_F()
90
GTEST_LOG_(INFO) << "
DisplayLite
::UpdateDisplayInfo start";
in HWTEST_F()
92
sptr<
DisplayLite
> display = new
DisplayLite
("", displayInfo);
in HWTEST_F()
95
GTEST_LOG_(INFO) << "
DisplayLite
in HWTEST_F()
[all...]
/foundation/window/window_manager/dm_lite/src/
H
A
D
display_lite.cpp
30
constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_DISPLAY, "
DisplayLite
"};
32
class
DisplayLite
::Impl : public RefBase {
44
DisplayLite
::
DisplayLite
(const std::string& name, sptr<DisplayInfo> info)
in DisplayLite()
function in OHOS::Rosen::DisplayLite
49
DisplayLite
::~
DisplayLite
()
in ~DisplayLite()
53
DisplayId
DisplayLite
::GetId() const
in GetId()
62
sptr<DisplayInfo>
DisplayLite
::GetDisplayInfo() const
in GetDisplayInfo()
72
int32_t
DisplayLite
::GetWidth() const
in GetWidth()
82
int32_t
DisplayLite
[all...]
H
A
D
display_manager_lite.cpp
38
sptr<
DisplayLite
> GetDefaultDisplay();
51
sptr<
DisplayLite
> GetDisplayById(DisplayId displayId);
70
std::map<DisplayId, sptr<
DisplayLite
>> displayMap_;
329
sptr<
DisplayLite
> display = new
DisplayLite
("", displayInfo);
in UpdateDisplayInfoLocked()
482
sptr<
DisplayLite
> DisplayManagerLite::GetDefaultDisplay()
in GetDefaultDisplay()
487
sptr<
DisplayLite
> DisplayManagerLite::Impl::GetDefaultDisplay()
in GetDefaultDisplay()
544
sptr<
DisplayLite
> DisplayManagerLite::Impl::GetDisplayById(DisplayId displayId)
in GetDisplayById()
556
sptr<
DisplayLite
> DisplayManagerLite::GetDisplayById(DisplayId displayId)
in GetDisplayById()
Completed in 3 milliseconds