Home
last modified time | relevance | path

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

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