Home
last modified time | relevance | path

Searched refs:GetSdcSensorInfo (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/sensor/test/fuzztest/sensorgetsdcsensorInfo_fuzzer/
H A DsensorgetsdcsensorInfo_fuzzer.cpp48 if (!g_sensorInterface->GetSdcSensorInfo(sdcSensorInfos)) { in SensorGetSdcSensorInfoFuzzTest()
/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_if.h193 int32_t (*GetSdcSensorInfo)(struct SdcSensorInfo sdcSensorInfo[]); member
/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.h44 int32_t GetSdcSensorInfo(std::vector<SdcSensorInfoVdi>& sdcSensorInfoVdi) override;
H A Dsensor_impl.cpp321 int32_t SensorImpl::GetSdcSensorInfo(std::vector<SdcSensorInfoVdi> &sdcSensorInfoVdi) in GetSdcSensorInfo() function in OHOS::HDI::Sensor::V1_1::SensorImpl
323 HDF_LOGI("%{public}s: Enter the GetSdcSensorInfo function", __func__); in GetSdcSensorInfo()
324 if (sensorInterface == nullptr || sensorInterface->GetSdcSensorInfo == nullptr) { in GetSdcSensorInfo()
329 StartTrace(HITRACE_TAG_SENSORS, "GetSdcSensorInfo"); in GetSdcSensorInfo()
331 int32_t ret = sensorInterface->GetSdcSensorInfo(sdcSensorInfo); in GetSdcSensorInfo()
/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h67 virtual int32_t GetSdcSensorInfo(std::vector<SdcSensorInfoVdi>& sdcSensorInfo) { return HDF_SUCCESS; }; in GetSdcSensorInfo() function in OHOS::HDI::Sensor::V1_1::ISensorInterfaceVdi
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.h50 int32_t GetSdcSensorInfo(std::vector<SdcSensorInfo>& sdcSensorInfo) override;
H A Dsensor_if_service.cpp735 int32_t SensorIfService::GetSdcSensorInfo(std::vector<SdcSensorInfo>& sdcSensorInfo) in GetSdcSensorInfo() function in OHOS::HDI::Sensor::SensorIfService
747 SENSOR_TRACE_START("sensorVdiImpl_->GetSdcSensorInfo"); in GetSdcSensorInfo()
748 int32_t ret = sensorVdiImpl_->GetSdcSensorInfo(sdcSensorInfoVdi); in GetSdcSensorInfo()
751 HDF_LOGE("%{public}s GetSdcSensorInfo failed, error code is %{public}d", __func__, ret); in GetSdcSensorInfo()
/drivers/peripheral/sensor/hal/src/
H A Dsensor_controller.c475 static int32_t GetSdcSensorInfo(struct SdcSensorInfo sdcSensorInfo[]) in GetSdcSensorInfo() function
493 device->GetSdcSensorInfo = GetSdcSensorInfo; in GetSensorDeviceMethods()
/drivers/peripheral/sensor/test/unittest/hdi/
H A Dhdf_sensor_hdi_test.cpp478 * @tc.name: GetSdcSensorInfo
483 HWTEST_F(HdfSensorHdiTest, GetSdcSensorInfo, TestSize.Level1) in HWTEST_F()
489 int32_t ret = g_sensorInterface->GetSdcSensorInfo(sdcSensorInfo); in HWTEST_F()

Completed in 6 milliseconds