Home
last modified time | relevance | path

Searched refs:vibratorType (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/vibrator/
H A Dvibrator_utils.cpp32 const char* GetVibratorType(const std::string& vibratorType) in GetVibratorType() argument
34 if (vibratorType == "longPress.light") { in GetVibratorType()
36 } else if (vibratorType == "slide") { in GetVibratorType()
38 } else if (vibratorType == "slide.light") { in GetVibratorType()
71 void VibratorUtils::StartVibraFeedback(const std::string& vibratorType) in StartVibraFeedback() argument
73 const char* realVibratorType = GetVibratorType(vibratorType); in StartVibraFeedback()
/foundation/arkui/ace_engine/adapter/preview/entrance/vibrator/
H A Dvibrator_utils.cpp23 void VibratorUtils::StartVibraFeedback(const std::string& vibratorType) in StartVibraFeedback() argument
/foundation/arkui/ace_engine/test/mock/core/pattern/
H A Dmock_indexer_vibrator.cpp23 void VibratorUtils::StartVibraFeedback(const std::string& vibratorType) in StartVibraFeedback() argument
/foundation/arkui/ace_engine/frameworks/core/common/vibrator/
H A Dvibrator_utils.h28 static void StartVibraFeedback(const std::string& vibratorType);
/foundation/arkui/ui_lite/interfaces/innerkits/dock/
H A Dvibrator_manager.h34 * @param vibratorType vibrator type.
36 typedef void (*VibratorFunc)(VibratorType vibratorType);
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H A Dui_test_rotate_input.cpp45 void Print(VibratorType vibratorType) in Print() argument
47 switch (vibratorType) { in Print()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h299 void StartVibraFeedback(const std::string& vibratorType) override;
H A Dweb_client_impl.cpp1255 void WebClientImpl::StartVibraFeedback(const std::string& vibratorType) in StartVibraFeedback() argument
1260 delegate->StartVibraFeedback(vibratorType); in StartVibraFeedback()
H A Dweb_delegate.h1076 void StartVibraFeedback(const std::string& vibratorType);
H A Dweb_delegate.cpp7248 void WebDelegate::StartVibraFeedback(const std::string& vibratorType) in StartVibraFeedback() argument
7252 webPattern->StartVibraFeedback(vibratorType); in StartVibraFeedback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h603 void StartVibraFeedback(const std::string& vibratorType);
H A Dweb_pattern.cpp1327 void WebPattern::StartVibraFeedback(const std::string& vibratorType) in StartVibraFeedback() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h695 void StartVibraFeedback(const std::string& vibratorType);
H A Dweb_pattern.cpp7034 void WebPattern::StartVibraFeedback(const std::string& vibratorType) in StartVibraFeedback() argument
7037 NG::VibratorUtils::StartVibraFeedback(vibratorType); in StartVibraFeedback()

Completed in 33 milliseconds