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:GetSensorTypeId
(Results
1 - 6
of
6
) sorted by relevance
/base/msdp/device_status/test/unittest/libs/src/
H
A
D
device_status_algorithm_test.cpp
207
g_manager->
GetSensorTypeId
(Type::TYPE_ABSOLUTE_STILL);
in HWTEST_F()
208
g_manager->
GetSensorTypeId
(Type::TYPE_HORIZONTAL_POSITION);
in HWTEST_F()
209
g_manager->
GetSensorTypeId
(Type::TYPE_VERTICAL_POSITION);
in HWTEST_F()
396
g_manager->
GetSensorTypeId
(Type::TYPE_INVALID);
in HWTEST_F()
412
g_manager->
GetSensorTypeId
(Type::TYPE_ABSOLUTE_STILL);
in HWTEST_F()
430
g_manager->
GetSensorTypeId
(Type::TYPE_ABSOLUTE_STILL);
in HWTEST_F()
448
g_manager->
GetSensorTypeId
(Type::TYPE_ABSOLUTE_STILL);
in HWTEST_F()
466
g_manager->
GetSensorTypeId
(Type::TYPE_ABSOLUTE_STILL);
in HWTEST_F()
484
g_manager->
GetSensorTypeId
(Type::TYPE_HORIZONTAL_POSITION);
in HWTEST_F()
499
g_manager->
GetSensorTypeId
(Typ
in HWTEST_F()
[all...]
/base/msdp/device_status/libs/src/
H
A
D
devicestatus_algorithm_manager.cpp
40
int32_t sensorType =
GetSensorTypeId
(type);
in StartSensor()
116
int32_t AlgoMgr::
GetSensorTypeId
(Type type)
in GetSensorTypeId()
function in OHOS::Msdp::DeviceStatus::AlgoMgr
130
FI_HILOGW("
GetSensorTypeId
failed");
in GetSensorTypeId()
239
int32_t sensorType =
GetSensorTypeId
(type);
in UnregisterSensor()
/base/msdp/device_status/libs/include/
H
A
D
devicestatus_algorithm_manager.h
57
int32_t
GetSensorTypeId
(Type type);
/base/sensors/sensor/utils/common/include/
H
A
D
sensor.h
32
int32_t
GetSensorTypeId
() const;
/base/sensors/sensor/utils/common/src/
H
A
D
sensor.cpp
53
int32_t Sensor::
GetSensorTypeId
() const
in GetSensorTypeId()
function in OHOS::Sensors::Sensor
/base/sensors/sensor/frameworks/native/src/
H
A
D
sensor_agent_proxy.cpp
366
sensorInfo->sensorTypeId = sensorList[i].
GetSensorTypeId
();
in ConvertSensorInfos()
Completed in 4 milliseconds