Searched defs:effectId (Results 1 – 6 of 6) sorted by relevance
| /base/sensors/miscdevice/test/unittest/vibrator/js/ |
| D | ExampleJsunit.test.js | 1179 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/ |
| D | vibrator_agent.cpp | 70 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/ |
| D | issupporteffect_fuzzer.cpp | 50 char effectId[LEN + 1]; in IsSupportEffectFuzzTest() local
|
| /base/sensors/miscdevice/test/fuzztest/vibrator/playprimitiveeffect_fuzzer/ |
| D | playprimitiveeffect_fuzzer.cpp | 80 char effectId[LEN + 1]; in PlayPrimitiveEffectFuzzTest() local
|
| /base/sensors/miscdevice/frameworks/js/napi/vibrator/src/ |
| D | vibrator_js.cpp | 61 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/ |
| D | vibrator_agent_test.cpp | 119 bool IsSupportVibratorEffect(const char* effectId) in IsSupportVibratorEffect()
|