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:FifoCacheData
(Results
1 - 8
of
8
) sorted by relevance
/base/sensors/sensor/services/src/
H
A
D
fifo_cache_data.cpp
20
FifoCacheData
::
FifoCacheData
() : periodCount_(0), channel_(nullptr)
in FifoCacheData()
function in OHOS::Sensors::FifoCacheData
23
FifoCacheData
::~
FifoCacheData
()
in ~FifoCacheData()
28
void
FifoCacheData
::InitFifoCache()
in InitFifoCache()
34
void
FifoCacheData
::SetPeriodCount(uint64_t periodCount)
in SetPeriodCount()
39
uint64_t
FifoCacheData
::GetPeriodCount() const
in GetPeriodCount()
44
void
FifoCacheData
::SetFifoCacheData(const std::vector<SensorData> &fifoCacheData)
in SetFifoCacheData()
49
std::vector<SensorData>
FifoCacheData
::GetFifoCacheData() const
in GetFifoCacheData()
54
void
FifoCacheData
[all...]
H
A
D
sensor_data_processer.cpp
64
std::vector<sptr<
FifoCacheData
>> channelFifoList;
in SendNoneFifoCacheData()
65
sptr<
FifoCacheData
> fifoCacheData = new (std::nothrow)
FifoCacheData
();
in SendNoneFifoCacheData()
98
sptr<
FifoCacheData
> fifoCacheData = new (std::nothrow)
FifoCacheData
();
in SendNoneFifoCacheData()
114
std::vector<sptr<
FifoCacheData
>> channelFifoList;
in SendFifoCacheData()
115
sptr<
FifoCacheData
> fifoCacheData = new (std::nothrow)
FifoCacheData
();
in SendFifoCacheData()
156
sptr<
FifoCacheData
> fifoCacheData = new (std::nothrow)
FifoCacheData
();
in SendFifoCacheData()
[all...]
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
fifo_cache_data.cpp
20
FifoCacheData
::
FifoCacheData
() : periodCount_(0), channel_(nullptr)
in FifoCacheData()
function in OHOS::Sensors::FifoCacheData
23
FifoCacheData
::~
FifoCacheData
()
in ~FifoCacheData()
28
void
FifoCacheData
::InitFifoCache()
in InitFifoCache()
34
void
FifoCacheData
::SetPeriodCount(uint64_t periodCount)
in SetPeriodCount()
39
uint64_t
FifoCacheData
::GetPeriodCount() const
in GetPeriodCount()
44
void
FifoCacheData
::SetFifoCacheData(const std::vector<struct SensorEvent> &fifoCacheData)
in SetFifoCacheData()
49
std::vector<struct SensorEvent>
FifoCacheData
::GetFifoCacheData() const
in GetFifoCacheData()
54
void
FifoCacheData
[all...]
H
A
D
medical_data_processer.cpp
74
std::vector<sptr<
FifoCacheData
>> channelFifoList;
in SendNoneFifoCacheData()
75
sptr<
FifoCacheData
> fifoCacheData = new (std::nothrow)
FifoCacheData
();
in SendNoneFifoCacheData()
103
sptr<
FifoCacheData
> fifoCacheData = new (std::nothrow)
FifoCacheData
();
in SendNoneFifoCacheData()
125
std::vector<sptr<
FifoCacheData
>> channelFifoList;
in SendFifoCacheData()
126
sptr<
FifoCacheData
> fifoCacheData = new (std::nothrow)
FifoCacheData
();
in SendFifoCacheData()
162
sptr<
FifoCacheData
> fifoCacheData = new (std::nothrow)
FifoCacheData
();
in SendFifoCacheData()
[all...]
/base/sensors/sensor/services/include/
H
A
D
fifo_cache_data.h
28
class
FifoCacheData
: public RefBase {
class
30
FifoCacheData
();
31
virtual ~
FifoCacheData
();
41
DISALLOW_COPY_AND_MOVE(
FifoCacheData
);
H
A
D
sensor_data_processer.h
61
std::unordered_map<int32_t, std::vector<sptr<
FifoCacheData
>>> dataCountMap_;
/base/sensors/medical_sensor/services/medical_sensor/include/
H
A
D
fifo_cache_data.h
29
class
FifoCacheData
: public RefBase {
class
31
FifoCacheData
();
32
virtual ~
FifoCacheData
();
42
DISALLOW_COPY_AND_MOVE(
FifoCacheData
);
H
A
D
medical_sensor_data_processer.h
64
std::unordered_map<uint32_t, std::vector<sptr<
FifoCacheData
>>> dataCountMap_;
Completed in 3 milliseconds