Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_user_trusted_cert.cpp30 constexpr int CM_NAPI_USER_UNINSTALL_ALL_ARGS_CNT = 1; variable
205 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()