Searched refs:g_schemaString2 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_index_unit_test.cpp | 198 string g_schemaString2; variable 210 g_schemaString2.clear(); in ResetGlobalVariable() 279 g_schemaString2 = GenerateSchemaString(g_definePath, g_definePath, 0, true, false); in PrepareInfoForCrudIndex001() 281 LOGI("[PrepareInfoForCrudIndex001] g_schemaString2=%s", g_schemaString2.c_str()); in PrepareInfoForCrudIndex001() 323 option.schema = g_schemaString2; 346 g_schemaString2 = GenerateSchemaString(g_definePath, vector<FieldPath>(), 0, true, false); in PrepareInfoForCrudIndex002() 348 LOGI("[PrepareInfoForCrudIndex002] g_schemaString2=%s", g_schemaString2.c_str()); in PrepareInfoForCrudIndex002() 390 option.schema = g_schemaString2; 414 g_schemaString2 = GenerateSchemaString(g_definePath, g_pathGroup2, 0, true, false); in PrepareInfoForCrudIndex003() 416 LOGI("[PrepareInfoForCrudIndex003] g_schemaString2=%s", g_schemaString2.c_str()); in PrepareInfoForCrudIndex003() [all …]
|