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_MODE
(Results
1 - 19
of
19
) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/
H
A
D
app_demo_environment.c
37
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ShowTemperatureValue()
45
if (currentMode != GetKeyStatus(
CURRENT_MODE
)) {
in ShowTemperatureValue()
46
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ShowTemperatureValue()
61
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ShowHumidityValue()
68
if (currentMode != GetKeyStatus(
CURRENT_MODE
)) {
in ShowHumidityValue()
82
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ShowCombustibleGasValue()
95
if (currentMode != GetKeyStatus(
CURRENT_MODE
)) {
in ShowCombustibleGasValue()
96
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ShowCombustibleGasValue()
H
A
D
app_demo_multi_sample.c
65
case
CURRENT_MODE
:
in GetKeyStatus()
156
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ControlModeSample()
179
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in ControlModeSample()
194
currentMode = GetKeyStatus(
CURRENT_MODE
);
in DelayAndCheckKeyInterrupt()
198
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in DelayAndCheckKeyInterrupt()
311
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ColorfulLightSample()
329
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in ColorfulLightSample()
342
currentMode = GetKeyStatus(
CURRENT_MODE
);
in RedLightDarkToBright()
348
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in RedLightDarkToBright()
362
currentMode = GetKeyStatus(
CURRENT_MODE
);
in GreenLightDarkToBright()
[all...]
H
A
D
app_demo_config.c
36
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ReturnAllModeEnumSample()
38
if (currentMode != GetKeyStatus(
CURRENT_MODE
)) {
in ReturnAllModeEnumSample()
39
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ReturnAllModeEnumSample()
54
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ShowAllEnvironmentValue()
77
if (currentMode != GetKeyStatus(
CURRENT_MODE
)) {
in ShowAllEnvironmentValue()
78
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ShowAllEnvironmentValue()
212
switch (GetKeyStatus(
CURRENT_MODE
)) {
in EnvironmentDisplay()
H
A
D
app_demo_multi_sample.h
233
CURRENT_MODE
,
enumerator
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H
A
D
app_demo_multi_sample.c
65
case
CURRENT_MODE
:
in GetKeyStatus()
156
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ControlModeSample()
179
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in ControlModeSample()
194
currentMode = GetKeyStatus(
CURRENT_MODE
);
in DelayAndCheckKeyInterrupt()
198
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in DelayAndCheckKeyInterrupt()
311
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ColorfulLightSample()
329
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in ColorfulLightSample()
342
currentMode = GetKeyStatus(
CURRENT_MODE
);
in RedLightDarkToBright()
348
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in RedLightDarkToBright()
362
currentMode = GetKeyStatus(
CURRENT_MODE
);
in GreenLightDarkToBright()
[all...]
H
A
D
app_demo_config.c
358
currentMode = GetKeyStatus(
CURRENT_MODE
);
in OledLedLightHumanReckonShow()
361
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in OledLedLightHumanReckonShow()
570
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_AUTO_MODE) {
in OledAutoRedLedLigthReckonByTimeShow()
571
currentMode = GetKeyStatus(
CURRENT_MODE
);
in OledAutoRedLedLigthReckonByTimeShow()
576
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_HUMAN_MODE) {
in OledAutoRedLedLigthReckonByTimeShow()
577
if (currentMode != GetKeyStatus(
CURRENT_MODE
)) {
in OledAutoRedLedLigthReckonByTimeShow()
593
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_HUMAN_MODE &&
in OledHumanNormalRedLedLigthReckonByTimeShow()
595
currentMode = GetKeyStatus(
CURRENT_MODE
);
in OledHumanNormalRedLedLigthReckonByTimeShow()
600
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_RETURN_MODE) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
601
if (currentMode != GetKeyStatus(
CURRENT_MODE
)) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
[all...]
H
A
D
app_demo_traffic_sample.c
50
currentMode = GetKeyStatus(
CURRENT_MODE
);
in TrafficControlModeSample()
76
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in TrafficControlModeSample()
H
A
D
app_demo_multi_sample.h
232
CURRENT_MODE
,
enumerator
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/
H
A
D
app_demo_multi_sample.c
65
case
CURRENT_MODE
:
in GetKeyStatus()
156
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ControlModeSample()
179
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in ControlModeSample()
194
currentMode = GetKeyStatus(
CURRENT_MODE
);
in DelayAndCheckKeyInterrupt()
198
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in DelayAndCheckKeyInterrupt()
311
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ColorfulLightSample()
329
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in ColorfulLightSample()
342
currentMode = GetKeyStatus(
CURRENT_MODE
);
in RedLightDarkToBright()
348
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in RedLightDarkToBright()
362
currentMode = GetKeyStatus(
CURRENT_MODE
);
in GreenLightDarkToBright()
[all...]
H
A
D
app_demo_multi_sample.h
232
CURRENT_MODE
,
enumerator
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H
A
D
app_demo_multi_sample.c
66
case
CURRENT_MODE
:
in GetKeyStatus()
157
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ControlModeSample()
180
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in ControlModeSample()
195
currentMode = GetKeyStatus(
CURRENT_MODE
);
in DelayAndCheckKeyInterrupt()
199
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in DelayAndCheckKeyInterrupt()
312
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ColorfulLightSample()
330
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in ColorfulLightSample()
343
currentMode = GetKeyStatus(
CURRENT_MODE
);
in RedLightDarkToBright()
349
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in RedLightDarkToBright()
363
currentMode = GetKeyStatus(
CURRENT_MODE
);
in GreenLightDarkToBright()
[all...]
H
A
D
app_demo_config.c
386
currentMode = GetKeyStatus(
CURRENT_MODE
);
in OledLedLightHumanReckonShow()
389
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in OledLedLightHumanReckonShow()
598
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_AUTO_MODE) {
in OledAutoRedLedLigthReckonByTimeShow()
599
currentMode = GetKeyStatus(
CURRENT_MODE
);
in OledAutoRedLedLigthReckonByTimeShow()
604
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_HUMAN_MODE) {
in OledAutoRedLedLigthReckonByTimeShow()
605
if (currentMode != GetKeyStatus(
CURRENT_MODE
)) {
in OledAutoRedLedLigthReckonByTimeShow()
621
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_HUMAN_MODE &&
in OledHumanNormalRedLedLigthReckonByTimeShow()
623
currentMode = GetKeyStatus(
CURRENT_MODE
);
in OledHumanNormalRedLedLigthReckonByTimeShow()
628
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_RETURN_MODE) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
629
if (currentMode != GetKeyStatus(
CURRENT_MODE
)) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
[all...]
H
A
D
app_demo_traffic_sample.c
50
currentMode = GetKeyStatus(
CURRENT_MODE
);
in TrafficControlModeSample()
76
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in TrafficControlModeSample()
H
A
D
app_demo_multi_sample.h
232
CURRENT_MODE
,
enumerator
H
A
D
app_demo_iot.c
62
switch (GetKeyStatus(
CURRENT_MODE
)) {
in TrafficLightAppOption()
365
switch (GetKeyStatus(
CURRENT_MODE
)) {
in ReportTrafficLightMsg()
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
H
A
D
app_demo_multi_sample.c
65
case
CURRENT_MODE
:
in GetKeyStatus()
156
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ControlModeSample()
179
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in ControlModeSample()
194
currentMode = GetKeyStatus(
CURRENT_MODE
);
in DelayAndCheckKeyInterrupt()
198
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in DelayAndCheckKeyInterrupt()
311
currentMode = GetKeyStatus(
CURRENT_MODE
);
in ColorfulLightSample()
329
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in ColorfulLightSample()
342
currentMode = GetKeyStatus(
CURRENT_MODE
);
in RedLightDarkToBright()
348
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in RedLightDarkToBright()
362
currentMode = GetKeyStatus(
CURRENT_MODE
);
in GreenLightDarkToBright()
[all...]
H
A
D
app_demo_config.c
358
currentMode = GetKeyStatus(
CURRENT_MODE
);
in OledLedLightHumanReckonShow()
361
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in OledLedLightHumanReckonShow()
570
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_AUTO_MODE) {
in OledAutoRedLedLigthReckonByTimeShow()
571
currentMode = GetKeyStatus(
CURRENT_MODE
);
in OledAutoRedLedLigthReckonByTimeShow()
576
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_HUMAN_MODE) {
in OledAutoRedLedLigthReckonByTimeShow()
577
if (currentMode != GetKeyStatus(
CURRENT_MODE
)) {
in OledAutoRedLedLigthReckonByTimeShow()
593
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_HUMAN_MODE &&
in OledHumanNormalRedLedLigthReckonByTimeShow()
595
currentMode = GetKeyStatus(
CURRENT_MODE
);
in OledHumanNormalRedLedLigthReckonByTimeShow()
600
if (GetKeyStatus(
CURRENT_MODE
) == TRAFFIC_RETURN_MODE) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
601
if (currentMode != GetKeyStatus(
CURRENT_MODE
)) {
in OledHumanNormalRedLedLigthReckonByTimeShow()
[all...]
H
A
D
app_demo_traffic_sample.c
50
currentMode = GetKeyStatus(
CURRENT_MODE
);
in TrafficControlModeSample()
76
if ((currentMode != GetKeyStatus(
CURRENT_MODE
)) || (currentType != GetKeyStatus(CURRENT_TYPE))) {
in TrafficControlModeSample()
H
A
D
app_demo_multi_sample.h
232
CURRENT_MODE
,
enumerator
Completed in 14 milliseconds