Home
last modified time | relevance | path

Searched defs:effectId (Results 1 – 6 of 6) sorted by relevance

/base/sensors/miscdevice/test/unittest/vibrator/js/
DExampleJsunit.test.js1179 effectId: "haptic.effect.soft", property
1215 effectId: "haptic.effect.hard", property
1251 effectId: "haptic.effect.sharp", property
1344 effectId: "haptic.clock.timer", property
1378 effectId: "", property
1411 effectId: "haptic.clock.timer", property
1509 effectId: "haptic.clock.timer", property
1537 effectId: "", property
1567 effectId: "haptic.clock.timer", property
1678 effectId: "haptic.clock.timer", property
[all …]
/base/sensors/miscdevice/frameworks/native/vibrator/
Dvibrator_agent.cpp70 int32_t StartVibrator(const char *effectId) in StartVibrator()
184 int32_t IsSupportEffect(const char *effectId, bool *state) in IsSupportEffect()
256 int32_t PlayPrimitiveEffect(const char *effectId, int32_t intensity) in PlayPrimitiveEffect()
/base/sensors/miscdevice/test/fuzztest/vibrator/issupporteffect_fuzzer/
Dissupporteffect_fuzzer.cpp50 char effectId[LEN + 1]; in IsSupportEffectFuzzTest() local
/base/sensors/miscdevice/test/fuzztest/vibrator/playprimitiveeffect_fuzzer/
Dplayprimitiveeffect_fuzzer.cpp80 char effectId[LEN + 1]; in PlayPrimitiveEffectFuzzTest() local
/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
Dvibrator_js.cpp61 std::string effectId; member
111 string effectId; in VibrateEffectId() local
400 string effectId; in IsSupportEffect() local
427 string effectId; in IsSupportEffectSync() local
/base/sensors/miscdevice/test/unittest/vibrator/native/
Dvibrator_agent_test.cpp119 bool IsSupportVibratorEffect(const char* effectId) in IsSupportVibratorEffect()