Home
last modified time | relevance | path

Searched refs:CheckEventParameters (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/include/
H A Dhe_vibrator_decoder.h39 bool CheckEventParameters(const VibrateEvent& event);
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/oh_json/include/
H A Ddefault_vibrator_decoder.h40 bool CheckEventParameters(const VibrateEvent &event);
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/src/
H A Dhe_vibrator_decoder.cpp196 if (!CheckEventParameters(event)) { in ParseEvent()
246 bool HEVibratorDecoder::CheckEventParameters(const VibrateEvent &event) in CheckEventParameters() function in OHOS::Sensors::HEVibratorDecoder
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/oh_json/src/
H A Ddefault_vibrator_decoder.cpp195 if (!CheckEventParameters(event)) { in ParseEvent()
211 bool DefaultVibratorDecoder::CheckEventParameters(const VibrateEvent &event) in CheckEventParameters() function in OHOS::Sensors::DefaultVibratorDecoder