Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_uninstall_app_cert_common.cpp29 constexpr int CM_NAPI_UNINSTALL_APP_CERT_MIN_ARGS = 1; variable
67 …if ((argc != CM_NAPI_UNINSTALL_APP_CERT_MIN_ARGS) && (argc != CM_NAPI_UNINSTALL_APP_CERT_MAX_ARGS)… in UninstallAppCertParseParams()