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:CURRENT_TYPE
(Results
1 - 16
of
16
) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/
H
A
D
app_demo_multi_sample.c
68
case
CURRENT_TYPE
:
in GetKeyStatus()
157
currentType = GetKeyStatus(
CURRENT_TYPE
);
in ControlModeSample()
159
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in ControlModeSample()
179
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in ControlModeSample()
195
currentType = GetKeyStatus(
CURRENT_TYPE
);
in DelayAndCheckKeyInterrupt()
198
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in DelayAndCheckKeyInterrupt()
312
currentType = GetKeyStatus(
CURRENT_TYPE
);
in ColorfulLightSample()
315
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in ColorfulLightSample()
329
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in ColorfulLightSample()
343
currentType = GetKeyStatus(
CURRENT_TYPE
);
in RedLightDarkToBright()
[all...]
H
A
D
app_demo_multi_sample.h
234
CURRENT_TYPE
,
enumerator
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H
A
D
app_demo_multi_sample.c
68
case
CURRENT_TYPE
:
in GetKeyStatus()
157
currentType = GetKeyStatus(
CURRENT_TYPE
);
in ControlModeSample()
159
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in ControlModeSample()
179
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in ControlModeSample()
195
currentType = GetKeyStatus(
CURRENT_TYPE
);
in DelayAndCheckKeyInterrupt()
198
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in DelayAndCheckKeyInterrupt()
312
currentType = GetKeyStatus(
CURRENT_TYPE
);
in ColorfulLightSample()
315
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in ColorfulLightSample()
329
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in ColorfulLightSample()
343
currentType = GetKeyStatus(
CURRENT_TYPE
);
in RedLightDarkToBright()
[all...]
H
A
D
app_demo_traffic_sample.c
51
currentType = GetKeyStatus(
CURRENT_TYPE
);
in TrafficControlModeSample()
52
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in TrafficControlModeSample()
76
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in TrafficControlModeSample()
H
A
D
app_demo_config.c
359
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledLedLightHumanReckonShow()
361
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in OledLedLightHumanReckonShow()
572
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledAutoRedLedLigthReckonByTimeShow()
594
GetKeyStatus(
CURRENT_TYPE
) == TRAFFIC_NORMAL_TYPE) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
596
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledHumanNormalRedLedLigthReckonByTimeShow()
606
if (currentType != GetKeyStatus(
CURRENT_TYPE
)) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
607
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledHumanNormalRedLedLigthReckonByTimeShow()
623
GetKeyStatus(
CURRENT_TYPE
) == TRAFFIC_HUMAN_TYPE) {
in OledHumanRedLedLigthReckonByTimeShow()
625
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledHumanRedLedLigthReckonByTimeShow()
635
if (currentType != GetKeyStatus(
CURRENT_TYPE
)) {
in OledHumanRedLedLigthReckonByTimeShow()
[all...]
H
A
D
app_demo_multi_sample.h
233
CURRENT_TYPE
,
enumerator
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/
H
A
D
app_demo_multi_sample.c
68
case
CURRENT_TYPE
:
in GetKeyStatus()
157
currentType = GetKeyStatus(
CURRENT_TYPE
);
in ControlModeSample()
159
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in ControlModeSample()
179
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in ControlModeSample()
195
currentType = GetKeyStatus(
CURRENT_TYPE
);
in DelayAndCheckKeyInterrupt()
198
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in DelayAndCheckKeyInterrupt()
312
currentType = GetKeyStatus(
CURRENT_TYPE
);
in ColorfulLightSample()
315
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in ColorfulLightSample()
329
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in ColorfulLightSample()
343
currentType = GetKeyStatus(
CURRENT_TYPE
);
in RedLightDarkToBright()
[all...]
H
A
D
app_demo_multi_sample.h
233
CURRENT_TYPE
,
enumerator
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H
A
D
app_demo_multi_sample.c
69
case
CURRENT_TYPE
:
in GetKeyStatus()
158
currentType = GetKeyStatus(
CURRENT_TYPE
);
in ControlModeSample()
160
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in ControlModeSample()
180
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in ControlModeSample()
196
currentType = GetKeyStatus(
CURRENT_TYPE
);
in DelayAndCheckKeyInterrupt()
199
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in DelayAndCheckKeyInterrupt()
313
currentType = GetKeyStatus(
CURRENT_TYPE
);
in ColorfulLightSample()
316
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in ColorfulLightSample()
330
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in ColorfulLightSample()
344
currentType = GetKeyStatus(
CURRENT_TYPE
);
in RedLightDarkToBright()
[all...]
H
A
D
app_demo_traffic_sample.c
51
currentType = GetKeyStatus(
CURRENT_TYPE
);
in TrafficControlModeSample()
52
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in TrafficControlModeSample()
76
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in TrafficControlModeSample()
H
A
D
app_demo_config.c
387
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledLedLightHumanReckonShow()
389
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in OledLedLightHumanReckonShow()
600
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledAutoRedLedLigthReckonByTimeShow()
622
GetKeyStatus(
CURRENT_TYPE
) == TRAFFIC_NORMAL_TYPE) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
624
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledHumanNormalRedLedLigthReckonByTimeShow()
634
if (currentType != GetKeyStatus(
CURRENT_TYPE
)) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
635
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledHumanNormalRedLedLigthReckonByTimeShow()
651
GetKeyStatus(
CURRENT_TYPE
) == TRAFFIC_HUMAN_TYPE) {
in OledHumanRedLedLigthReckonByTimeShow()
653
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledHumanRedLedLigthReckonByTimeShow()
663
if (currentType != GetKeyStatus(
CURRENT_TYPE
)) {
in OledHumanRedLedLigthReckonByTimeShow()
[all...]
H
A
D
app_demo_multi_sample.h
233
CURRENT_TYPE
,
enumerator
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
H
A
D
app_demo_multi_sample.c
68
case
CURRENT_TYPE
:
in GetKeyStatus()
157
currentType = GetKeyStatus(
CURRENT_TYPE
);
in ControlModeSample()
159
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in ControlModeSample()
179
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in ControlModeSample()
195
currentType = GetKeyStatus(
CURRENT_TYPE
);
in DelayAndCheckKeyInterrupt()
198
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in DelayAndCheckKeyInterrupt()
312
currentType = GetKeyStatus(
CURRENT_TYPE
);
in ColorfulLightSample()
315
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in ColorfulLightSample()
329
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in ColorfulLightSample()
343
currentType = GetKeyStatus(
CURRENT_TYPE
);
in RedLightDarkToBright()
[all...]
H
A
D
app_demo_traffic_sample.c
51
currentType = GetKeyStatus(
CURRENT_TYPE
);
in TrafficControlModeSample()
52
switch (GetKeyStatus(
CURRENT_TYPE
)) {
in TrafficControlModeSample()
76
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in TrafficControlModeSample()
H
A
D
app_demo_config.c
359
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledLedLightHumanReckonShow()
361
if ((currentMode != GetKeyStatus(CURRENT_MODE)) || (currentType != GetKeyStatus(
CURRENT_TYPE
))) {
in OledLedLightHumanReckonShow()
572
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledAutoRedLedLigthReckonByTimeShow()
594
GetKeyStatus(
CURRENT_TYPE
) == TRAFFIC_NORMAL_TYPE) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
596
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledHumanNormalRedLedLigthReckonByTimeShow()
606
if (currentType != GetKeyStatus(
CURRENT_TYPE
)) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
607
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledHumanNormalRedLedLigthReckonByTimeShow()
623
GetKeyStatus(
CURRENT_TYPE
) == TRAFFIC_HUMAN_TYPE) {
in OledHumanRedLedLigthReckonByTimeShow()
625
currentType = GetKeyStatus(
CURRENT_TYPE
);
in OledHumanRedLedLigthReckonByTimeShow()
635
if (currentType != GetKeyStatus(
CURRENT_TYPE
)) {
in OledHumanRedLedLigthReckonByTimeShow()
[all...]
H
A
D
app_demo_multi_sample.h
233
CURRENT_TYPE
,
enumerator
Completed in 13 milliseconds