Home
last modified time | relevance | path

Searched refs:StartVibraFeedback (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/vibrator/
H A Dvibrator_utils.cpp19 void VibratorUtils::StartVibraFeedback() in StartVibraFeedback() function in OHOS::Ace::NG::VibratorUtils
23 void VibratorUtils::StartVibraFeedback(const std::string& vibratorType) in StartVibraFeedback() function in OHOS::Ace::NG::VibratorUtils
/foundation/arkui/ace_engine/test/mock/core/pattern/
H A Dmock_indexer_vibrator.cpp19 void VibratorUtils::StartVibraFeedback() in StartVibraFeedback() function in OHOS::Ace::NG::VibratorUtils
23 void VibratorUtils::StartVibraFeedback(const std::string& vibratorType) in StartVibraFeedback() function in OHOS::Ace::NG::VibratorUtils
/foundation/arkui/ace_engine/frameworks/core/common/vibrator/
H A Dvibrator_utils.h27 static void StartVibraFeedback();
28 static void StartVibraFeedback(const std::string& vibratorType);
/foundation/arkui/ace_engine/adapter/ohos/entrance/vibrator/
H A Dvibrator_utils.cpp59 void VibratorUtils::StartVibraFeedback() in StartVibraFeedback() function in OHOS::Ace::NG::VibratorUtils
71 void VibratorUtils::StartVibraFeedback(const std::string& vibratorType) in StartVibraFeedback() function in OHOS::Ace::NG::VibratorUtils
/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() function in OHOS::Ace::WebClientImpl
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() function in OHOS::Ace::WebDelegate
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() function in OHOS::Ace::NG::WebPattern
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_method_test_ng.cpp1856 * @tc.desc: StartVibraFeedback.
1875 webPattern->StartVibraFeedback(""); in HWTEST_F()
1879 webPattern->StartVibraFeedback(""); in HWTEST_F()
/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() function in OHOS::Ace::NG::WebPattern
7037 NG::VibratorUtils::StartVibraFeedback(vibratorType); in StartVibraFeedback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp326 VibratorUtils::StartVibraFeedback("longPress.light"); in StartVibratorByLongPress()
3801 VibratorUtils::StartVibraFeedback("slide"); in StartVibratorByIndexChange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp745 VibratorUtils::StartVibraFeedback(); in ApplyIndexChanged()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp1866 VibratorUtils::StartVibraFeedback("slide"); in StartVibratorByIndexChange()
3254 VibratorUtils::StartVibraFeedback("longPress.light"); in StartVibratorByLongPress()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp3521 VibratorUtils::StartVibraFeedback("longPress.light");
6734 VibratorUtils::StartVibraFeedback("slide");

Completed in 71 milliseconds