Searched refs:CreateErrorMessageWithErrorCode (Results 1 – 4 of 4) sorted by relevance
| /base/telephony/call_manager/frameworks/js/napi/include/ |
| D | napi_call_manager_utils.h | 70 static napi_value CreateErrorMessageWithErrorCode(
|
| /base/telephony/call_manager/frameworks/js/napi/src/ |
| D | napi_call_manager_utils.cpp | 134 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
|
| D | napi_call_manager.cpp | 3286 … 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 …]
|
| D | napi_call_ability_callback.cpp | 1235 … 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()
|