Searched refs:ERROR_REPEAT_SET (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | inner_errors.cpp | 51 {ERR_ANS_REPEAT_CREATE, ERROR_REPEAT_SET}, in ErrorToExternal() 52 {ERR_ANS_END_NOTIFICATION, ERROR_REPEAT_SET}, in ErrorToExternal()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_utils.cpp | 55 {ERROR_REPEAT_SET, "Repeat create or end"}, 317 {ERR_ANS_REPEAT_CREATE, ERROR_REPEAT_SET}, in ErrorToExternal() 318 {ERR_ANS_END_NOTIFICATION, ERROR_REPEAT_SET}, in ErrorToExternal()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | inner_errors.h | 134 const int32_t ERROR_REPEAT_SET = 1600015; // Repeat create or end. variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_inner_errors.h | 148 const int32_t ERROR_REPEAT_SET = 1600015; // Repeat create or end. variable
|