Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp671 // the inner caller promise posInfo.argcSize to be at least 1 in ParseContextForOAuth()
672 size_t argcSize = propertyList.size() + 1; in ParseContextForOAuth() local
673 size_t argc = argcSize; in ParseContextForOAuth()
676 if (argc < argcSize - 1) { in ParseContextForOAuth()
677 asyncContext->errMsg = "the number of parameter should be at least " + std::to_string(argcSize - 1); in ParseContextForOAuth()
680 if ((argc == argcSize) && (!GetCallbackProperty(env, argv[argcSize - 1], asyncContext->callbackRef, 1))) { in ParseContextForOAuth()
740 size_t argcSize = propertyList.size() + 1; in ParseContextForAppAccount() local
741 size_t argc = argcSize; in ParseContextForAppAccount()
744 if (argc < (argcSize in ParseContextForAppAccount()
[all...]
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp473 int argcSize = argc; in HandleOpt() local
474 while (isTrue && argcSize-- > 0) { in HandleOpt()

Completed in 7 milliseconds