Searched defs:document2 (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/ |
H A D | documentdb_insert_test.cpp | 116 const char *document2 = "{\"_id\" : true, \"name\" : \"Chuan\"}"; variable 158 const char *document2 = "{\"_id\" : \"3\", \"name\" : \"Chuan\"}"; variable 198 const char *document2 = "{\"_id\" : \"5\", \"name\" : \"Chuang\"}"; variable 332 const char *document2 = R""({"level1" : {"level2" : {"level3" : [{ "level5" : "level5_1val", variable 366 string document2 = documentPart1 + jsonVal2 + documentPart2; variable 503 const char *document2 = "{\"_id\" : \"24_2\", \"name\" : \"Ori\"}"; variable 609 string document2 = "\""; variable 642 …const char *document2 = "{\"_id\" : \"35_2\", \"1A_aBdk_324_\" : \"value\", \"name\" : \"Chuan\"}"; variable 686 const char *document2 = R"({"_id" : "38_1", "t1" : {"field2" : 1.79769313486232e308}})"; variable 728 string document2 = "\""; variable [all …]
|
H A D | documentdb_delete_test.cpp | 75 const char *document2 = "{ \ in SetUp() local
|
H A D | documentdb_data_test.cpp | 176 std::string document2 = head + string(JSON_LENS_MAX - filter.size() - head.size(), 'a') + "\"}"; variable
|
H A D | documentdb_find_test.cpp | 1314 string document2 = "\""; variable 1479 string document2 = "\"value\":["; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/ |
H A D | documentdb_json_common_test.cpp | 311 std::string document2 = R""({"name":{"first": {"job" : "it"}, "t1" : {"second":"Lang"}}})""; variable 560 …string document2 = R"({"_id" : "002", "key1" : {"key2" : {"key3" : {"key4" : 123, "k42" : "v42"}, … variable 582 …string document2 = R"({"_id" : "002", "key1" : {"key2" : {"key3" : {"key4" : 123}, "k32" : "v32"},… variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/ |
H A D | json_fuzzer.cpp | 138 std::string document2 = "{\"_id\":2,\"field\":\"" + documentData + "\"}"; in InsertDocOneFuzz() local 786 std::string document2 = "\""; in FindDocSixFuzz() local 1262 const char *document2 = "{ \ in DeleteDocFuzz() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/ |
H A D | jsoninner_fuzzer.cpp | 147 std::string document2 = "{\"_id\":2,\"field\":\"" + documentData + "\"}"; in InsertDocOneFuzz() local 795 std::string document2 = "\""; in FindDocSixFuzz() local 1271 const char *document2 = "{ \ in DeleteDocFuzz() local
|