Home
last modified time | relevance | path

Searched refs:CancelMuted (Results 1 - 2 of 2) sorted by relevance

/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager.h115 static napi_value CancelMuted(napi_env env, napi_callback_info info);
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp151 DECLARE_NAPI_FUNCTION("cancelMuted", CancelMuted), in DeclareCallMultimediaInterface()
2436 napi_value NapiCallManager::CancelMuted(napi_env env, napi_callback_info info) in CancelMuted() function in OHOS::Telephony::NapiCallManager
2440 TELEPHONY_LOGE("NapiCallManager::CancelMuted MatchEmptyParameter failed."); in CancelMuted()
2446 TELEPHONY_LOGE("NapiCallManager::CancelMuted asyncContext is nullptr."); in CancelMuted()
2454 env, asyncContext.release(), "CancelMuted", NativeCancelMuted, NativeVoidCallBackWithErrorCode); in CancelMuted()

Completed in 10 milliseconds