Home
last modified time | relevance | path

Searched refs:RemoveCustomizedTone (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.h277 virtual int32_t RemoveCustomizedTone(const std::shared_ptr<AbilityRuntime::Context> &context,
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/include/
H A Dsystem_sound_manager_napi.h143 static napi_value RemoveCustomizedTone(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.h100 int32_t RemoveCustomizedTone(const std::shared_ptr<AbilityRuntime::Context> &context,
H A Dsystem_sound_manager_impl.cpp1423 int32_t SystemSoundManagerImpl::RemoveCustomizedTone( in RemoveCustomizedTone() function in OHOS::Media::SystemSoundManagerImpl
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/
H A Dsystem_sound_manager_napi.cpp284 DECLARE_NAPI_FUNCTION("removeCustomizedTone", RemoveCustomizedTone), in DefineClassProperties()
1819 napi_value SystemSoundManagerNapi::RemoveCustomizedTone(napi_env env, napi_callback_info info) in RemoveCustomizedTone() function in OHOS::Media::SystemSoundManagerNapi
1874 result = context->objectInfo->sysSoundMgrClient_->RemoveCustomizedTone( in AsyncRemoveCustomizedTone()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp315 res = systemSoundManager_->RemoveCustomizedTone(context_, uri);