/ohos5.0/drivers/peripheral/sensor/test/unittest/hdi/ |
H A D | hdf_sensor_hdi_test.cpp | 463 HWTEST_F(HdfSensorHdiTest, SetSdcSensor, TestSize.Level1) 469 int32_t ret = g_sensorInterface->SetSdcSensor(iter.sensorId, true, RATE_LEVEL); 472 ret = g_sensorInterface->SetSdcSensor(iter.sensorId, false, RATE_LEVEL); 632 ret = g_sensorInterface->SetSdcSensor(iter.sensorId, true, RATE_LEVEL); 636 ret = g_sensorInterface->SetSdcSensor(iter.sensorId, false, RATE_LEVEL);
|
/ohos5.0/drivers/peripheral/sensor/test/fuzztest/sensorsetsdcsensor_fuzzer/ |
H A D | sensorsetsdcsensor_fuzzer.cpp | 30 if (!g_sensorInterface->SetSdcSensor(*(int32_t *)data, *(bool *)data, *(int32_t *)data)) { in SensorSetSdcSensorFuzzTest()
|
/ohos5.0/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_if_service.h | 50 int32_t SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel) override;
|
H A D | sensor_if_service.cpp | 690 int32_t SensorIfService::SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel) in SetSdcSensor() function in OHOS::HDI::Sensor::V2_0::SensorIfService
|
/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 | 48 int32_t SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel) override;
|
H A D | sensor_interface_service.cpp.txt | 77 int32_t SensorInterfaceService::SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel)
|
H A D | isensor_interface.h.txt | 96 virtual int32_t SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel) = 0;
|
H A D | sensor_interface_proxy.h.txt | 88 int32_t SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel) override;
|
H A D | sensor_interface_proxy.cpp.txt | 194 int32_t OHOS::HDI::Sensor::V2_0::SensorInterfaceProxy::SetSdcSensor(int32_t sensorId, bool enabled,…
|
H A D | sensor_interface_stub.cpp.txt | 547 int32_t sensorInterfaceRet = impl->SetSdcSensor(sensorId, enabled, rateLevel);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/dump_ast_target/ |
H A D | dump.txt | 42 [mini, lite, full] SetSdcSensor(
|
/ohos5.0/drivers/interface/sensor/v2_0/ |
H A D | ISensorInterface.idl | 187 SetSdcSensor([in] int sensorId, [in] boolean enabled, [in] int rateLevel);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/foo/sensor/v2_0/ |
H A D | ISensorInterface.idl | 187 SetSdcSensor([in] int sensorId, [in] boolean enabled, [in] int rateLevel);
|