Home
last modified time | relevance | path

Searched refs:CreateCommonCallErrorMessageForJs (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.h77 static bool CreateCommonCallErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode);
H A Dnapi_util.cpp659 if (CreateCommonCallErrorMessageForJs(errorCode, jsErrorCode) || in CreateCallErrorMessageForJs()
667 bool NapiUtil::CreateCommonCallErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateCommonCallErrorMessageForJs() function in OHOS::Telephony::NapiUtil