Home
last modified time | relevance | path

Searched defs:currentToneUri (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp1520 string currentToneUri = ""; in GetCurrentToneUri() local
1639 std::shared_ptr<DataShare::DataShareHelper> dataShareHelper, const std::string &currentToneUri, in GetDefaultToneHapticsSettings()
1668 string currentToneUri = GetCurrentToneUri(context, toneHapticsType); in GetToneHapticsSettings() local
1729 string currentToneUri = GetCurrentToneUri(context, toneHapticsType); in SetToneHapticsSettings() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp1077 std::string currentToneUri; variable