Searched refs:GetKeyForDatabase (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/ |
H A D | system_sound_manager_unit_test.cpp | 653 result = systemSoundManager_->GetKeyForDatabase(Ring_Tone, Ringtone_Type_Sim_Card_1); 657 result = systemSoundManager_->GetKeyForDatabase(Ring_Tone, Ringtone_Type_Sim_Card); 684 result = systemSoundManager_->GetKeyForDatabase(System_Tone, System_Tone_Type_Sim_Card); 696 std::string result = systemSoundManager_->GetKeyForDatabase("test", 0); 1317 std::string result = systemSoundManagerImpl_->GetKeyForDatabase(RING_TONE, 0); 1319 result = systemSoundManagerImpl_->GetKeyForDatabase(RING_TONE, 1); 1321 result = systemSoundManagerImpl_->GetKeyForDatabase(RING_TONE, 100); 1338 std::string result = systemSoundManagerImpl_->GetKeyForDatabase(SYSTEM_TONE, 0); 1340 result = systemSoundManagerImpl_->GetKeyForDatabase(SYSTEM_TONE, 1); 1342 result = systemSoundManagerImpl_->GetKeyForDatabase(SYSTEM_TONE, 32); [all …]
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ |
H A D | system_sound_manager_impl.h | 139 std::string GetKeyForDatabase(const std::string &systemSoundType, int32_t type);
|
H A D | system_sound_manager_impl.cpp | 426 std::string SystemSoundManagerImpl::GetKeyForDatabase(const std::string &systemSoundType, int32_t t… in GetKeyForDatabase() function in OHOS::Media::SystemSoundManagerImpl
|