Home
last modified time | relevance | path

Searched refs:GetAllSensorInfo (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/sensor/test/benchmarktest/
Dsensor_benchmark_test.cpp68 BENCHMARK_F(SensorBenchmarkTest, GetAllSensorInfo)(benchmark::State &state) in BENCHMARK_F() argument
75 ret = g_sensorInterface->GetAllSensorInfo(g_info); in BENCHMARK_F()
80 BENCHMARK_REGISTER_F(SensorBenchmarkTest, GetAllSensorInfo)->
/drivers/peripheral/sensor/interfaces/v1_0/
Disensor_interface_vdi.h47 virtual int32_t GetAllSensorInfo(std::vector<HdfSensorInformationVdi>& info) = 0;
/drivers/peripheral/sensor/hdi_impl/
Dsensor_impl.h36 int32_t GetAllSensorInfo(std::vector<HdfSensorInformationVdi>& info) override;
Dsensor_impl.cpp134 int32_t SensorImpl::GetAllSensorInfo(std::vector<HdfSensorInformationVdi> &info) in GetAllSensorInfo() function in OHOS::HDI::Sensor::V1_1::SensorImpl
/drivers/peripheral/sensor/hdi_service/
Dsensor_if_service.h36 int32_t GetAllSensorInfo(std::vector<HdfSensorInformation> &info) override;
Dsensor_if_service.cpp85 int32_t SensorIfService::GetAllSensorInfo(std::vector<HdfSensorInformation> &info) in GetAllSensorInfo() function in OHOS::HDI::Sensor::V1_1::SensorIfService
95 int32_t ret = sensorVdiImpl_->GetAllSensorInfo(sensorInfoVdi); in GetAllSensorInfo()
/drivers/hdf_core/framework/model/sensor/driver/common/src/
Dsensor_device_manager.c131 static int32_t GetAllSensorInfo(struct HdfSBuf *data, struct HdfSBuf *reply) in GetAllSensorInfo() function
314 return GetAllSensorInfo(data, reply); in DispatchSensor()
/drivers/peripheral/sensor/test/performance/hdi/
Dhdf_sensor_hdi_performance_test.cpp102 int ret = g_sensorInterface->GetAllSensorInfo(info);
/drivers/peripheral/sensor/test/unittest/hdi/
Dhdf_sensor_hdi_test.cpp133 int32_t ret = g_sensorInterface->GetAllSensorInfo(g_info);
/drivers/interface/sensor/v1_0/
DISensorInterface.idl66 GetAllSensorInfo([out] struct HdfSensorInformation[] info);
/drivers/interface/sensor/v1_1/
DISensorInterface.idl66 GetAllSensorInfo([out] struct HdfSensorInformation[] info);