Home
last modified time | relevance | path

Searched refs:supportedEffectId (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/vibrator/
H A Dvibrator_utils.cpp45 const char* VibratorUtils::supportedEffectId = nullptr; member in OHOS::Ace::NG::VibratorUtils
62 if (supportedEffectId == nullptr) { in StartVibraFeedback()
63 supportedEffectId = VibratorUtils::GetFirstSupportedId(); in StartVibraFeedback()
65 if (supportedEffectId != nullptr) { in StartVibraFeedback()
66 Sensors::StartVibrator(supportedEffectId); in StartVibraFeedback()
/foundation/arkui/ace_engine/frameworks/core/common/vibrator/
H A Dvibrator_utils.h31 static const char* supportedEffectId; member in OHOS::Ace::NG::VibratorUtils

Completed in 1 milliseconds