Home
last modified time | relevance | path

Searched refs:ERROR_INTERNAL_ERROR (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Djs_ans_dialog_callback.cpp53 return ERROR_INTERNAL_ERROR; in GetErrCodeFromStatus()
55 return ERROR_INTERNAL_ERROR; in GetErrCodeFromStatus()
57 return ERROR_INTERNAL_ERROR; in GetErrCodeFromStatus()
H A Dcommon_utils.cpp38 {ERROR_INTERNAL_ERROR, "Internal error"},
299 {ERR_ANS_TASK_ERR, ERROR_INTERNAL_ERROR}, in ErrorToExternal()
328 int32_t ExternalCode = ERROR_INTERNAL_ERROR; in ErrorToExternal()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_disturb_mode.cpp35 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiSetDoNotDisturbDate()
100 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiAddDoNotDisturbProfiles()
146 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiRemoveDoNotDisturbProfiles()
220 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiGetDoNotDisturbDate()
280 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiSupportDoNotDisturbMode()
381 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiGetDoNotDisturbProfile()
H A Dnapi_cancel.cpp41 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiCancel()
107 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiCancelAll()
167 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiCancelGroup()
236 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiCancelAsBundle()
H A Dnapi_enable_notification.cpp61 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiEnableNotification()
133 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiIsNotificationEnabled()
265 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiRequestEnableNotification()
302 asynccallbackinfo->info.errorCode = ERROR_INTERNAL_ERROR; in NapiRequestEnableNotification()
334 asynccallbackinfo->info.errorCode = ERROR_INTERNAL_ERROR; in NapiRequestEnableNotification()
453 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiGetAllNotificationEnabledBundles()
475 asynccallbackinfo->info.errorCode = ERROR_INTERNAL_ERROR; in NapiGetAllNotificationEnabledBundles()
H A Dnapi_distributed.cpp114 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiEnableDistributed()
331 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiIsDistributedEnableByBundle()
418 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiGetDeviceRemindType()
467 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiSetSyncNotificationEnabledWithoutApp()
533 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiGetSyncNotificationEnabledWithoutApp()
H A Dnapi_slot.cpp106 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiAddSlots()
304 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiGetSlotNumByBundle()
507 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiGetSlotsByBundle()
586 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiGetSlotByBundle()
752 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiEnableNotificationSlot()
816 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiIsEnableNotificationSlot()
879 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiSetSlotFlagsByBundle()
940 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiGetSlotFlagsByBundle()
H A Dnapi_distributed_enable.cpp123 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiSetDistributedEnabledByBundle()
234 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiSetSmartReminderEnabled()
303 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiIsSmartReminderEnabled()
H A Dnapi_publish.cpp37 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiPublish()
161 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiPublishAsBundle()
H A Dnapi_push.cpp105 ThrowError(env, ERROR_INTERNAL_ERROR); in OnRegisterPushCallback()
158 ThrowError(env, ERROR_INTERNAL_ERROR); in OnUnregisterPushCallback()
H A Dnapi_display_badge.cpp39 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiDisplayBadge()
127 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiIsBadgeDisplayed()
H A Dnapi_open_settings.cpp98 asynccallbackinfo->info.errorCode = ERROR_INTERNAL_ERROR; in NapiOpenNotificationSettings()
117 asynccallbackinfo->info.errorCode = ERROR_INTERNAL_ERROR; in NapiOpenNotificationSettings()
H A Dnapi_get_active.cpp89 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiGetAllActiveNotifications()
187 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiGetActiveNotifications()
H A Dnapi_remove_group.cpp124 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiRemoveGroupByBundle()
H A Dnapi_sync_config.cpp130 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiSetAdditionConfig()
H A Dnapi_local_live_view.cpp168 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiTriggerLocalLiveView()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
H A Dnapi_subscribe.cpp41 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiSubscribe()
124 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiSubscribeSelf()
193 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiUnsubscribe()
H A Dnapi_remove.cpp75 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiRemove()
107 Common::NapiThrow(env, ERROR_INTERNAL_ERROR); in NapiRemoveAll()
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dinner_errors.cpp34 {ERR_ANS_TASK_ERR, ERROR_INTERNAL_ERROR}, in ErrorToExternal()
/ohos5.0/foundation/communication/netmanager_ext/utils/event_report/include/
H A Dnet_event_report.h95 ERROR_INTERNAL_ERROR = -140, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dinner_errors.h119 const int32_t ERROR_INTERNAL_ERROR = 1600001; // Internal error. variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog_manager.cpp94 return ERROR_INTERNAL_ERROR; in RequestEnableNotificationDailog()
140 return ERROR_INTERNAL_ERROR; in OnBundleEnabledStatusChanged()
H A Dadvanced_notification_publish_service.cpp893 return ERROR_INTERNAL_ERROR; in RequestEnableNotification()
909 return ERROR_INTERNAL_ERROR; in RequestEnableNotification()
922 return ERROR_INTERNAL_ERROR; in RequestEnableNotification()
1114 return ERROR_INTERNAL_ERROR; in CanPopEnableNotificationDialog()
1129 return ERROR_INTERNAL_ERROR; in CanPopEnableNotificationDialog()
1142 return ERROR_INTERNAL_ERROR; in CanPopEnableNotificationDialog()
1179 return ERROR_INTERNAL_ERROR; in RemoveEnableNotificationDialog()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_inner_errors.h133 const int32_t ERROR_INTERNAL_ERROR = 1600001; // Internal error. variable
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_utils.cpp38 {ERROR_INTERNAL_ERROR, "Internal error"},

12