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:GetSensorId
(Results
1 - 23
of
23
) sorted by relevance
/base/sensors/sensor/utils/common/include/
H
A
D
active_info.h
30
int32_t
GetSensorId
() const;
H
A
D
sensor_channel_info.h
33
int32_t
GetSensorId
() const;
H
A
D
sensor.h
30
int32_t
GetSensorId
() const;
/base/sensors/medical_sensor/utils/src/
H
A
D
medical_channel_info.cpp
43
uint32_t MedicalSensorChannelInfo::
GetSensorId
() const
in GetSensorId()
function in OHOS::Sensors::MedicalSensorChannelInfo
H
A
D
medical.cpp
39
uint32_t MedicalSensor::
GetSensorId
() const
in GetSensorId()
function in OHOS::Sensors::MedicalSensor
/base/sensors/medical_sensor/utils/include/
H
A
D
medical_sensor_channel_info.h
32
uint32_t
GetSensorId
() const;
H
A
D
medical_sensor.h
30
uint32_t
GetSensorId
() const;
/base/sensors/sensor/utils/common/src/
H
A
D
sensor_channel_info.cpp
43
int32_t SensorChannelInfo::
GetSensorId
() const
in GetSensorId()
function in OHOS::Sensors::SensorChannelInfo
H
A
D
active_info.cpp
41
int32_t ActiveInfo::
GetSensorId
() const
in GetSensorId()
function in OHOS::Sensors::ActiveInfo
H
A
D
sensor.cpp
43
int32_t Sensor::
GetSensorId
() const
in GetSensorId()
function in OHOS::Sensors::Sensor
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
medical_dump.cpp
76
auto sensorId = sensor.
GetSensorId
();
in DumpSensorList()
98
auto sensorId = channel.
GetSensorId
();
in DumpSensorChannel()
123
uint32_t sensorId = sensor.
GetSensorId
();
in DumpOpeningSensor()
H
A
D
medical_service.cpp
136
sensorMap_.insert(std::make_pair(it.
GetSensorId
(), it));
in InitSensorList()
138
__func__, it.
GetSensorId
(), it.GetName().c_str());
in InitSensorList()
377
sensorMap_.insert(std::make_pair(it.
GetSensorId
(), it));
in GetSensorList()
H
A
D
client_info.cpp
487
if ((int32_t)(sensors[i].
GetSensorId
()) == storedEvent.sensorTypeId) {
in StoreEvent()
/base/sensors/sensor/services/src/
H
A
D
sensor_dump.cpp
205
auto sensorId = sensor.
GetSensorId
();
in DumpSensorList()
226
auto sensorId = channel.
GetSensorId
();
in DumpSensorChannel()
244
int32_t sensorId = sensor.
GetSensorId
();
in DumpOpeningSensor()
H
A
D
sensor_power_policy.cpp
242
if (activeInfo.GetPid() < 0 || activeInfo.
GetSensorId
() < 0) {
in ReportActiveInfo()
247
pkt << activeInfo.GetPid() << activeInfo.
GetSensorId
() <<
in ReportActiveInfo()
H
A
D
sensor_service.cpp
150
if (!(sensorMap_.insert(std::make_pair(it.
GetSensorId
(), it)).second)) {
in InitSensorList()
375
sensorMap_.insert(std::make_pair(it.
GetSensorId
(), it));
in GetSensorList()
H
A
D
client_info.cpp
482
if (sensors[i].
GetSensorId
() == storedEvent.sensorTypeId) {
in StoreEvent()
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H
A
D
medical_service_client.cpp
89
HiLog::Debug(LABEL, "%{public}s sensor.
GetSensorId
() = %{public}u", __func__, sensor.
GetSensorId
());
in IsValidSensorId()
90
if (sensor.
GetSensorId
() == sensorId) {
in IsValidSensorId()
/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/
H
A
D
medical_proxy_test.cpp
73
afeId_ = afes_[0].
GetSensorId
();
in SetUp()
/base/sensors/medical_sensor/interfaces/native/src/
H
A
D
medical_native_impl.cpp
156
(*sensorInfo + index)->sensorId = sensorList_[index].
GetSensorId
();
in GetAllSensors()
157
(*sensorInfo + index)->sensorTypeId = sensorList_[index].
GetSensorId
();
in GetAllSensors()
/base/sensors/sensor/frameworks/native/src/
H
A
D
sensor_agent_proxy.cpp
365
sensorInfo->sensorId = sensorList[i].
GetSensorId
();
in ConvertSensorInfos()
461
curActiveInfo->sensorId = activeInfoList[i].
GetSensorId
();
in GetSensorActiveInfos()
H
A
D
sensor_service_client.cpp
124
if (sensor.
GetSensorId
() == sensorId) {
in IsValid()
/base/sensors/sensor/services/hdi_connection/interface/src/
H
A
D
sensor_hdi_connection.cpp
95
sensorSet_.insert(sensor.
GetSensorId
());
in ConnectHdiService()
Completed in 13 milliseconds