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 - 7
of
7
) sorted by relevance
/drivers/hdf_core/adapter/khdf/linux/model/misc/light/
H
A
D
Makefile
15
LIGHT_ROOT_DIR = ../../../../../../framework/model/misc/
light
/driver
20
ccflags-y +=-I$(srctree)/drivers/hdf/framework/model/misc/
light
/driver/include \
/drivers/hdf_core/adapter/khdf/liteos/model/misc/light/
H
A
D
Makefile
33
FRAMEWORKS_LIGHT_ROOT = $(LITEOSTOPDIR)/../../drivers/hdf_core/framework/model/misc/
light
/driver
/drivers/peripheral/light/test/benchmarktest/
H
A
D
hdf_light_benchmark_test.cpp
182
struct HdfLightColor
light
;
in BENCHMARK_F()
local
183
light
.colorValue.rgbColor.b = COLORVALUE_BLUE;
in BENCHMARK_F()
184
lightColor.push_back(
light
);
in BENCHMARK_F()
/drivers/peripheral/light/test/unittest/hdi/
H
A
D
hdf_light_hdi_test.cpp
73
* @tc.desc: Turn on the battery
light
is steady on red.
96
* @tc.desc: Turn on the battery
light
is steady on green.
119
* @tc.desc: Turn on the battery
light
is steady on blue.
142
* @tc.desc: Turn on the battery
light
blinking red.
168
* @tc.desc: Turn on the battery
light
blinking green.
194
* @tc.desc: Turn on the battery
light
blinking blue.
398
struct HdfLightColor
light
;
in HWTEST_F()
local
399
light
.colorValue.rgbColor.r = MAX_VALUE;
in HWTEST_F()
400
light
.colorValue.rgbColor.g = MIN_VALUE;
in HWTEST_F()
401
light
in HWTEST_F()
[all...]
/drivers/hdf_core/adapter/khdf/linux/
H
A
D
Makefile
53
obj-$(CONFIG_DRIVERS_HDF_LIGHT) += model/misc/
light
/
/drivers/hdf_core/framework/model/misc/light/driver/src/
H
A
D
light_driver.c
116
HDF_LOGE("%s: write blue
light
's gpio failed", __func__);
in UpdateLight()
124
HDF_LOGE("%s: write green
light
's gpio failed", __func__);
in UpdateLight()
132
HDF_LOGE("%s: write red
light
's gpio failed", __func__);
in UpdateLight()
180
HDF_LOGE("%s: delete
light
timer fail!", __func__);
in LightTimerEntry()
198
HDF_LOGE("%s:
light
id info is null", __func__);
in TurnOnLight()
203
HDF_LOGE("%s:
light
read data failed", __func__);
in TurnOnLight()
230
HDF_LOGE("%s: create
light
timer fail!", __func__);
in TurnOnLight()
235
HDF_LOGE("%s: start
light
timer fail!", __func__);
in TurnOnLight()
262
HDF_LOGE("%s:
light
id info is null", __func__);
in TurnOffLight()
276
HDF_LOGE("%s: delete
light
time
in TurnOffLight()
462
const struct DeviceResourceNode *
light
= NULL;
GetLightConfigData()
local
[all...]
/drivers/hdf_core/adapter/khdf/liteos/
H
A
D
hdf_lite.mk
114
LIB_SUBDIRS += $(LITEOS_DRIVERS_HDF)/model/misc/
light
Completed in 3 milliseconds