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:curCountMap_
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/sensor/hdi_service/
H
A
D
sensor_client_info.cpp
34
curCountMap_
.clear();
in ~SensorClientInfo()
45
__func__, serviceId, sensorId,
curCountMap_
[sensorId], periodCountMap_[sensorId]);
in PrintClientMapInfo()
H
A
D
sensor_client_info.h
39
std::unordered_map<int32_t, int32_t>
curCountMap_
;
member in OHOS::HDI::Sensor::V2_0::SensorClientInfo
H
A
D
sensor_clients_manager.cpp
194
if (client.
curCountMap_
.find(sensorId) == client.
curCountMap_
.end()) {
in UpdateClientPeriodCount()
195
client.
curCountMap_
[sensorId] = INIT_CUR_COUNT;
in UpdateClientPeriodCount()
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()
H
A
D
sensor_hdi_dump.cpp
202
sensorInfoData += "curCount/periodCount=" + std::to_string(sensorClientInfo.
curCountMap_
[sensorId]) + "/" +
Completed in 3 milliseconds