Home
last modified time | relevance | path

Searched refs:FifoCacheData (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dfifo_cache_data.cpp20 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::SetChannel(const sptr<MedicalSensorBasicDataChannel> &channel) in SetChannel()
58 sptr<MedicalSensorBasicDataChannel> FifoCacheData::GetChannel() const in GetChannel()
H A Dmedical_data_processer.cpp74 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()
/ohos5.0/base/sensors/sensor/services/src/
H A Dfifo_cache_data.cpp20 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::SetChannel(const sptr<SensorBasicDataChannel> &channel) in SetChannel()
59 sptr<SensorBasicDataChannel> FifoCacheData::GetChannel() const in GetChannel()
H A Dsensor_data_processer.cpp63 std::vector<sptr<FifoCacheData>> channelFifoList; in SendNoneFifoCacheData()
64 sptr<FifoCacheData> fifoCacheData = new (std::nothrow) FifoCacheData(); in SendNoneFifoCacheData()
97 sptr<FifoCacheData> fifoCacheData = new (std::nothrow) FifoCacheData(); in SendNoneFifoCacheData()
113 std::vector<sptr<FifoCacheData>> channelFifoList; in SendFifoCacheData()
114 sptr<FifoCacheData> fifoCacheData = new (std::nothrow) FifoCacheData(); in SendFifoCacheData()
155 sptr<FifoCacheData> fifoCacheData = new (std::nothrow) FifoCacheData(); in SendFifoCacheData()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/include/
H A Dfifo_cache_data.h29 class FifoCacheData : public RefBase {
31 FifoCacheData();
32 virtual ~FifoCacheData();
42 DISALLOW_COPY_AND_MOVE(FifoCacheData);
H A Dmedical_sensor_data_processer.h64 std::unordered_map<uint32_t, std::vector<sptr<FifoCacheData>>> dataCountMap_;
/ohos5.0/base/sensors/sensor/services/include/
H A Dfifo_cache_data.h28 class FifoCacheData : public RefBase {
30 FifoCacheData();
31 virtual ~FifoCacheData();
41 DISALLOW_COPY_AND_MOVE(FifoCacheData);
H A Dsensor_data_processer.h61 std::unordered_map<int32_t, std::vector<sptr<FifoCacheData>>> dataCountMap_;