Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.h78 static bool CreateVideoCallErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode);
H A Dnapi_util.cpp660 CreateVideoCallErrorMessageForJs(errorCode, jsErrorCode) || in CreateCallErrorMessageForJs()
713 bool NapiUtil::CreateVideoCallErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateVideoCallErrorMessageForJs() function in OHOS::Telephony::NapiUtil