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:SetSensorId
(Results
1 - 17
of
17
) sorted by relevance
/base/sensors/sensor/utils/common/src/
H
A
D
active_info.cpp
46
void ActiveInfo::
SetSensorId
(int32_t sensorId)
in SetSensorId()
function in OHOS::Sensors::ActiveInfo
105
activeInfo->
SetSensorId
(sensorId);
in Unmarshalling()
H
A
D
sensor_channel_info.cpp
48
void SensorChannelInfo::
SetSensorId
(int32_t sensorId)
in SetSensorId()
function in OHOS::Sensors::SensorChannelInfo
H
A
D
sensor.cpp
48
void Sensor::
SetSensorId
(int32_t sensorId)
in SetSensorId()
function in OHOS::Sensors::Sensor
/base/sensors/sensor/utils/common/include/
H
A
D
active_info.h
31
void
SetSensorId
(int32_t sensorId);
H
A
D
sensor_channel_info.h
34
void
SetSensorId
(int32_t sensorId);
H
A
D
sensor.h
31
void
SetSensorId
(int32_t sensorId);
/base/sensors/medical_sensor/utils/src/
H
A
D
medical_channel_info.cpp
48
void MedicalSensorChannelInfo::
SetSensorId
(uint32_t sensorId)
in SetSensorId()
function in OHOS::Sensors::MedicalSensorChannelInfo
H
A
D
medical.cpp
44
void MedicalSensor::
SetSensorId
(uint32_t sensorId)
in SetSensorId()
function in OHOS::Sensors::MedicalSensor
/base/sensors/medical_sensor/utils/include/
H
A
D
medical_sensor_channel_info.h
33
void
SetSensorId
(uint32_t sensorId);
H
A
D
medical_sensor.h
31
void
SetSensorId
(uint32_t sensorId);
/base/sensors/sensor/services/hdi_connection/interface/src/
H
A
D
sensor_hdi_connection.cpp
136
sensorColor.
SetSensorId
(SENSOR_TYPE_ID_COLOR);
in GenerateColorSensor()
153
sensorSar.
SetSensorId
(SENSOR_TYPE_ID_SAR);
in GenerateSarSensor()
170
sensorHeadPosture.
SetSensorId
(SENSOR_TYPE_ID_HEADPOSTURE);
in GenerateHeadPostureSensor()
187
sensorProximity.
SetSensorId
(SENSOR_TYPE_ID_PROXIMITY1);
in GenerateProximitySensor()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H
A
D
compatible_connection.cpp
55
sensor.
SetSensorId
(sensorId);
in GetSensorList()
H
A
D
hdi_connection.cpp
91
sensor.
SetSensorId
(sensorId);
in GetSensorList()
/base/sensors/sensor/services/hdi_connection/adapter/src/
H
A
D
compatible_connection.cpp
58
sensor.
SetSensorId
(sensorId);
in GetSensorList()
H
A
D
hdi_connection.cpp
99
sensor.
SetSensorId
(sensorInfos[i].sensorId);
in GetSensorList()
/base/sensors/sensor/services/src/
H
A
D
client_info.cpp
595
channel.
SetSensorId
(sensorIt.first);
in GetSensorChannelInfo()
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
client_info.cpp
609
channel.
SetSensorId
(sensorIt.first);
in GetSensorChannelInfo()
Completed in 9 milliseconds