Home
last modified time | relevance | path

Searched refs:REMOVE_GROUP_BY_BUNDLE_MAX_PARA (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_remove_group.cpp24 const int REMOVE_GROUP_BY_BUNDLE_MAX_PARA = 3; variable
32 size_t argc = REMOVE_GROUP_BY_BUNDLE_MAX_PARA; in ParseParameters()
33 napi_value argv[REMOVE_GROUP_BY_BUNDLE_MAX_PARA] = {nullptr}; in ParseParameters()
81 if (argc >= REMOVE_GROUP_BY_BUNDLE_MAX_PARA) { in ParseParameters()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dremove.cpp31 const int REMOVE_GROUP_BY_BUNDLE_MAX_PARA = 3; variable
215 size_t argc = REMOVE_GROUP_BY_BUNDLE_MAX_PARA; in ParseParameters()
216 napi_value argv[REMOVE_GROUP_BY_BUNDLE_MAX_PARA] = {nullptr}; in ParseParameters()
266 if (argc >= REMOVE_GROUP_BY_BUNDLE_MAX_PARA) { in ParseParameters()