Home
last modified time | relevance | path

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

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