Searched refs:GetAllSensorInfo (Results 1 - 11 of 11) sorted by relevance
/drivers/peripheral/sensor/test/benchmarktest/ |
H A D | sensor_single_interface_benchmark_test.cpp | 64 * @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 D | sensor_benchmark_test.cpp | 67 * @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 D | hdf_sensor_dump_test.cpp | 59 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 D | sensor_impl.h | 36 int32_t GetAllSensorInfo(std::vector<HdfSensorInformationVdi>& info) override;
|
H A D | sensor_impl.cpp | 110 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 D | isensor_interface_vdi.h | 59 virtual int32_t GetAllSensorInfo(std::vector<HdfSensorInformationVdi>& info) = 0;
|
/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_if_service.h | 38 int32_t GetAllSensorInfo(std::vector<HdfSensorInformation> &info) override;
|
H A D | sensor_if_service.cpp | 113 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 D | hdf_sensor_hdi_performance_test.cpp | 102 int ret = g_sensorInterface->GetAllSensorInfo(info); in HWTEST_F()
|
/drivers/hdf_core/framework/model/sensor/driver/common/src/ |
H A D | sensor_device_manager.c | 131 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 D | hdf_sensor_hdi_test.cpp | 141 int32_t ret = g_sensorInterface->GetAllSensorInfo(g_info); in HWTEST_F()
|
Completed in 6 milliseconds