Home
last modified time | relevance | path

Searched defs:GetSdcSensorInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_if.h193 int32_t (*GetSdcSensorInfo)(struct SdcSensorInfo sdcSensorInfo[]); member
/ohos5.0/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h67 …virtual int32_t GetSdcSensorInfo(std::vector<SdcSensorInfoVdi>& sdcSensorInfo) { return HDF_SUCCES… in GetSdcSensorInfo() function
/ohos5.0/drivers/peripheral/sensor/hal/src/
H A Dsensor_controller.c471 static int32_t GetSdcSensorInfo(struct SdcSensorInfo sdcSensorInfo[]) in GetSdcSensorInfo() function
/ohos5.0/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp321 int32_t SensorImpl::GetSdcSensorInfo(std::vector<SdcSensorInfoVdi> &sdcSensorInfoVdi) in GetSdcSensorInfo() function in OHOS::HDI::Sensor::V1_1::SensorImpl
/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp741 int32_t SensorIfService::GetSdcSensorInfo(std::vector<SdcSensorInfo>& sdcSensorInfo) in GetSdcSensorInfo() function in OHOS::HDI::Sensor::V2_0::SensorIfService