Home
last modified time | relevance | path

Searched refs:GetDataCacheBuf (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_data_processer.cpp169 …auto &cacheBuf = const_cast<std::unordered_map<int32_t, SensorData> &>(channel->GetDataCacheBuf()); in ReportData()
231 …auto &cacheBuf = const_cast<std::unordered_map<int32_t, SensorData> &>(channel->GetDataCacheBuf()); in CacheSensorEvent()
307 auto &cacheBuf = channel->GetDataCacheBuf(); in SendEvents()
/ohos5.0/base/sensors/sensor/utils/common/include/
H A Dsensor_basic_data_channel.h45 const std::unordered_map<int32_t, SensorData> &GetDataCacheBuf() const;
/ohos5.0/base/sensors/medical_sensor/utils/include/
H A Dmedical_sensor_basic_data_channel.h54 const std::unordered_map<uint32_t, struct SensorEvent> &GetDataCacheBuf() const;
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_data_processer.cpp182 …heBuf = const_cast<std::unordered_map<uint32_t, struct SensorEvent> &>(channel->GetDataCacheBuf()); in ReportData()
275 …heBuf = const_cast<std::unordered_map<uint32_t, struct SensorEvent> &>(channel->GetDataCacheBuf()); in CacheSensorEvent()
393 auto &cacheBuf = channel->GetDataCacheBuf(); in SendEvents()
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Dmedical_basic_data_channel.cpp199 …unordered_map<uint32_t, struct SensorEvent> &MedicalSensorBasicDataChannel::GetDataCacheBuf() const in GetDataCacheBuf() function in OHOS::Sensors::MedicalSensorBasicDataChannel
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor_basic_data_channel.cpp240 const std::unordered_map<int32_t, SensorData> &SensorBasicDataChannel::GetDataCacheBuf() const in GetDataCacheBuf() function in OHOS::Sensors::SensorBasicDataChannel