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:barometer
(Results
1 - 2
of
2
) sorted by relevance
/ide/tools/previewer/test/unittest/cli/
H
A
D
CommandLineTest.cpp
839
int
barometer
= static_cast<int>(SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE));
in TEST_F()
local
840
EXPECT_EQ(
barometer
, 101325); // 101325 is default Power value
in TEST_F()
845
barometer
= static_cast<int>(SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE));
in TEST_F()
846
EXPECT_NE(
barometer
, 999901); // 999901 is test Power value
in TEST_F()
851
barometer
= static_cast<int>(SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE));
in TEST_F()
852
EXPECT_NE(
barometer
, -1); // -1 is test Power value
in TEST_F()
862
int
barometer
= static_cast<int>(SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE));
in TEST_F()
local
863
EXPECT_EQ(
barometer
, 999); // 999 is test Barometer value
in TEST_F()
/ide/tools/previewer/cli/
H
A
D
CommandLine.cpp
412
int
barometer
= static_cast<int>(SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE));
in RunGet()
local
414
resultContent.Add("Barometer",
barometer
);
in RunGet()
416
ILOG("Get
barometer
run finished");
in RunGet()
424
ILOG("Set
barometer
run finished, the value is: %d", val);
in RunSet()
Completed in 7 milliseconds