Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp215 bool SystemSoundManagerImpl::IsSystemToneTypeValid(SystemToneType systemToneType) in IsSystemToneTypeValid() function in OHOS::Media::SystemSoundManagerImpl
628 …CHECK_AND_RETURN_RET_LOG(IsSystemToneTypeValid(systemToneType), nullptr, "invalid system tone type… in GetSystemTonePlayer()
766 …CHECK_AND_RETURN_RET_LOG(IsSystemToneTypeValid(systemToneType), MSERR_INVALID_VAL, "Invalid system… in SetSystemToneUri()
909 CHECK_AND_RETURN_RET_LOG(IsSystemToneTypeValid(systemToneType), "", "Invalid system tone type"); in GetSystemToneUri()
1025 …CHECK_AND_RETURN_RET_LOG(IsSystemToneTypeValid(systemToneType), nullptr, "Invalid systemtone type… in GetDefaultSystemToneAttrs()
H A Dsystem_sound_manager_impl.h187 bool IsSystemToneTypeValid(SystemToneType systemToneType);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp1162 … result = systemSoundManager_->IsSystemToneTypeValid(SystemToneType::SYSTEM_TONE_TYPE_SIM_CARD_1);