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:light
(Results
1 - 4
of
4
) sorted by relevance
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H
A
D
hdi_light_connection.cpp
63
MISC_HILOGE("Get
light
info failed");
in GetLightList()
67
LightInfoIPC
light
;
in GetLightList()
local
68
light
.SetLightName(lightInfos[i].lightName);
in GetLightList()
69
light
.SetLightId(lightInfos[i].lightId);
in GetLightList()
70
light
.SetLightNumber(lightInfos[i].lightNumber);
in GetLightList()
71
light
.SetLightType(lightInfos[i].lightType);
in GetLightList()
72
lightList.push_back(
light
);
in GetLightList()
H
A
D
compatible_light_connection.cpp
43
LightInfoIPC
light
;
in GetLightList()
local
44
light
.SetLightName(lightInfo[i].lightName);
in GetLightList()
45
light
.SetLightId(lightInfo[i].lightId);
in GetLightList()
46
light
.SetLightNumber(lightInfo[i].lightNumber);
in GetLightList()
47
light
.SetLightType(lightInfo[i].lightType);
in GetLightList()
48
lightList.push_back(
light
);
in GetLightList()
/base/powermgr/battery_manager/test/unittest/src/scenario_test/
H
A
D
battery_light_test.cpp
39
.description = "test battery
light
",
96
* @tc.desc: Turn off
light
111
* @tc.desc: Turn on
light
127
* @tc.desc: Update
light
color according to the capacity value 1
144
* @tc.desc: Turn on
light
set
light
color
169
// First turn on the
light
in HWTEST_F()
182
* @tc.desc: ChargingStatus is Charging, capacity is 9, the red
light
on
199
* @tc.desc: ChargingStatus is Charging, capacity is 89, the yellow
light
on
216
* @tc.desc: ChargingStatus is Charging, capacity is 100, the green
light
o
262
BatteryLight
light
;
HWTEST_F()
local
[all...]
/base/powermgr/display_manager/brightness_manager/src/
H
A
D
brightness_service.cpp
254
// amlient
light
in NotifyLightChangeToAps()
265
int32_t
light
= mLightBrightnessThreshold[1];
in NotifyLightChangeToAps()
local
267
if (!mIsLightValidate && value >=
light
) {
in NotifyLightChangeToAps()
270
} else if (mIsLightValidate && value < (
light
- range)) {
in NotifyLightChangeToAps()
Completed in 4 milliseconds