Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp1182 size_t argc = REMOVE_STICKY_MAX_PARA; in ParseParametersByRemoveSticky()
1183 napi_value argv[REMOVE_STICKY_MAX_PARA] = {nullptr}; in ParseParametersByRemoveSticky()
1185 if (argc < REMOVE_STICKY_MAX_PARA - 1) { in ParseParametersByRemoveSticky()
1217 if (argc >= REMOVE_STICKY_MAX_PARA) { in ParseParametersByRemoveSticky()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h38 static const int8_t REMOVE_STICKY_MAX_PARA = 2; variable