Searched refs:ERROR_PARAM_INVALID (Results 1 – 15 of 15) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
D | napi_push.cpp | 64 ThrowError(engine, ERROR_PARAM_INVALID); in OnRegisterPushCallback() 100 ThrowError(engine, ERROR_PARAM_INVALID); in OnUnregisterPushCallback() 118 ThrowError(engine, ERROR_PARAM_INVALID); in OnUnregisterPushCallback()
|
D | napi_display_badge.cpp | 30 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()
|
D | napi_distributed.cpp | 55 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()
|
D | napi_slot.cpp | 28 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 …]
|
D | napi_publish.cpp | 29 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()
|
D | napi_cancel.cpp | 28 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()
|
D | napi_disturb_mode.cpp | 28 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()
|
D | napi_enable_notification.cpp | 49 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()
|
D | napi_get_active.cpp | 76 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()
|
D | napi_template.cpp | 28 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiIsSupportTemplate()
|
D | napi_remove_group.cpp | 110 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiRemoveGroupByBundle()
|
/base/notification/distributed_notification_service/frameworks/core/common/include/ |
D | ans_inner_errors.h | 105 const uint32_t ERROR_PARAM_INVALID = 401; // Invalid input parameter. variable
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/ |
D | napi_remove.cpp | 70 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiRemove() 99 Common::NapiThrow(env, ERROR_PARAM_INVALID); in NapiRemoveAll()
|
D | napi_subscribe.cpp | 35 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/ |
D | common.cpp | 29 {ERROR_PARAM_INVALID, "Invalid parameter"}, 4824 ExternalCode = ERROR_PARAM_INVALID; in ErrorToExternal()
|