Home
last modified time | relevance | path

Searched refs:GetSdcSensorInfo (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/test/fuzztest/sensorgetsdcsensorInfo_fuzzer/
H A DsensorgetsdcsensorInfo_fuzzer.cpp48 if (!g_sensorInterface->GetSdcSensorInfo(sdcSensorInfos)) { in SensorGetSdcSensorInfoFuzzTest()
/ohos5.0/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_if.h193 int32_t (*GetSdcSensorInfo)(struct SdcSensorInfo sdcSensorInfo[]); member
/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
324 if (sensorInterface == nullptr || sensorInterface->GetSdcSensorInfo == nullptr) { in GetSdcSensorInfo()
331 int32_t ret = sensorInterface->GetSdcSensorInfo(sdcSensorInfo); in GetSdcSensorInfo()
H A Dsensor_impl.h44 int32_t GetSdcSensorInfo(std::vector<SdcSensorInfoVdi>& sdcSensorInfoVdi) override;
/ohos5.0/drivers/peripheral/sensor/hal/src/
H A Dsensor_controller.c471 static int32_t GetSdcSensorInfo(struct SdcSensorInfo sdcSensorInfo[]) in GetSdcSensorInfo() function
489 device->GetSdcSensorInfo = GetSdcSensorInfo; in GetSensorDeviceMethods()
/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/hdi_service/
H A Dsensor_if_service.h51 int32_t GetSdcSensorInfo(std::vector<SdcSensorInfo>& sdcSensorInfo) override;
H A Dsensor_if_service.cpp741 int32_t SensorIfService::GetSdcSensorInfo(std::vector<SdcSensorInfo>& sdcSensorInfo) in GetSdcSensorInfo() function in OHOS::HDI::Sensor::V2_0::SensorIfService
754 int32_t ret = sensorVdiImpl_->GetSdcSensorInfo(sdcSensorInfoVdi); in GetSdcSensorInfo()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/cpp_target/sensor/v2_0/
H A Dsensor_interface_service.h.txt50 …int32_t GetSdcSensorInfo(std::vector<OHOS::HDI::Sensor::V2_0::SdcSensorInfo>& sdcSensorInfo) overr…
H A Dsensor_interface_service.cpp.txt82 int32_t SensorInterfaceService::GetSdcSensorInfo(std::vector<OHOS::HDI::Sensor::V2_0::SdcSensorInfo…
H A Disensor_interface.h.txt98 …virtual int32_t GetSdcSensorInfo(std::vector<OHOS::HDI::Sensor::V2_0::SdcSensorInfo>& sdcSensorInf…
H A Dsensor_interface_proxy.h.txt90 …int32_t GetSdcSensorInfo(std::vector<OHOS::HDI::Sensor::V2_0::SdcSensorInfo>& sdcSensorInfo) overr…
H A Dsensor_interface_proxy.cpp.txt199 int32_t OHOS::HDI::Sensor::V2_0::SensorInterfaceProxy::GetSdcSensorInfo(std::vector<OHOS::HDI::Sens…
H A Dsensor_interface_stub.cpp.txt584 int32_t sensorInterfaceRet = impl->GetSdcSensorInfo(sdcSensorInfo);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/dump_ast_target/
H A Ddump.txt47 [mini, lite, full] GetSdcSensorInfo(
/ohos5.0/drivers/peripheral/sensor/test/unittest/hdi/
H A Dhdf_sensor_hdi_test.cpp483 HWTEST_F(HdfSensorHdiTest, GetSdcSensorInfo, TestSize.Level1)
489 int32_t ret = g_sensorInterface->GetSdcSensorInfo(sdcSensorInfo);
/ohos5.0/drivers/interface/sensor/v2_0/
H A DISensorInterface.idl198 GetSdcSensorInfo([out] struct SdcSensorInfo[] sdcSensorInfo);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/foo/sensor/v2_0/
H A DISensorInterface.idl198 GetSdcSensorInfo([out] struct SdcSensorInfo[] sdcSensorInfo);