Home
last modified time | relevance | path

Searched defs:sensorType (Results 1 – 24 of 24) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_config_sensor_cluster_test.cpp136 std::string sensorType = "test"; variable
177 std::string sensorType = "test"; variable
203 std::string sensorType = "test"; variable
231 std::string sensorType = "test"; variable
266 std::string sensorType = "test"; variable
292 std::string sensorType = "test"; variable
347 std::string sensorType = "test"; variable
451 std::string sensorType = "test"; variable
Dthermal_mock_proxy_writeremoteobject_test.cpp62 SensorType sensorType = SensorType::SOC; variable
Dthermal_mock_proxy_remote_test.cpp64 SensorType sensorType = SensorType::SOC; variable
Dthermal_config_file_parser.cpp339 std::string sensorType = auxSensorList[i]; in ParseAuxSensorInfo() local
361 std::string sensorType = sensors.at(i); in ParseSensorInfo() local
/base/sensors/sensor/services/src/
Dflush_info_record.cpp35 void FlushInfoRecord::ClearFlushInfoItem(int32_t sensorType) in ClearFlushInfoItem()
44 ErrCode FlushInfoRecord::SetFlushInfo(int32_t sensorType, const sptr<SensorBasicDataChannel> &chann… in SetFlushInfo()
86 ErrCode FlushInfoRecord::FlushProcess(const int32_t sensorType, const uint32_t flag, const int32_t … in FlushProcess()
Dsensor_dump.cpp226 auto sensorType = channel.GetSensorType(); in DumpSensorChannel() local
299 int32_t SensorDump::GetDataDimension(int32_t sensorType) in GetDataDimension()
334 std::string SensorDump::GetDataBySensorId(int32_t sensorType, SensorData &sensorData) in GetDataBySensorId()
Dclient_info.cpp653 void ClientInfo::UpdateCmd(int32_t sensorType, int32_t uid, int32_t cmdType) in UpdateCmd()
683 std::vector<int32_t> ClientInfo::GetCmdList(int32_t sensorType, int32_t uid) in GetCmdList()
697 void ClientInfo::UpdateDataQueue(int32_t sensorType, SensorData &data) in UpdateDataQueue()
795 void ClientInfo::UpdatePermState(int32_t pid, int32_t sensorType, bool state) in UpdatePermState()
823 for (int32_t sensorType : it->second) { in ChangeSensorPerm() local
Dsensor_power_policy.cpp38 bool SensorPowerPolicy::CheckFreezingSensor(int32_t sensorType) in CheckFreezingSensor()
Dsensor_service.cpp295 void SensorService::ReportSensorSysEvent(int32_t sensorType, bool enable, int32_t pid, int64_t samp… in ReportSensorSysEvent()
958 bool SensorService::RegisterPermCallback(int32_t sensorType) in RegisterPermCallback()
/base/sensors/sensor/frameworks/native/src/
Dnative_sensor.cpp139 int32_t OH_SensorInfo_GetType(Sensor_Info* sensor, Sensor_Type *sensorType) in OH_SensorInfo_GetType()
187 int32_t sensorType = id->sensorType; in OH_Sensor_Subscribe() local
210 int32_t sensorType = id->sensorType; in OH_Sensor_Unsubscribe() local
219 int32_t OH_SensorEvent_GetType(Sensor_Event* sensorEvent, Sensor_Type *sensorType) in OH_SensorEvent_GetType()
260 int32_t OH_SensorSubscriptionId_GetType(Sensor_SubscriptionId* id, Sensor_Type *sensorType) in OH_SensorSubscriptionId_GetType()
270 int32_t OH_SensorSubscriptionId_SetType(Sensor_SubscriptionId* id, const Sensor_Type sensorType) in OH_SensorSubscriptionId_SetType()
/base/sensors/sensor/utils/common/src/
Dprint_sensor_data.cpp144 int32_t PrintSensorData::GetDataDimension(int32_t sensorType) in GetDataDimension()
255 bool PrintSensorData::IsContinuousType(int32_t sensorType) in IsContinuousType()
285 void PrintSensorData::ResetHdiCounter(int32_t sensorType) in ResetHdiCounter()
296 void PrintSensorData::ResetHdiTimes(int32_t sensorType) in ResetHdiTimes()
Dsensor_channel_info.cpp59 void SensorChannelInfo::SetSensorType(int32_t sensorType) in SetSensorType()
/base/sensors/sensor/services/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp124 for (const auto &sensorType : sensors) { in FindAllInSensorSet() local
133 bool SensorHdiConnection::FindOneInMockSet(int32_t sensorType) in FindOneInMockSet()
235 for (const auto &sensorType : mockSet_) { in GetSensorList() local
486 for (const auto &sensorType : mockSet_) { in GetSensorListByDevice() local
/base/msdp/device_status/libs/src/
Ddevicestatus_algorithm_manager.cpp40 int32_t sensorType = GetSensorTypeId(type); in StartSensor() local
239 int32_t sensorType = GetSensorTypeId(type); in UnregisterSensor() local
/base/sensors/sensor/utils/common/include/
Dsensor.h23 int32_t sensorType; member
/base/sensors/sensor/test/unittest/interfaces/kits/
Dsensor_native_test.cpp66 Sensor_Type sensorType; in SetUpTestCase() local
98 Sensor_Type sensorType; in SensorDataCallbackImpl() local
123 Sensor_Type *sensorType = nullptr; in SensorDataCallbackImpl1() local
154 Sensor_Type sensorType; variable
329 Sensor_Type *sensorType = nullptr; variable
/base/sensors/sensor/services/hdi_connection/hardware/src/
Dhdi_service_impl.cpp101 for (const auto &sensorType : enableSensors_) { in GenerateEvent() local
231 for (const auto &sensorType : enableSensors_) { in DataReportThread() local
/base/sensors/sensor/test/fuzztest/services/service/reportonchangedata_fuzzer/
Dreportonchangedata_fuzzer.cpp85 int32_t sensorType = 0; in ReportOnChangeDataFuzzTest() local
/base/sensors/sensor/frameworks/native/include/
Dnative_sensor_impl.h42 int32_t sensorType = -1; member
/base/sensors/medical_sensor/utils/include/
Dmedical_catalog.h86 uint8_t sensorType; member
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
Dthermal_observer.cpp53 std::vector<std::string> sensorType(TYPE_MAX_SIZE); in InitSensorTypeMap() local
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_srv_config_parser.cpp258 std::string sensorType = auxsensors[i]; in ParseAuxSensorInfo() local
360 std::string sensorType = sensors.at(i); in ParseSensorInfo() local
/base/sensors/sensor/interfaces/inner_api/
Dsensor_agent_type.h179 int32_t sensorType = -1; /**< Sensor type ID */ member
554 int32_t sensorType = -1; /**< sensor type ID */ member
/base/sensors/sensor/frameworks/js/napi/src/
Dsensor_js.cpp394 int32_t sensorType = INVALID_SENSOR_TYPE; in Once() local