Home
last modified time | relevance | path

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

/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp764 size_t argc = PARAM_SIZE_ONE; in GetLinkFileStatusParams()
765 napi_value argv[PARAM_SIZE_ONE] = {nullptr}; in GetLinkFileStatusParams()
772 if (!NapiCheckArgc(env, argc, PARAM_SIZE_ONE)) { in GetLinkFileStatusParams()
782 if (argc == PARAM_SIZE_ONE) { in GetLinkFileStatusParams()
834 size_t argc = PARAM_SIZE_ONE; in GetCloseDlpFileParams()
835 napi_value argv[PARAM_SIZE_ONE] = {nullptr}; in GetCloseDlpFileParams()
848 if (argc == PARAM_SIZE_ONE) { in GetCloseDlpFileParams()
1098 if (argc == PARAM_SIZE_ONE) { in GetRetentionSandboxListParams()
1112 size_t argc = PARAM_SIZE_ONE; in GetOriginalFilenameParams()
1113 napi_value argv[PARAM_SIZE_ONE] in GetOriginalFilenameParams()
[all...]
/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A Dnapi_common.h45 constexpr int32_t PARAM_SIZE_ONE = 1; member

Completed in 4 milliseconds