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:GetAllSensors
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/sensor/interfaces/include/
H
A
D
sensor_if.h
74
int32_t (*
GetAllSensors
)(struct SensorInformation **sensorInfo, int32_t *count);
member
/drivers/peripheral/sensor/test/unittest/common/
H
A
D
hdf_sensor_test.cpp
145
int32_t ret = g_sensorDev->
GetAllSensors
(&g_sensorInfo, &g_count);
in SetUpTestCase()
193
ret = g_sensorDev->
GetAllSensors
(&g_sensorInfo, &g_count);
in HWTEST_F()
329
int32_t ret = g_sensorDev->
GetAllSensors
(nullptr, &g_count);
in HWTEST_F()
331
ret = g_sensorDev->
GetAllSensors
(&g_sensorInfo, nullptr);
in HWTEST_F()
333
ret = g_sensorDev->
GetAllSensors
(nullptr, nullptr);
in HWTEST_F()
/drivers/peripheral/sensor/test/performance/common/
H
A
D
hdf_sensor_performance_test.cpp
124
int ret = g_sensorPerformanceDev->
GetAllSensors
(&sensorInfo, &count);
in HWTEST_F()
/drivers/peripheral/sensor/hdi_impl/
H
A
D
sensor_impl.cpp
113
if (sensorInterface == nullptr || sensorInterface->
GetAllSensors
== nullptr) {
in GetAllSensorInfo()
123
int32_t ret = sensorInterface->
GetAllSensors
(&sensorInfo, &count);
in GetAllSensorInfo()
/drivers/peripheral/sensor/hal/src/
H
A
D
sensor_controller.c
484
device->
GetAllSensors
= GetSensorInfo;
in GetSensorDeviceMethods()
Completed in 4 milliseconds