Searched refs:optStr (Results 1 - 5 of 5) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | collection_option.cpp | 54 CollectionOption CollectionOption::ReadOption(const std::string &optStr, int &errCode) in ReadOption() argument 56 if (optStr.empty()) { in ReadOption() 60 std::string lowerCaseOptStr = optStr; in ReadOption() 102 option.option_ = optStr; in ReadOption()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/ |
H A D | main.cpp | 51 const char *optStr = "hap:n:e:"; in SetOptions() local 53 while ((para = getopt_long(argc, argv, optStr, options, &index)) != -1) { in SetOptions()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/ |
H A D | collection_option.h | 24 static CollectionOption ReadOption(const std::string &optStr, int &errCode);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/ |
H A D | json_fuzzer.cpp | 1543 std::string optStr = "{\"maxdoc\":" + optionStrData + "}"; in CreateCollectionFuzz() local 1544 GRD_CreateCollection(g_db, COLLECTION_NAME, optStr.c_str(), 0); in CreateCollectionFuzz() 1546 GRD_CreateCollection(g_db, COLLECTION_NAME, optStr.c_str(), MAX_SIZE_NUM); in CreateCollectionFuzz() 1547 optStr = "{\"maxdoc\": 5}"; in CreateCollectionFuzz() 1548 GRD_CreateCollection(g_db, COLLECTION_NAME, optStr.c_str(), 0); in CreateCollectionFuzz() 1549 GRD_CreateCollection(g_db, COLLECTION_NAME, optStr.c_str(), 1); in CreateCollectionFuzz()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/ |
H A D | jsoninner_fuzzer.cpp | 1552 std::string optStr = "{\"maxdoc\":" + optionStrData + "}"; in CreateCollectionFuzz() local 1553 GRD_CreateCollectionInner(g_db, COLLECTION_NAME, optStr.c_str(), 0); in CreateCollectionFuzz() 1555 GRD_CreateCollectionInner(g_db, COLLECTION_NAME, optStr.c_str(), MAX_SIZE_NUM); in CreateCollectionFuzz() 1556 optStr = "{\"maxdoc\": 5}"; in CreateCollectionFuzz() 1557 GRD_CreateCollectionInner(g_db, COLLECTION_NAME, optStr.c_str(), 0); in CreateCollectionFuzz() 1558 GRD_CreateCollectionInner(g_db, COLLECTION_NAME, optStr.c_str(), 1); in CreateCollectionFuzz()
|
Completed in 10 milliseconds