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:GetDataCacheBuf
(Results
1 - 6
of
6
) sorted by relevance
/base/sensors/sensor/utils/common/include/
H
A
D
sensor_basic_data_channel.h
44
const std::unordered_map<int32_t, SensorData> &
GetDataCacheBuf
() const;
/base/sensors/medical_sensor/utils/include/
H
A
D
medical_sensor_basic_data_channel.h
54
const std::unordered_map<uint32_t, struct SensorEvent> &
GetDataCacheBuf
() const;
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
medical_data_processer.cpp
182
auto &cacheBuf = const_cast<std::unordered_map<uint32_t, struct SensorEvent> &>(channel->
GetDataCacheBuf
());
in ReportData()
275
auto &cacheBuf = const_cast<std::unordered_map<uint32_t, struct SensorEvent> &>(channel->
GetDataCacheBuf
());
in CacheSensorEvent()
393
auto &cacheBuf = channel->
GetDataCacheBuf
();
in SendEvents()
/base/sensors/sensor/services/src/
H
A
D
sensor_data_processer.cpp
167
auto &cacheBuf = const_cast<std::unordered_map<int32_t, SensorData> &>(channel->
GetDataCacheBuf
());
in ReportData()
225
auto &cacheBuf = const_cast<std::unordered_map<int32_t, SensorData> &>(channel->
GetDataCacheBuf
());
in CacheSensorEvent()
292
auto &cacheBuf = channel->
GetDataCacheBuf
();
in SendEvents()
/base/sensors/sensor/utils/common/src/
H
A
D
sensor_basic_data_channel.cpp
209
const std::unordered_map<int32_t, SensorData> &SensorBasicDataChannel::
GetDataCacheBuf
() const
in GetDataCacheBuf()
function in OHOS::Sensors::SensorBasicDataChannel
/base/sensors/medical_sensor/utils/src/
H
A
D
medical_basic_data_channel.cpp
199
const std::unordered_map<uint32_t, struct SensorEvent> &MedicalSensorBasicDataChannel::
GetDataCacheBuf
() const
in GetDataCacheBuf()
function in OHOS::Sensors::MedicalSensorBasicDataChannel
Completed in 4 milliseconds