Home
last modified time | relevance | path

Searched refs:SetSdcSensor (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/test/unittest/hdi/
H A Dhdf_sensor_hdi_test.cpp463 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 Dsensorsetsdcsensor_fuzzer.cpp30 if (!g_sensorInterface->SetSdcSensor(*(int32_t *)data, *(bool *)data, *(int32_t *)data)) { in SensorSetSdcSensorFuzzTest()
/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.h50 int32_t SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel) override;
H A Dsensor_if_service.cpp690 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 Dsensor_interface_service.h.txt48 int32_t SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel) override;
H A Dsensor_interface_service.cpp.txt77 int32_t SensorInterfaceService::SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel)
H A Disensor_interface.h.txt96 virtual int32_t SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel) = 0;
H A Dsensor_interface_proxy.h.txt88 int32_t SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel) override;
H A Dsensor_interface_proxy.cpp.txt194 int32_t OHOS::HDI::Sensor::V2_0::SensorInterfaceProxy::SetSdcSensor(int32_t sensorId, bool enabled,…
H A Dsensor_interface_stub.cpp.txt547 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 Ddump.txt42 [mini, lite, full] SetSdcSensor(
/ohos5.0/drivers/interface/sensor/v2_0/
H A DISensorInterface.idl187 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 DISensorInterface.idl187 SetSdcSensor([in] int sensorId, [in] boolean enabled, [in] int rateLevel);