Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_getopt.c46 static int32_t GetOptCheckCurrentOpt(NstackGetOptMsg *optMsg, int32_t currentOpt, in GetOptCheckCurrentOpt() argument
49 if (currentOpt == ':' || currentOptIdxInOpts == NULL) { in GetOptCheckCurrentOpt()
50 LOGE(TAG, ": illegal option -- %c", currentOpt); in GetOptCheckCurrentOpt()
62 char currentOpt, const char *currentOptIdxInOpts) in GetOptParseAttachArg() argument
68 LOGE(TAG, ": option requires an argument -- %c", currentOpt); in GetOptParseAttachArg()
114 int32_t currentOpt; in NstackGetOpt() local
118 currentOpt = argv[optMsg->argvIdx][optMsg->argvOffset]; in NstackGetOpt()
119 char *currentOptIdxInOpts = strchr(opts, currentOpt); in NstackGetOpt()
120 if (GetOptCheckCurrentOpt(optMsg, currentOpt, currentOptIdxInOpts, in NstackGetOpt()
124 if (GetOptParseAttachArg(optMsg, argc, argv, currentOpt, currentOptIdxInOpts) != NSTACKX_EOK) { in NstackGetOpt()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_database_upgrader.h33 …void SetMetaUpgrade(const SecurityOption &currentOpt, const SecurityOption &expectOpt, const std::…
H A Dsqlite_single_ver_database_upgrader.cpp241 void SQLiteSingleVerDatabaseUpgrader::SetMetaUpgrade(const SecurityOption &currentOpt, in SetMetaUpgrade() argument
246 bool isCurrentS3SECE = ParamCheckUtils::IsS3SECEOpt(currentOpt); in SetMetaUpgrade()