Searched refs:GetAllSensorInfo (Results 1 – 11 of 11) sorted by relevance
68 BENCHMARK_F(SensorBenchmarkTest, GetAllSensorInfo)(benchmark::State &state) in BENCHMARK_F() argument75 ret = g_sensorInterface->GetAllSensorInfo(g_info); in BENCHMARK_F()80 BENCHMARK_REGISTER_F(SensorBenchmarkTest, GetAllSensorInfo)->
47 virtual int32_t GetAllSensorInfo(std::vector<HdfSensorInformationVdi>& info) = 0;
36 int32_t GetAllSensorInfo(std::vector<HdfSensorInformationVdi>& info) override;
134 int32_t SensorImpl::GetAllSensorInfo(std::vector<HdfSensorInformationVdi> &info) in GetAllSensorInfo() function in OHOS::HDI::Sensor::V1_1::SensorImpl
36 int32_t GetAllSensorInfo(std::vector<HdfSensorInformation> &info) override;
85 int32_t SensorIfService::GetAllSensorInfo(std::vector<HdfSensorInformation> &info) in GetAllSensorInfo() function in OHOS::HDI::Sensor::V1_1::SensorIfService95 int32_t ret = sensorVdiImpl_->GetAllSensorInfo(sensorInfoVdi); in GetAllSensorInfo()
131 static int32_t GetAllSensorInfo(struct HdfSBuf *data, struct HdfSBuf *reply) in GetAllSensorInfo() function314 return GetAllSensorInfo(data, reply); in DispatchSensor()
102 int ret = g_sensorInterface->GetAllSensorInfo(info);
133 int32_t ret = g_sensorInterface->GetAllSensorInfo(g_info);
66 GetAllSensorInfo([out] struct HdfSensorInformation[] info);