Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A 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
H A Dnapi_call_manager.cpp3421 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, "slotId is invalid", SLOT_ID_INVALID); in NativeDialCallBack()
3566 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in NativeGetMainCallIdCallBack()
3577 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in NativeGetMainCallIdCallBack()
3608 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in NativeIsImsSwitchEnabledCallBack()
3618 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in NativeIsImsSwitchEnabledCallBack()
3689 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, "slotId is invalid", SLOT_ID_INVALID)); in NativeBoolCallBack()
3705 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, "slotId is invalid", SLOT_ID_INVALID); in NativeBoolCallBack()
3740 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in NativeIsEmergencyPhoneNumberCallBack()
3751 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in NativeIsEmergencyPhoneNumberCallBack()
3826 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in NativeFormatNumberCallBack()
[all …]
H A Dnapi_call_ability_callback.cpp1531 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in ReportSupplementInfo()
1548 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in ReportSupplementInfo()
1589 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in ReportExecutionResult()
1608 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in ReportExecutionResult()
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_utils.h70 static napi_value CreateErrorMessageWithErrorCode(