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 D | system_sound_manager.h | 250 … 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 D | system_sound_manager_unit_test.cpp | 930 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 D | system_sound_manager_impl.h | 95 std::string AddCustomizedToneByFd(const std::shared_ptr<AbilityRuntime::Context> &context,
|
H A D | system_sound_manager_impl.cpp | 1311 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 D | system_sound_manager_napi.cpp | 1774 context->uri = context->objectInfo->sysSoundMgrClient_->AddCustomizedToneByFd( in AsyncAddCustomizedTone()
|