Searched refs:RingtonePlayerImpl (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/ |
H A D | ringtone_player_impl.cpp | 40 RingtonePlayerImpl::RingtonePlayerImpl(const shared_ptr<Context> &context, in RingtonePlayerImpl() function in OHOS::Media::RingtonePlayerImpl 60 RingtonePlayerImpl::~RingtonePlayerImpl() in ~RingtonePlayerImpl() 75 bool RingtonePlayerImpl::IsFileExisting(const std::string &fileUri) in IsFileExisting() 150 bool RingtonePlayerImpl::InitDataShareHelper() in InitDataShareHelper() 159 void RingtonePlayerImpl::ReleaseDataShareHelper() in ReleaseDataShareHelper() 358 int32_t RingtonePlayerImpl::Start() in Start() 384 int32_t RingtonePlayerImpl::Stop() in Stop() 398 int32_t RingtonePlayerImpl::Release() in Release() 420 RingtoneState RingtonePlayerImpl::GetRingtoneState() in GetRingtoneState() 436 std::string RingtonePlayerImpl::GetTitle() in GetTitle() [all …]
|
H A D | ringtone_player_impl.h | 31 class RingtonePlayerImpl : public RingtonePlayer { 33 RingtonePlayerImpl(const std::shared_ptr<AbilityRuntime::Context> &context, 35 ~RingtonePlayerImpl(); 86 explicit RingtonePlayerCallback(RingtonePlayerImpl &ringtonePlayerImpl); 94 RingtonePlayerImpl &ringtonePlayerImpl_;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/ringtone_player_test/src/ |
H A D | ringtone_player_unit_test.cpp | 41 auto ringtonePlayerImpl_ = std::make_shared<RingtonePlayerImpl>(context_, *sysSoundMgr, type); 59 auto ringtonePlayerImpl_ = std::make_shared<RingtonePlayerImpl>(context_, *sysSoundMgr, type); 77 auto ringtonePlayerImpl_ = std::make_shared<RingtonePlayerImpl>(context_, *sysSoundMgr, type); 95 auto ringtonePlayerImpl_ = std::make_shared<RingtonePlayerImpl>(context_, *sysSoundMgr, type); 113 auto ringtonePlayerImpl_ = std::make_shared<RingtonePlayerImpl>(context_, *sysSoundMgr, type); 129 auto ringtonePlayerImpl_ = std::make_shared<RingtonePlayerImpl>(context_, *sysSoundMgr, type); 145 auto ringtonePlayerImpl_ = std::make_shared<RingtonePlayerImpl>(context_, *sysSoundMgr, type); 177 auto ringtonePlayerImpl_ = std::make_shared<RingtonePlayerImpl>(context_, *sysSoundMgr, type); 193 auto ringtonePlayerImpl_ = std::make_shared<RingtonePlayerImpl>(context_, *sysSoundMgr, type); 209 auto ringtonePlayerImpl_ = std::make_shared<RingtonePlayerImpl>(context_, *sysSoundMgr, type); [all …]
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ |
H A D | system_sound_manager_impl.cpp | 618 …std::shared_ptr<RingtonePlayer> ringtonePlayer = std::make_shared<RingtonePlayerImpl>(context, *th… in GetRingtonePlayer()
|