Home
last modified time | relevance | path

Searched refs:SetBatch (Results 1 – 25 of 46) sorted by relevance

12

/base/sensors/sensor/interfaces/native/test/unittest/
Dsensor_agent_test.cpp165 ret = SetBatch(SENSOR_ID, &user, 100000000, 100000000);
232 ret = SetBatch(SENSOR_ID, &user, 100000000, 100000000);
241 int32_t ret = SetBatch(INVALID_VALUE, &user, 100000000, 100000000);
248 int32_t ret = SetBatch(SENSOR_ID, nullptr, INVALID_VALUE, INVALID_VALUE);
352 ret = SetBatch(SENSOR_ID, &user, 100000000, 100000000);
417 ret = SetBatch(SENSOR_ID, &user, 100000000, 100000000);
430 ret = SetBatch(SENSOR_ID, &user2, 200000000, 100000000);
Dsensor_power_test.cpp157 ret = SetBatch(SENSOR_ID, &user, 100000000, 0);
185 ret = SetBatch(SENSOR_ID, &user, 100000000, 0);
228 ret = SetBatch(SENSOR_ID, &user, 100000000, 0);
266 ret = SetBatch(SENSOR_ID, &user, 100000000, 0);
299 ret = SetBatch(SENSOR_ID, &user, 100000000, 0);
/base/sensors/sensor_lite/interfaces/kits/native/include/
Dsensor_agent.h97 int32_t SetBatch(int32_t sensorTypeId, SensorUser *user, int64_t samplingInterval, int64_t reportIn…
/base/sensors/sensor_lite/frameworks/include/
Dsensor_agent.h101 int32_t SetBatch(int32_t sensorTypeId, SensorUser *user, int64_t samplingInterval, int64_t reportIn…
/base/sensors/medical_sensor/interfaces/native/include/
Dmedical_native_impl.h94 int32_t SetBatch(int32_t sensorTypeId, const MedicalSensorUser *user, int64_t samplingInterval, int…
/base/sensors/sensor_lite/interfaces/kits/native/test/unittest/src/
Dsensor_agent_interfaces_test.cpp210 int32_t ret = SetBatch(0, sensorUser, 200, 3000);
224 int32_t ret = SetBatch(0, &sensorUser, -1, 3000);
238 int32_t ret = SetBatch(0, &sensorUser, 200, 3000);
252 int32_t ret = SetBatch(0, &sensorUser, 200, -1);
266 int32_t ret = SetBatch(-1, &sensorUser, 200, 3000);
/base/sensors/sensor/services/sensor/hdi_connection/interface/include/
Di_sensor_hdi_connection.h34 … virtual int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) = 0;
Dsensor_hdi_connection.h34 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
/base/sensors/sensor/services/sensor/hdi_connection/hardware/include/
Dhdi_service_impl.h34 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval);
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp89 int32_t SensorHdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInt… in SetBatch() function in OHOS::Sensors::SensorHdiConnection
91 int32_t ret = iSensorHdiConnection_->SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch()
/base/sensors/sensor/services/sensor/hdi_connection/adapter/include/
Dcompatible_connection.h32 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
Dhdi_connection.h33 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/
Dhdi_service_impl.h40 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval);
/base/sensors/sensor/interfaces/native/include/
Dsensor_agent.h94 int32_t SetBatch(int32_t sensorTypeId, const SensorUser *user, int64_t samplingInterval, int64_t re…
/base/sensors/sensor_lite/services/include/
Dsensor_service.h56 …int32_t (*SetBatch)(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t re… member
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/
Di_sensor_hdi_connection.h40 … virtual int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) = 0;
Dsensor_hdi_connection.h38 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
/base/sensors/sensor/services/sensor/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp184 int32_t SensorHdiConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInt… in SetBatch() function in OHOS::Sensors::SensorHdiConnection
190 ret = iSensorCompatibleHdiConnection_->SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch()
199 ret = iSensorHdiConnection_->SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch()
/base/sensors/sensor/interfaces/native/test/fuzztest/sensoragent_fuzzer/
Dsensoragent_fuzzer.cpp56 ret = SetBatch(sensorTypeId, &user, 200000000, 0); in SensorAgentFuzzTest()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/include/
Dcompatible_connection.h38 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
Dhdi_connection.h39 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
/base/sensors/sensor/interfaces/native/src/
Dsensor_agent.cpp75 int32_t SetBatch(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t report… in SetBatch() function
77 int32_t ret = SENSOR_AGENT_IMPL->SetBatch(sensorId, user, samplingInterval, reportInterval); in SetBatch()
/base/sensors/medical_sensor/interfaces/native/test/unittest/
Dmedical_native_test.cpp81 ret = SetBatch(sensorTypeId, &user, 100000000, 100000000);
/base/sensors/sensor/services/sensor/hdi_connection/adapter/src/
Dcompatible_connection.cpp97 int32_t CompatibleConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportIn… in SetBatch() function in OHOS::Sensors::CompatibleConnection
99 int32_t ret = hdiServiceImpl_.SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
Dcompatible_connection.cpp84 int32_t CompatibleConnection::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportIn… in SetBatch() function in OHOS::Sensors::CompatibleConnection
86 int32_t ret = hdiServiceImpl_.SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch()

12