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:BrightnessAction
(Results
1 - 4
of
4
) sorted by relevance
/base/powermgr/display_manager/brightness_manager/include/
H
A
D
brightness_action.h
30
class
BrightnessAction
{
class
32
explicit
BrightnessAction
(uint32_t displayId);
33
~
BrightnessAction
() = default;
34
BrightnessAction
(const
BrightnessAction
&) = delete;
35
BrightnessAction
& operator=(const
BrightnessAction
&) = delete;
36
BrightnessAction
(
BrightnessAction
&&) = delete;
37
BrightnessAction
[all...]
H
A
D
brightness_service.h
54
DimmingCallbackImpl(const std::shared_ptr<
BrightnessAction
>& action,
68
const std::shared_ptr<
BrightnessAction
> mAction{};
224
std::shared_ptr<
BrightnessAction
> mAction{nullptr};
/base/powermgr/display_manager/brightness_manager/src/
H
A
D
brightness_action.cpp
29
BrightnessAction
::
BrightnessAction
(uint32_t displayId) : mDisplayId(displayId)
in BrightnessAction()
function in OHOS::DisplayPowerMgr::BrightnessAction
32
uint32_t
BrightnessAction
::GetDisplayId()
in GetDisplayId()
37
void
BrightnessAction
::SetDisplayId(uint32_t displayId)
in SetDisplayId()
42
DisplayState
BrightnessAction
::GetDisplayState()
in GetDisplayState()
67
uint32_t
BrightnessAction
::GetBrightness()
in GetBrightness()
77
bool
BrightnessAction
::SetBrightness(uint32_t value)
in SetBrightness()
82
bool
BrightnessAction
::SetBrightness(uint32_t displayId, uint32_t value)
in SetBrightness()
H
A
D
brightness_service.cpp
82
mAction = std::make_shared<
BrightnessAction
>(mDisplayId);
in BrightnessService()
314
const std::shared_ptr<
BrightnessAction
>& action, std::function<void(uint32_t)> callback)
in DimmingCallbackImpl()
Completed in 4 milliseconds