Home
last modified time | relevance | path

Searched refs:ERROR_PARAM_INVALID (Results 1 – 15 of 15) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push.cpp64 ThrowError(engine, ERROR_PARAM_INVALID); in OnRegisterPushCallback()
100 ThrowError(engine, ERROR_PARAM_INVALID); in OnUnregisterPushCallback()
118 ThrowError(engine, ERROR_PARAM_INVALID); in OnUnregisterPushCallback()
Dnapi_display_badge.cpp30 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiDisplayBadge()
125 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiIsBadgeDisplayed()
243 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiSetBadgeNumber()
250 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiSetBadgeNumber()
Dnapi_distributed.cpp55 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiIsDistributedEnabled()
114 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiEnableDistributed()
185 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiEnableDistributedByBundle()
255 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiEnableDistributedSelf()
352 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiIsDistributedEnableByBundle()
441 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiGetDeviceRemindType()
498 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiSetSyncNotificationEnabledWithoutApp()
570 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiGetSyncNotificationEnabledWithoutApp()
Dnapi_slot.cpp28 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiAddSlot()
105 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiAddSlots()
172 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiSetSlotByBundle()
271 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiGetSlot()
327 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiGetSlotNumByBundle()
443 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiGetSlots()
543 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiGetSlotsByBundle()
599 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiRemoveSlot()
667 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiRemoveAllSlots()
733 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiEnableNotificationSlot()
[all …]
Dnapi_publish.cpp29 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiPublish()
104 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiShowNotification()
169 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiPublishAsBundle()
Dnapi_cancel.cpp28 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiCancel()
97 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiCancelAll()
163 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiCancelGroup()
233 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiCancelAsBundle()
Dnapi_disturb_mode.cpp28 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiSetDoNotDisturbDate()
129 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiGetDoNotDisturbDate()
196 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiSupportDoNotDisturbMode()
Dnapi_enable_notification.cpp49 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiEnableNotification()
128 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiIsNotificationEnabled()
198 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiIsNotificationEnabledSelf()
260 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiRequestEnableNotification()
Dnapi_get_active.cpp76 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiGetAllActiveNotifications()
180 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiGetActiveNotifications()
262 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiGetActiveNotificationCount()
Dnapi_template.cpp28 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiIsSupportTemplate()
Dnapi_remove_group.cpp110 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiRemoveGroupByBundle()
/base/notification/distributed_notification_service/frameworks/core/common/include/
Dans_inner_errors.h105 const uint32_t ERROR_PARAM_INVALID = 401; // Invalid input parameter. variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
Dnapi_remove.cpp70 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiRemove()
99 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiRemoveAll()
Dnapi_subscribe.cpp35 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiSubscribe()
127 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiUnsubscribe()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp29 {ERROR_PARAM_INVALID, "Invalid parameter"},
4824 ExternalCode = ERROR_PARAM_INVALID; in ErrorToExternal()