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:SensorChannelInfo
(Results
1 - 5
of
5
) sorted by relevance
/base/sensors/sensor/utils/common/src/
H
A
D
sensor_channel_info.cpp
20
SensorChannelInfo
::
SensorChannelInfo
() : uid_(0), sensorId_(0), samplingPeriodNs_(0), fifoCount_(0)
in SensorChannelInfo()
function in OHOS::Sensors::SensorChannelInfo
23
int32_t
SensorChannelInfo
::GetUid() const
in GetUid()
28
void
SensorChannelInfo
::SetUid(int32_t uid)
in SetUid()
33
std::string
SensorChannelInfo
::GetPackageName() const
in GetPackageName()
38
void
SensorChannelInfo
::SetPackageName(const std::string &packageName)
in SetPackageName()
43
int32_t
SensorChannelInfo
::GetSensorId() const
in GetSensorId()
48
void
SensorChannelInfo
::SetSensorId(int32_t sensorId)
in SetSensorId()
53
int64_t
SensorChannelInfo
::GetSamplingPeriodNs() const
in GetSamplingPeriodNs()
58
void
SensorChannelInfo
[all...]
/base/sensors/sensor/utils/common/include/
H
A
D
sensor_channel_info.h
25
class
SensorChannelInfo
{
class
27
SensorChannelInfo
();
28
virtual ~
SensorChannelInfo
() = default;
/base/sensors/sensor/services/include/
H
A
D
client_info.h
71
void GetSensorChannelInfo(std::vector<
SensorChannelInfo
> &channelInfo);
/base/sensors/sensor/services/src/
H
A
D
sensor_dump.cpp
223
std::vector<
SensorChannelInfo
> channelInfo;
in DumpSensorChannel()
H
A
D
client_info.cpp
581
void ClientInfo::GetSensorChannelInfo(std::vector<
SensorChannelInfo
> &channelInfo)
in GetSensorChannelInfo()
593
SensorChannelInfo
channel;
in GetSensorChannelInfo()
Completed in 3 milliseconds