Home
last modified time | relevance | path

Searched refs:OnDataEvent (Results 1 - 14 of 14) sorted by relevance

/drivers/peripheral/sensor/test/common/src/
H A Dsensor_callback_impl_test.cpp25 int32_t SensorCallbackImplTest::OnDataEvent(const HdfSensorEvents& event) in OnDataEvent() function in OHOS::HDI::Sensor::V2_0::SensorCallbackImplTest
H A Dsensor_callback_impl.cpp98 int32_t SensorCallbackImpl::OnDataEvent(const HdfSensorEvents& event) in OnDataEvent() function in OHOS::HDI::Sensor::V2_0::SensorCallbackImpl
/drivers/peripheral/motion/test/unittest/hdi/
H A Dmotion_callback_impl.cpp23 int32_t MotionCallbackImpl::OnDataEvent(const HdfMotionEvent &event) in OnDataEvent() function in OHOS::HDI::Motion::V1_0::MotionCallbackImpl
H A Dmotion_callback_impl.h30 int32_t OnDataEvent(const HdfMotionEvent &event) override;
/drivers/peripheral/sensor/test/common/include/
H A Dsensor_callback_impl.h30 int32_t OnDataEvent(const HdfSensorEvents& event) override;
H A Dsensor_callback_impl_test.h36 int32_t OnDataEvent(const HdfSensorEvents& event) override;
/drivers/peripheral/sensor/test/fuzztest/sensorregisterandunregistercallback_fuzzer/
H A Dsensorregisterandunregistercallback_fuzzer.h32 int32_t OnDataEvent(const HdfSensorEvents& event) override;
H A Dsensorregisterandunregistercallback_fuzzer.cpp26 int32_t SensorRegisterAndUnregisterCallbackFuzzer::OnDataEvent(const HdfSensorEvents& event) in OnDataEvent() function in OHOS::HDI::Sensor::V2_0::SensorRegisterAndUnregisterCallbackFuzzer
/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_callback_vdi.h45 virtual int32_t OnDataEvent(const V2_0::HdfSensorEvents& event) = 0;
/drivers/peripheral/motion/hdi_service/
H A Dmotion_callback_vdi.cpp38 int32_t ret = motionCallback_->OnDataEvent(event); in OnDataEventVdi()
40 HDF_LOGE("%{public}s OnDataEvent failed, error code is %{public}d", __func__, ret); in OnDataEventVdi()
/drivers/peripheral/sensor/test/unittest/dump/
H A Dhdf_sensor_dump_test.cpp65 void OnDataEvent(const V2_0::HdfSensorEvents& event);
141 void HdfSensorDumpTest::OnDataEvent(const V2_0::HdfSensorEvents& event) in OnDataEvent() function in HdfSensorDumpTest
214 OnDataEvent(g_event); in HWTEST_F()
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_callback_vdi.h38 int32_t OnDataEvent(const V2_0::HdfSensorEvents& event) override;
H A Dsensor_callback_vdi.cpp46 int32_t ret = OnDataEvent(event); in OnDataEventVdi()
50 int32_t SensorCallbackVdi::OnDataEvent(const V2_0::HdfSensorEvents& event) in OnDataEvent() function in OHOS::HDI::Sensor::V2_0::SensorCallbackVdi
H A Dsensor_clients_manager.cpp483 int32_t ret = callback->OnDataEvent(event); in ReportEachClient()
485 HDF_LOGD("%{public}s Sensor OnDataEvent failed, error code is %{public}d", __func__, ret); in ReportEachClient()

Completed in 5 milliseconds