Home
last modified time | relevance | path

Searched refs:flushInfo_ (Results 1 - 9 of 9) sorted by relevance

/base/sensors/sensor/services/src/
H A Dflush_info_record.cpp34 return flushInfo_; in GetFlushInfo()
40 auto it = flushInfo_.find(sensorId); in ClearFlushInfoItem()
41 if (it != flushInfo_.end()) { in ClearFlushInfoItem()
54 auto it = flushInfo_.find(sensorId); in SetFlushInfo()
55 if (it != flushInfo_.end()) { in SetFlushInfo()
59 flushInfo_.insert(std::make_pair(sensorId, vec)); in SetFlushInfo()
/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dflush_info_record.cpp40 return flushInfo_; in GetFlushInfo()
46 auto it = flushInfo_.find(sensorId); in ClearFlushInfoItem()
47 if (it != flushInfo_.end()) { in ClearFlushInfoItem()
64 auto it = flushInfo_.find(sensorId); in SetFlushInfo()
65 if (it != flushInfo_.end()) { in SetFlushInfo()
69 flushInfo_.insert(std::make_pair(sensorId, vec)); in SetFlushInfo()
H A Dmedical_data_processer.cpp318 auto flushInfo = flushInfo_.GetFlushInfo(); in EventFilter()
326 if (flushInfo_.IsFlushChannelValid(channelList, channel.flushChannel)) { in EventFilter()
328 flushInfo_.ClearFlushInfoItem(realSensorId); in EventFilter()
333 flushInfo_.ClearFlushInfoItem(realSensorId); in EventFilter()
342 int32_t index = flushInfo_.GetFlushChannelIndex(flushVec, channel); in EventFilter()
H A Dmedical_service.cpp255 ret = flushInfo_.FlushProcess(sensorId, flag, pid, true); in EnableSensor()
351 auto retFlush = flushInfo_.FlushProcess(sensorId, flag, pid, false); in RunCommand()
/base/sensors/medical_sensor/services/medical_sensor/include/
H A Dflush_info_record.h47 flushInfo_.clear(); in ~FlushInfoRecord()
64 std::unordered_map<uint32_t, std::vector<struct FlushInfo>> flushInfo_; member in OHOS::Sensors::FlushInfoRecord
H A Dmedical_sensor_data_processer.h62 FlushInfoRecord &flushInfo_ = FlushInfoRecord::GetInstance(); member in OHOS::Sensors::MedicalSensorDataProcesser
H A Dmedical_sensor_service.h91 FlushInfoRecord &flushInfo_ = FlushInfoRecord::GetInstance(); member in OHOS::Sensors::MedicalSensorService
/base/sensors/sensor/services/include/
H A Dflush_info_record.h49 flushInfo_.clear(); in ~FlushInfoRecord()
64 std::unordered_map<int32_t, std::vector<FlushInfo>> flushInfo_; member in OHOS::Sensors::FlushInfoRecord
H A Dsensor_data_processer.h59 FlushInfoRecord &flushInfo_ = FlushInfoRecord::GetInstance(); member in OHOS::Sensors::SensorDataProcesser

Completed in 4 milliseconds