Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp1967 auto standardVibrateTypeEntry = hapticsStyleMap_.find(standardVibrateType); in GetVibrateTypeByStyle() local
1968 if (standardVibrateTypeEntry == hapticsStyleMap_.end()) { in GetVibrateTypeByStyle()
1972 auto hapticsStyleEntry = standardVibrateTypeEntry->second.find(hapticsStyle); in GetVibrateTypeByStyle()
1973 if (hapticsStyleEntry == standardVibrateTypeEntry->second.end()) { in GetVibrateTypeByStyle()