Home
last modified time | relevance | path

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

/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_ability_callback.cpp1497 std::string errTip = std::to_string(CALL_ERR_NAPI_INTERFACE_FAILED); in ReportWaitAndLimitInfo() local
1498 callbackValues[ARRAY_INDEX_FIRST] = NapiCallManagerUtils::CreateErrorMessage(env, errTip); in ReportWaitAndLimitInfo()
1515 std::string errTip = std::to_string(CALL_ERR_NAPI_INTERFACE_FAILED); in ReportWaitAndLimitInfo() local
1516 napi_reject_deferred(env, supplementInfo.deferred, NapiCallManagerUtils::CreateErrorMessage(env, errTip)); in ReportWaitAndLimitInfo()
1672 std::string errTip = std::to_string(CALL_ERR_NAPI_INTERFACE_FAILED); in ReportStartRttInfo() local
1673 callbackValues[ARRAY_INDEX_FIRST] = NapiCallManagerUtils::CreateErrorMessage(env, errTip); in ReportStartRttInfo()
1690 std::string errTip = std::to_string(CALL_ERR_NAPI_INTERFACE_FAILED); in ReportStartRttInfo() local
1691 napi_reject_deferred(env, supplementInfo.deferred, NapiCallManagerUtils::CreateErrorMessage(env, errTip)); in ReportStartRttInfo()
1727 std::string errTip = std::to_string(CALL_ERR_NAPI_INTERFACE_FAILED); in ReportStopRttInfo() local
1728 callbackValues[ARRAY_INDEX_FIRST] = NapiCallManagerUtils::CreateErrorMessage(env, errTip); in ReportStopRttInfo()
1745 std::string errTip = std::to_string(CALL_ERR_NAPI_INTERFACE_FAILED); ReportStopRttInfo() local
[all...]
H A Dnapi_call_manager.cpp3131 std::string errTip = std::to_string(asyncContext->resolved); in NativeDialCallBack() local
3133 env, asyncContext->deferred, NapiCallManagerUtils::CreateErrorMessage(env, errTip)); in NativeDialCallBack()
3147 std::string errTip = std::to_string(asyncContext->resolved); in NativeDialCallBack() local
3148 callbackValue[ARRAY_INDEX_FIRST] = NapiCallManagerUtils::CreateErrorMessage(env, errTip); in NativeDialCallBack()
3177 std::string errTip = std::to_string(voidCallBackContext->resolved); in NativeVoidCallBack() local
3179 env, voidCallBackContext->deferred, NapiCallManagerUtils::CreateErrorMessage(env, errTip)); in NativeVoidCallBack()
3188 std::string errTip = std::to_string(voidCallBackContext->resolved); in NativeVoidCallBack() local
3189 callbackValue[ARRAY_INDEX_FIRST] = NapiCallManagerUtils::CreateErrorMessage(env, errTip); in NativeVoidCallBack()
3413 std::string errTip = std::to_string(boolCallBackContext->errorCode); in NativeBoolCallBack() local
3415 env, boolCallBackContext->deferred, NapiCallManagerUtils::CreateErrorMessage(env, errTip)); in NativeBoolCallBack()
3430 std::string errTip = std::to_string(boolCallBackContext->errorCode); NativeBoolCallBack() local
[all...]

Completed in 10 milliseconds