Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_vibrate.cpp200 RingerModeCallbackImpl::RingerModeCallbackImpl(SystemSoundManagerImpl &systemSoundManagerImpl) in RingerModeCallbackImpl() function in OHOS::Media::RingerModeCallbackImpl
203 void RingerModeCallbackImpl::OnRingerModeUpdated(const AudioStandard::AudioRingerMode &ringerMode) in OnRingerModeUpdated()
H A Dsystem_sound_manager_impl.h45 class RingerModeCallbackImpl; variable
220 class RingerModeCallbackImpl : public AudioStandard::AudioRingerModeCallback {
222 explicit RingerModeCallbackImpl(SystemSoundManagerImpl &systemSoundManagerImpl);
223 virtual ~RingerModeCallbackImpl() = default;
H A Dsystem_sound_manager_impl.cpp199 ringerModeCallback_ = std::make_shared<RingerModeCallbackImpl>(*this); in InitRingerMode()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp1039 RingerModeCallbackImpl ringerMode_(systemSoundManager_);