Searched refs:IsSystemToneTypeValid (Results 1 – 3 of 3) sorted by relevance
215 bool SystemSoundManagerImpl::IsSystemToneTypeValid(SystemToneType systemToneType) in IsSystemToneTypeValid() function in OHOS::Media::SystemSoundManagerImpl628 …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()
187 bool IsSystemToneTypeValid(SystemToneType systemToneType);
1162 … result = systemSoundManager_->IsSystemToneTypeValid(SystemToneType::SYSTEM_TONE_TYPE_SIM_CARD_1);