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:brightness_
(Results
1 - 4
of
4
) sorted by relevance
/base/powermgr/display_manager/state_manager/service/native/src/
H
A
D
screen_action.cpp
203
brightness_
= Rosen::DisplayManagerLite::GetInstance().GetScreenBrightness(displayId_);
in GetBrightness()
205
DISPLAY_HILOGD(FEAT_BRIGHTNESS, "displayId=%{public}u, brightness=%{public}u", displayId_,
brightness_
);
in GetBrightness()
206
return
brightness_
;
in GetBrightness()
216
brightness_
= isSucc ? value :
brightness_
;
in SetBrightness()
/base/powermgr/display_manager/state_manager/service/native/include/
H
A
D
screen_action.h
51
uint32_t
brightness_
{102};
/base/useriam/fingerprint_auth/services_ex/inc/
H
A
D
sensor_illumination_task.h
71
uint32_t
brightness_
= INVALID_BRIGHTNESS;
member in OHOS::UserIam::SensorIlluminationTask
/base/useriam/fingerprint_auth/services_ex/src/
H
A
D
sensor_illumination_task.cpp
244
if (brightness ==
brightness_
) {
in DrawSurfaceNode()
248
brightness_
= brightness;
in DrawSurfaceNode()
251
ResultCode result = GetBackgroundAlpha(
brightness_
, alpha);
in DrawSurfaceNode()
Completed in 3 milliseconds