Home
last modified time | relevance | path

Searched refs:ErrorToExternal (Results 1 - 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp68 return ErrorToExternal(code); in Publish()
74 return ErrorToExternal(code); in Cancel()
80 return ErrorToExternal(code); in CancelAll()
90 return ErrorToExternal(code); in AddSlot()
116 errCode = ErrorToExternal(NotificationHelper::GetNotificationSlot(slotType, slot)); in GetSlot()
127 errCode = ErrorToExternal(NotificationHelper::GetNotificationSlots(slots)); in GetSlots()
158 return ErrorToExternal(code); in RemoveSlot()
164 return ErrorToExternal(code); in RemoveAllSlots()
172 ret.code = static_cast<uint32_t>(ErrorToExternal(code)); in GetActiveNotificationCount()
182 errCode = ErrorToExternal(cod in GetActiveNotifications()
[all...]
H A Dinner_errors.cpp22 int32_t ErrorToExternal(uint32_t errCode) in ErrorToExternal() function
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dinner_errors.h141 int32_t ErrorToExternal(uint32_t errCode);
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push.cpp114 ThrowError(env, Common::ErrorToExternal(result)); in OnRegisterPushCallback()
H A Dnapi_open_settings.cpp44 ERR_OK ? ERR_OK : Common::ErrorToExternal(asynccallbackinfo->info.errorCode); in NapiAsyncCompleteCallbackOpenSettings()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_utils.cpp278 int32_t errorCode = info.errorCode == ERR_OK ? ERR_OK : ErrorToExternal(info.errorCode); in CreateReturnValue()
287 int32_t Common::ErrorToExternal(uint32_t errCode) in ErrorToExternal() function in OHOS::NotificationNapi::Common
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1741 static int32_t ErrorToExternal(uint32_t errCode);

Completed in 6 milliseconds