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 | 62 static napi_value CreateErrorMessageWithErrorCode(
|
| /base/telephony/call_manager/frameworks/js/napi/src/ |
| D | napi_call_manager_utils.cpp | 119 return CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in CreateErrorCodeAndMessageForJs() 145 napi_value NapiCallManagerUtils::CreateErrorMessageWithErrorCode(napi_env env, std::string msg, int… in CreateErrorMessageWithErrorCode() function in OHOS::Telephony::NapiCallManagerUtils
|
| D | napi_call_manager.cpp | 2951 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, "slotId is invalid", SLOT_ID_INVALID)); in NativeDialCallBack() 2966 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, "slotId is invalid", SLOT_ID_INVALID); in NativeDialCallBack() 3111 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in NativeGetMainCallIdCallBack() 3122 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in NativeGetMainCallIdCallBack() 3153 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in NativeIsImsSwitchEnabledCallBack() 3163 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in NativeIsImsSwitchEnabledCallBack() 3234 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, "slotId is invalid", SLOT_ID_INVALID)); in NativeBoolCallBack() 3249 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, "slotId is invalid", SLOT_ID_INVALID); in NativeBoolCallBack() 3284 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in NativeIsEmergencyPhoneNumberCallBack() 3295 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in NativeIsEmergencyPhoneNumberCallBack() [all …]
|
| D | napi_call_ability_callback.cpp | 1245 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in ReportExecutionResult() 1264 … NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in ReportExecutionResult()
|