Home
last modified time | relevance | path

Searched refs:DISTURB_PROFILES_PARA (Results 1 - 1 of 1) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisturb_mode.cpp24 const int DISTURB_PROFILES_PARA = 1; member
248 size_t argc = DISTURB_PROFILES_PARA; in ParseProfilesParameters()
249 napi_value argv[DISTURB_PROFILES_PARA] = {nullptr}; in ParseProfilesParameters()
252 if (argc != DISTURB_PROFILES_PARA) { in ParseProfilesParameters()
558 size_t argc = DISTURB_PROFILES_PARA; in ParseParameters()
559 napi_value argv[DISTURB_PROFILES_PARA] = {nullptr}; in ParseParameters()
565 if (argc >= DISTURB_PROFILES_PARA) { in ParseParameters()

Completed in 1 milliseconds