Home
last modified time | relevance | path

Searched refs:GetDefaultSystemToneAttrs (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dsystem_sound_manager.h154 virtual std::shared_ptr<ToneAttrs> GetDefaultSystemToneAttrs(
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/include/
H A Dsystem_sound_manager_napi.h111 static napi_value GetDefaultSystemToneAttrs(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.h81 …std::shared_ptr<ToneAttrs> GetDefaultSystemToneAttrs(const std::shared_ptr<AbilityRuntime::Context…
H A Dsystem_sound_manager_impl.cpp1020 std::shared_ptr<ToneAttrs> SystemSoundManagerImpl::GetDefaultSystemToneAttrs( in GetDefaultSystemToneAttrs() function in OHOS::Media::SystemSoundManagerImpl
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp81 auto toneAttrs_ = systemSoundManager_->GetDefaultSystemToneAttrs(context_,
95 auto toneAttrs_ = systemSoundManager_->GetDefaultSystemToneAttrs(context_,
109 auto toneAttrs_ = systemSoundManager_->GetDefaultSystemToneAttrs(context_,
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/
H A Dsystem_sound_manager_napi.cpp275 DECLARE_NAPI_FUNCTION("getDefaultSystemToneAttrs", GetDefaultSystemToneAttrs), in DefineClassProperties()
1193 napi_value SystemSoundManagerNapi::GetDefaultSystemToneAttrs(napi_env env, napi_callback_info info) in GetDefaultSystemToneAttrs() function in OHOS::Media::SystemSoundManagerNapi
1243 context->toneAttrs= context->objectInfo->sysSoundMgrClient_->GetDefaultSystemToneAttrs( in AsyncGetDefaultSystemToneAttrs()