Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_server_manager.cpp31 const size_t ARG_SIZE_ONE = 1; variable
64 size_t argc = ARG_SIZE_ONE; in ParseContextFoAddServerConfig()
65 napi_value argv[ARG_SIZE_ONE] = {0}; in ParseContextFoAddServerConfig()
67 if (argc < ARG_SIZE_ONE) { in ParseContextFoAddServerConfig()
146 size_t argc = ARG_SIZE_ONE; in ParseContextFoRemoveServerConfig()
147 napi_value argv[ARG_SIZE_ONE] = {0}; in ParseContextFoRemoveServerConfig()
149 if (argc < ARG_SIZE_ONE) { in ParseContextFoRemoveServerConfig()
211 size_t argc = ARG_SIZE_ONE; in ParseContextFoGetAccountServerConfig()
212 napi_value argv[ARG_SIZE_ONE] = {0}; in ParseContextFoGetAccountServerConfig()
214 if (argc < ARG_SIZE_ONE) { in ParseContextFoGetAccountServerConfig()
H A Dnapi_domain_account_manager.cpp33 const size_t ARG_SIZE_ONE = 1; variable
87 if (argc < ARG_SIZE_ONE) { in GetPluginCallbackCommonParam()
230 size_t argc = ARG_SIZE_ONE; in ParseParamForIsAuthenticationExpired()
231 napi_value argv[ARG_SIZE_ONE] = {0}; in ParseParamForIsAuthenticationExpired()
233 if (argc < ARG_SIZE_ONE) { in ParseParamForIsAuthenticationExpired()
268 if (argc < ARG_SIZE_ONE) { in ParseParamForGetAccessToken()
938 size_t argc = ARG_SIZE_ONE; in ParseContextForRegisterPlugin()
941 if (argc != ARG_SIZE_ONE) { in ParseContextForRegisterPlugin()
1007 if (argc < ARG_SIZE_ONE) { in ParseParamForHasDomainAccount()
1117 if (argc < ARG_SIZE_ONE) { in ParseContextForAuthWithPopup()
[all …]
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_pin_auth.cpp53 size_t argc = ARG_SIZE_ONE; in ParseContextForRegisterInputer()
54 napi_value argv[ARG_SIZE_ONE] = {nullptr}; in ParseContextForRegisterInputer()
56 if (argc != ARG_SIZE_ONE) { in ParseContextForRegisterInputer()
H A Dnapi_account_iam_inputer_manager.cpp106 size_t argc = ARG_SIZE_ONE; in UnregisterInputer()
107 napi_value argv[ARG_SIZE_ONE] = {nullptr}; in UnregisterInputer()
109 if (argc != ARG_SIZE_ONE) { in UnregisterInputer()
H A Dnapi_account_iam_identity_manager.cpp62 size_t argc = ARG_SIZE_ONE; in ParseContextForOpenSession()
63 napi_value argv[ARG_SIZE_ONE] = {0}; in ParseContextForOpenSession()
80 size_t argc = ARG_SIZE_ONE; in ParseContextForCloseSession()
81 napi_value argv[ARG_SIZE_ONE] = {0}; in ParseContextForCloseSession()
240 size_t argc = ARG_SIZE_ONE; in Cancel()
241 napi_value argv[ARG_SIZE_ONE] = {0}; in Cancel()
243 if (argc < ARG_SIZE_ONE) { in Cancel()
431 if (argc == ARG_SIZE_ONE) { in ParseContextForGetAuthInfo()
501 if (argc < ARG_SIZE_ONE) { in ParseContextForGetEnrolledId()
H A Dnapi_account_iam_user_auth.cpp120 if (argc < ARG_SIZE_ONE) { in ParseContextForGetSetProperty()
499 size_t argc = ARG_SIZE_ONE; in CancelAuth()
500 napi_value argv[ARG_SIZE_ONE] = {0}; in CancelAuth()
502 if (argc != ARG_SIZE_ONE) { in CancelAuth()
528 size_t argc = ARG_SIZE_ONE; in ParseContextForPrepareRemoteAuth()
529 napi_value argv[ARG_SIZE_ONE] = {0}; in ParseContextForPrepareRemoteAuth()
531 if (argc < ARG_SIZE_ONE) { in ParseContextForPrepareRemoteAuth()
H A Dnapi_account_iam_common.cpp914 size_t argc = ARG_SIZE_ONE; in InputDataConstructor()
915 napi_value argv[ARG_SIZE_ONE] = {nullptr}; in InputDataConstructor()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_common.h34 constexpr size_t ARG_SIZE_ONE = 1; variable