Home
last modified time | relevance | path

Searched refs:IsSupportVibratorCustom (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/sensors/miscdevice/test/unittest/vibrator/native/
H A Dvibrator_agent_test.cpp261 if (IsSupportVibratorCustom()) {
279 if (IsSupportVibratorCustom()) {
407 if (IsSupportVibratorCustom()) {
429 if (IsSupportVibratorCustom()) {
451 if (IsSupportVibratorCustom()) {
473 if (IsSupportVibratorCustom()) {
495 if (IsSupportVibratorCustom()) {
513 if (IsSupportVibratorCustom()) {
529 if (IsSupportVibratorCustom()) {
545 if (IsSupportVibratorCustom()) {
[all …]
/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/
H A Dvibrator_agent.cpp103 bool IsSupportVibratorCustom() in IsSupportVibratorCustom() function
106 return client.IsSupportVibratorCustom(); in IsSupportVibratorCustom()
/ohos5.0/base/sensors/miscdevice/interfaces/inner_api/vibrator/
H A Dvibrator_agent.h86 bool IsSupportVibratorCustom();
/ohos5.0/base/sensors/miscdevice/frameworks/capi/
H A Dvibrator.cpp51 if (!OHOS::Sensors::IsSupportVibratorCustom()) { in OH_Vibrator_PlayVibrationCustom()
/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/include/
H A Dvibrator_service_client.h75 bool IsSupportVibratorCustom();
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/
H A Dsystem_sound_vibrator.cpp75 if (!(Sensors::IsSupportVibratorCustom())) { in StartVibratorForSystemTone()
/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/src/
H A Dvibrator_service_client.cpp509 bool VibratorServiceClient::IsSupportVibratorCustom() in IsSupportVibratorCustom() function in OHOS::Sensors::VibratorServiceClient