Home
last modified time | relevance | path

Searched refs:CreateErrorMessageWithErrorCode (Results 1 – 4 of 4) sorted by relevance

/base/telephony/call_manager/frameworks/js/napi/include/
Dnapi_call_manager_utils.h70 static napi_value CreateErrorMessageWithErrorCode(
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager_utils.cpp134 return CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in CreateErrorCodeAndMessageForJs()
160 napi_value NapiCallManagerUtils::CreateErrorMessageWithErrorCode(napi_env env, std::string msg, int… in CreateErrorMessageWithErrorCode() function in OHOS::Telephony::NapiCallManagerUtils
Dnapi_call_manager.cpp3286 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, "slotId is invalid", SLOT_ID_INVALID)); in NativeDialCallBack()
3301 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, "slotId is invalid", SLOT_ID_INVALID); in NativeDialCallBack()
3446 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in NativeGetMainCallIdCallBack()
3457 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in NativeGetMainCallIdCallBack()
3488 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in NativeIsImsSwitchEnabledCallBack()
3498 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in NativeIsImsSwitchEnabledCallBack()
3569 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, "slotId is invalid", SLOT_ID_INVALID)); in NativeBoolCallBack()
3585 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, "slotId is invalid", SLOT_ID_INVALID); in NativeBoolCallBack()
3620 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in NativeIsEmergencyPhoneNumberCallBack()
3631 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in NativeIsEmergencyPhoneNumberCallBack()
[all …]
Dnapi_call_ability_callback.cpp1235 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in ReportSupplementInfo()
1252 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in ReportSupplementInfo()
1293 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in ReportExecutionResult()
1312 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in ReportExecutionResult()