Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_utils.cpp241 int32_t errorCode = info.errorCode == ERR_OK ? ERR_OK : ErrorToExternal(info.errorCode); in CreateReturnValue()
250 int32_t Common::ErrorToExternal(uint32_t errCode) in ErrorToExternal() function in OHOS::NotificationNapi::Common
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push.cpp106 ThrowError(env, Common::ErrorToExternal(result)); in OnRegisterPushCallback()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h1818 static int32_t ErrorToExternal(uint32_t errCode);