Searched refs:CM_NAPI_USER_UNINSTALL_ALL_ARGS_CNT (Results 1 – 1 of 1) sorted by relevance
30 constexpr int CM_NAPI_USER_UNINSTALL_ALL_ARGS_CNT = 1; variable205 size_t argc = CM_NAPI_USER_UNINSTALL_ALL_ARGS_CNT; in ParseUninstallAllUserCertParams()206 napi_value argv[CM_NAPI_USER_UNINSTALL_ALL_ARGS_CNT] = { nullptr }; in ParseUninstallAllUserCertParams()209 if ((argc != CM_NAPI_USER_UNINSTALL_ALL_ARGS_CNT) && in ParseUninstallAllUserCertParams()210 (argc != (CM_NAPI_USER_UNINSTALL_ALL_ARGS_CNT - CM_NAPI_CALLBACK_ARG_CNT))) { in ParseUninstallAllUserCertParams()