Searched refs:RemoveCustomizedTone (Results 1 – 6 of 6) sorted by relevance
277 virtual int32_t RemoveCustomizedTone(const std::shared_ptr<AbilityRuntime::Context> &context,
143 static napi_value RemoveCustomizedTone(napi_env env, napi_callback_info info);
100 int32_t RemoveCustomizedTone(const std::shared_ptr<AbilityRuntime::Context> &context,
1423 int32_t SystemSoundManagerImpl::RemoveCustomizedTone( in RemoveCustomizedTone() function in OHOS::Media::SystemSoundManagerImpl
284 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::SystemSoundManagerNapi1874 result = context->objectInfo->sysSoundMgrClient_->RemoveCustomizedTone( in AsyncRemoveCustomizedTone()
315 res = systemSoundManager_->RemoveCustomizedTone(context_, uri);