Home
last modified time | relevance | path

Searched refs:NativeCodeToJsCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A Dnapi_error_msg.h53 int32_t NativeCodeToJsCode(int32_t nativeErrCode);
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_error_msg.cpp171 int32_t NativeCodeToJsCode(int32_t nativeErrCode) in NativeCodeToJsCode() function
H A Dnapi_common.cpp403 int32_t jsErrCode = NativeCodeToJsCode(nativeErrCode); in DlpNapiThrow()
561 int32_t jsErrCode = NativeCodeToJsCode(asyncContext->errCode); in ProcessCallbackOrPromise()