Home
last modified time | relevance | path

Searched refs:AddCustomizedToneByFd (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dsystem_sound_manager.h250 … virtual std::string AddCustomizedToneByFd(const std::shared_ptr<AbilityRuntime::Context> &context,
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp930 systemSoundManager_->AddCustomizedToneByFd(context_, toneAttrs_, fd);
953 systemSoundManager_->AddCustomizedToneByFd(context_, toneAttrs_, fd);
957 systemSoundManager_->AddCustomizedToneByFd(context_, toneAttrs_, fd);
961 systemSoundManager_->AddCustomizedToneByFd(context_, toneAttrs_, fd);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.h95 std::string AddCustomizedToneByFd(const std::shared_ptr<AbilityRuntime::Context> &context,
H A Dsystem_sound_manager_impl.cpp1311 return AddCustomizedToneByFd(context, toneAttrs, srcFd); in AddCustomizedToneByExternalUri()
1314 std::string SystemSoundManagerImpl::AddCustomizedToneByFd(const std::shared_ptr<AbilityRuntime::Con… in AddCustomizedToneByFd() function in OHOS::Media::SystemSoundManagerImpl
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/
H A Dsystem_sound_manager_napi.cpp1774 context->uri = context->objectInfo->sysSoundMgrClient_->AddCustomizedToneByFd( in AsyncAddCustomizedTone()