Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp31 static const int32_t CANCEL_ALL_PARAM_LEN = 1; variable
230 size_t argc = CANCEL_ALL_PARAM_LEN; in ParseCanCelAllParameter()
231 napi_value argv[CANCEL_ALL_PARAM_LEN] = {nullptr}; in ParseCanCelAllParameter()
235 if (argc >= CANCEL_ALL_PARAM_LEN) { in ParseCanCelAllParameter()