Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OnDataEvent
(Results
1 - 14
of
14
) sorted by relevance
/drivers/peripheral/sensor/test/common/src/
H
A
D
sensor_callback_impl_test.cpp
25
int32_t SensorCallbackImplTest::
OnDataEvent
(const HdfSensorEvents& event)
in OnDataEvent()
function in OHOS::HDI::Sensor::V2_0::SensorCallbackImplTest
H
A
D
sensor_callback_impl.cpp
98
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
D
motion_callback_impl.cpp
23
int32_t MotionCallbackImpl::
OnDataEvent
(const HdfMotionEvent &event)
in OnDataEvent()
function in OHOS::HDI::Motion::V1_0::MotionCallbackImpl
H
A
D
motion_callback_impl.h
30
int32_t
OnDataEvent
(const HdfMotionEvent &event) override;
/drivers/peripheral/sensor/test/common/include/
H
A
D
sensor_callback_impl.h
30
int32_t
OnDataEvent
(const HdfSensorEvents& event) override;
H
A
D
sensor_callback_impl_test.h
36
int32_t
OnDataEvent
(const HdfSensorEvents& event) override;
/drivers/peripheral/sensor/test/fuzztest/sensorregisterandunregistercallback_fuzzer/
H
A
D
sensorregisterandunregistercallback_fuzzer.h
32
int32_t
OnDataEvent
(const HdfSensorEvents& event) override;
H
A
D
sensorregisterandunregistercallback_fuzzer.cpp
26
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
D
isensor_callback_vdi.h
45
virtual int32_t
OnDataEvent
(const V2_0::HdfSensorEvents& event) = 0;
/drivers/peripheral/motion/hdi_service/
H
A
D
motion_callback_vdi.cpp
38
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
D
hdf_sensor_dump_test.cpp
65
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
D
sensor_callback_vdi.h
38
int32_t
OnDataEvent
(const V2_0::HdfSensorEvents& event) override;
H
A
D
sensor_callback_vdi.cpp
46
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
D
sensor_clients_manager.cpp
483
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 6 milliseconds