Home
last modified time | relevance | path

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

/drivers/peripheral/sensor/test/benchmarktest/
H A Dsensor_single_interface_benchmark_test.cpp64 * @tc.desc: Benchmarktest for interface GetAllSensorInfo
68 BENCHMARK_F(SensorBenchmarkTest, GetAllSensorInfo)(benchmark::State &state) in BENCHMARK_F()
71 int32_t ret = g_sensorInterface->GetAllSensorInfo(g_info); in BENCHMARK_F()
76 BENCHMARK_REGISTER_F(SensorBenchmarkTest, GetAllSensorInfo)->
H A Dsensor_benchmark_test.cpp67 * @tc.desc: Benchmarktest for interface GetAllSensorInfo
71 BENCHMARK_F(SensorBenchmarkTest, GetAllSensorInfo)(benchmark::State &state) in BENCHMARK_F()
78 ret = g_sensorInterface->GetAllSensorInfo(g_info); in BENCHMARK_F()
83 BENCHMARK_REGISTER_F(SensorBenchmarkTest, GetAllSensorInfo)->
/drivers/peripheral/sensor/test/unittest/dump/
H A Dhdf_sensor_dump_test.cpp59 void GetAllSensorInfo(std::vector<HdfSensorInformation> &info);
87 void HdfSensorDumpTest::GetAllSensorInfo(std::vector<HdfSensorInformation> &info) in GetAllSensorInfo() function in HdfSensorDumpTest
182 GetAllSensorInfo(g_info); in HWTEST_F()
/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.h36 int32_t GetAllSensorInfo(std::vector<HdfSensorInformationVdi>& info) override;
H A Dsensor_impl.cpp110 int32_t SensorImpl::GetAllSensorInfo(std::vector<HdfSensorInformationVdi> &info) in GetAllSensorInfo() function in OHOS::HDI::Sensor::V1_1::SensorImpl
112 HDF_LOGI("%{public}s: Enter the GetAllSensorInfo function.", __func__); in GetAllSensorInfo()
122 StartTrace(HITRACE_TAG_SENSORS, "GetAllSensorInfo"); in GetAllSensorInfo()
/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h59 virtual int32_t GetAllSensorInfo(std::vector<HdfSensorInformationVdi>& info) = 0;
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.h38 int32_t GetAllSensorInfo(std::vector<HdfSensorInformation> &info) override;
H A Dsensor_if_service.cpp113 ret = GetAllSensorInfo(hdfSensorInformations); in Init()
115 HDF_LOGE("%{public}s GetAllSensorInfo failed, error code is %{public}d", __func__, ret); in Init()
140 int32_t SensorIfService::GetAllSensorInfo(std::vector<HdfSensorInformation> &info) in GetAllSensorInfo() function in OHOS::HDI::Sensor::V2_0::SensorIfService
152 SENSOR_TRACE_START("sensorVdiImpl_->GetAllSensorInfo"); in GetAllSensorInfo()
153 int32_t ret = sensorVdiImpl_->GetAllSensorInfo(sensorInfoVdi); in GetAllSensorInfo()
/drivers/peripheral/sensor/test/performance/hdi/
H A Dhdf_sensor_hdi_performance_test.cpp102 int ret = g_sensorInterface->GetAllSensorInfo(info); in HWTEST_F()
/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A 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/unittest/hdi/
H A Dhdf_sensor_hdi_test.cpp141 int32_t ret = g_sensorInterface->GetAllSensorInfo(g_info); in HWTEST_F()

Completed in 6 milliseconds