Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_client_info.cpp26 SensorClientInfo::SensorClientInfo() in SensorClientInfo() function in OHOS::HDI::Sensor::V2_0::SensorClientInfo
30 SensorClientInfo::~SensorClientInfo() in ~SensorClientInfo()
37 void SensorClientInfo::SetReportDataCb(const sptr<ISensorCallback> &callbackObj) in SetReportDataCb()
42 void SensorClientInfo::PrintClientMapInfo(int32_t serviceId, int32_t sensorId) in PrintClientMapInfo()
48 const sptr<ISensorCallback> SensorClientInfo::GetReportDataCb() in GetReportDataCb()
H A Dsensor_client_info.h29 class SensorClientInfo {
31 SensorClientInfo();
32 ~SensorClientInfo();
33 explicit SensorClientInfo(const sptr<ISensorCallback> &callbackObj) in SensorClientInfo() function
H A Dsensor_clients_manager.h51 static bool IsNotNeedReportData(SensorClientInfo &sensorClientInfo, const int32_t &sensorId,
54 bool GetClients(int groupId, std::unordered_map<int32_t, SensorClientInfo> &client);
83 std::unordered_map<int32_t, std::unordered_map<int, SensorClientInfo>> clients_;
H A Dsensor_callback_vdi.h44 SensorClientInfo sensorClientInfo_;
H A Dsensor_clients_manager.cpp372 bool SensorClientsManager::GetClients(int groupId, std::unordered_map<int32_t, SensorClientInfo> &c… in GetClients()
417 bool SensorClientsManager::IsNotNeedReportData(SensorClientInfo &sensorClientInfo, const int32_t &s… in IsNotNeedReportData()
472SensorClientInfo &sensorClientInfo = clients_.find(groupId)->second.find(serviceId)->second; in ReportEachClient()
H A Dsensor_hdi_dump.cpp169 std::unordered_map<int, SensorClientInfo> sensorClientInfoMap; in SensorShowClient()