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:GetBestSensorInfo
(Results
1 - 6
of
6
) sorted by relevance
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
medical_manager.cpp
62
MedicalSensorBasicInfo sensorInfo = clientInfo_.
GetBestSensorInfo
(sensorId);
in SetBestSensorParams()
88
MedicalSensorBasicInfo sensorInfo = clientInfo_.
GetBestSensorInfo
(sensorId);
in ResetBestSensorParams()
H
A
D
client_info.cpp
65
MedicalSensorBasicInfo ClientInfo::
GetBestSensorInfo
(uint32_t sensorId)
in GetBestSensorInfo()
function in OHOS::Sensors::ClientInfo
414
int64_t bestSamplingPeriod =
GetBestSensorInfo
(sensorId).GetSamplingPeriodNs();
in ComputeBestPeriodCount()
/base/sensors/sensor/services/src/
H
A
D
sensor_manager.cpp
58
SensorBasicInfo sensorInfo = clientInfo_.
GetBestSensorInfo
(sensorId);
in SetBestSensorParams()
83
SensorBasicInfo sensorInfo = clientInfo_.
GetBestSensorInfo
(sensorId);
in ResetBestSensorParams()
H
A
D
client_info.cpp
72
SensorBasicInfo ClientInfo::
GetBestSensorInfo
(int32_t sensorId)
in GetBestSensorInfo()
function in OHOS::Sensors::ClientInfo
407
int64_t bestSamplingPeriod =
GetBestSensorInfo
(sensorId).GetSamplingPeriodNs();
in ComputeBestPeriodCount()
/base/sensors/sensor/services/include/
H
A
D
client_info.h
47
SensorBasicInfo
GetBestSensorInfo
(int32_t sensorId);
/base/sensors/medical_sensor/services/medical_sensor/include/
H
A
D
client_info.h
43
MedicalSensorBasicInfo
GetBestSensorInfo
(uint32_t sensorId);
Completed in 7 milliseconds