Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.h83 static bool CreateVcardErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode);
H A Dnapi_util.cpp416 !CreateVcardErrorMessageForJs(errorCode, error.errorCode) && in ConverErrorMessageForJs()
472 bool NapiUtil::CreateVcardErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateVcardErrorMessageForJs() function in OHOS::Telephony::NapiUtil