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:LightClient
(Results
1 - 3
of
3
) sorted by relevance
/base/sensors/miscdevice/frameworks/native/light/src/
H
A
D
light_client.cpp
30
#define LOG_TAG "
LightClient
"
41
LightClient
::~
LightClient
()
in ~LightClient()
52
int32_t
LightClient
::InitLightClient()
in InitLightClient()
68
serviceDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<
LightClient
*>(this));
in InitLightClient()
89
bool
LightClient
::IsLightIdValid(int32_t lightId)
in IsLightIdValid()
105
int32_t
LightClient
::GetLightList(LightInfo **lightInfo, int32_t &count)
in GetLightList()
128
bool
LightClient
::IsLightAnimationValid(const LightAnimation &animation)
in IsLightAnimationValid()
143
int32_t
LightClient
::TurnOn(int32_t lightId, const LightColor &color, const LightAnimation &animation)
in TurnOn()
163
int32_t
LightClient
[all...]
/base/sensors/miscdevice/frameworks/native/light/include/
H
A
D
light_client.h
27
class
LightClient
: public Singleton<
LightClient
> {
class
29
~
LightClient
() override;
/base/sensors/miscdevice/frameworks/native/light/
H
A
D
light_agent.cpp
29
auto &client =
LightClient
::GetInstance();
in GetLightList()
44
auto &client =
LightClient
::GetInstance();
in TurnOn()
59
auto &client =
LightClient
::GetInstance();
in TurnOff()
Completed in 2 milliseconds