Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dremove.cpp28 const int REMOVE_BY_BUNDLE_AND_KEY_MAX_PARA = 4; variable
124 if (argc >= REMOVE_BY_BUNDLE_AND_KEY_MAX_PARA) { in ParseBundleOptionTypeParams()
135 size_t argc = REMOVE_BY_BUNDLE_AND_KEY_MAX_PARA; in ParseParameters()
136 napi_value argv[REMOVE_BY_BUNDLE_AND_KEY_MAX_PARA] = {nullptr}; in ParseParameters()