/ohos5.0/drivers/peripheral/sensor/test/fuzztest/sensorgetsdcsensorInfo_fuzzer/ |
H A D | sensorgetsdcsensorInfo_fuzzer.cpp | 48 if (!g_sensorInterface->GetSdcSensorInfo(sdcSensorInfos)) { in SensorGetSdcSensorInfoFuzzTest()
|
/ohos5.0/drivers/peripheral/sensor/interfaces/include/ |
H A D | sensor_if.h | 193 int32_t (*GetSdcSensorInfo)(struct SdcSensorInfo sdcSensorInfo[]); member
|
/ohos5.0/drivers/peripheral/sensor/hdi_impl/ |
H A D | sensor_impl.cpp | 321 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 D | sensor_impl.h | 44 int32_t GetSdcSensorInfo(std::vector<SdcSensorInfoVdi>& sdcSensorInfoVdi) override;
|
/ohos5.0/drivers/peripheral/sensor/hal/src/ |
H A D | sensor_controller.c | 471 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 D | isensor_interface_vdi.h | 67 …virtual int32_t GetSdcSensorInfo(std::vector<SdcSensorInfoVdi>& sdcSensorInfo) { return HDF_SUCCES… in GetSdcSensorInfo() function
|
/ohos5.0/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_if_service.h | 51 int32_t GetSdcSensorInfo(std::vector<SdcSensorInfo>& sdcSensorInfo) override;
|
H A D | sensor_if_service.cpp | 741 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 D | sensor_interface_service.h.txt | 50 …int32_t GetSdcSensorInfo(std::vector<OHOS::HDI::Sensor::V2_0::SdcSensorInfo>& sdcSensorInfo) overr…
|
H A D | sensor_interface_service.cpp.txt | 82 int32_t SensorInterfaceService::GetSdcSensorInfo(std::vector<OHOS::HDI::Sensor::V2_0::SdcSensorInfo…
|
H A D | isensor_interface.h.txt | 98 …virtual int32_t GetSdcSensorInfo(std::vector<OHOS::HDI::Sensor::V2_0::SdcSensorInfo>& sdcSensorInf…
|
H A D | sensor_interface_proxy.h.txt | 90 …int32_t GetSdcSensorInfo(std::vector<OHOS::HDI::Sensor::V2_0::SdcSensorInfo>& sdcSensorInfo) overr…
|
H A D | sensor_interface_proxy.cpp.txt | 199 int32_t OHOS::HDI::Sensor::V2_0::SensorInterfaceProxy::GetSdcSensorInfo(std::vector<OHOS::HDI::Sens…
|
H A D | sensor_interface_stub.cpp.txt | 584 int32_t sensorInterfaceRet = impl->GetSdcSensorInfo(sdcSensorInfo);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/dump_ast_target/ |
H A D | dump.txt | 47 [mini, lite, full] GetSdcSensorInfo(
|
/ohos5.0/drivers/peripheral/sensor/test/unittest/hdi/ |
H A D | hdf_sensor_hdi_test.cpp | 483 HWTEST_F(HdfSensorHdiTest, GetSdcSensorInfo, TestSize.Level1) 489 int32_t ret = g_sensorInterface->GetSdcSensorInfo(sdcSensorInfo);
|
/ohos5.0/drivers/interface/sensor/v2_0/ |
H A D | ISensorInterface.idl | 198 GetSdcSensorInfo([out] struct SdcSensorInfo[] sdcSensorInfo);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/foo/sensor/v2_0/ |
H A D | ISensorInterface.idl | 198 GetSdcSensorInfo([out] struct SdcSensorInfo[] sdcSensorInfo);
|