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:sensorClientInfo
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/sensor/hdi_service/
H
A
D
sensor_clients_manager.cpp
417
bool SensorClientsManager::IsNotNeedReportData(SensorClientInfo &
sensorClientInfo
, const int32_t &sensorId,
in IsNotNeedReportData()
argument
424
if (
sensorClientInfo
.periodCountMap_.find(sensorId) ==
sensorClientInfo
.periodCountMap_.end()) {
in IsNotNeedReportData()
428
sensorClientInfo
.PrintClientMapInfo(serviceId, sensorId);
in IsNotNeedReportData()
429
if (
sensorClientInfo
.curCountMap_[sensorId] == 0) {
in IsNotNeedReportData()
432
sensorClientInfo
.curCountMap_[sensorId]++;
in IsNotNeedReportData()
433
if (
sensorClientInfo
.curCountMap_[sensorId] >=
sensorClientInfo
.periodCountMap_[sensorId]) {
in IsNotNeedReportData()
434
sensorClientInfo
.curCountMap_[sensorId] = 0;
in IsNotNeedReportData()
472
SensorClientInfo &
sensorClientInfo
in ReportEachClient()
local
[all...]
H
A
D
sensor_hdi_dump.cpp
192
auto
sensorClientInfo
= entry.second;
local
195
for (const auto &entry2 :
sensorClientInfo
.sensorConfigMap_) {
202
sensorInfoData += "curCount/periodCount=" + std::to_string(
sensorClientInfo
.curCountMap_[sensorId]) + "/" +
203
std::to_string(
sensorClientInfo
.periodCountMap_[sensorId]) + ",";
H
A
D
sensor_clients_manager.h
51
static bool IsNotNeedReportData(SensorClientInfo &
sensorClientInfo
, const int32_t &sensorId,
Completed in 3 milliseconds