Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_schema_unit_test.cpp55 map<string, SchemaAttribute> g_schemaAttrDefTestDataDir; variable
73 g_schemaAttrDefTestDataDir["INTEGER, DEFAULT 0"] = attributeRes; in PreNumDataForParseAndCheckSchemaAttribute003()
86 g_schemaAttrDefTestDataDir["INTEGER, DEFAULT +0"] = attributeRes2; in PreNumDataForParseAndCheckSchemaAttribute003()
92 g_schemaAttrDefTestDataDir["LONG, DEFAULT -0"] = attributeRes3; in PreNumDataForParseAndCheckSchemaAttribute003()
124 g_schemaAttrDefTestDataDir["DOUBLE,DEFAULT 0.0"] = attributeRes7; in PreDoubleDataForParseAndCheckSchemaAttribute003()
130 g_schemaAttrDefTestDataDir["DOUBLE,DEFAULT 0."] = attributeRes8; in PreDoubleDataForParseAndCheckSchemaAttribute003()
193 g_schemaAttrDefTestDataDir["INTEGER"] = attributeRes;
198 g_schemaAttrDefTestDataDir["BOOL, NOT NULL"] = attributeRes1;
223 for (auto &iter : g_schemaAttrDefTestDataDir) {
297 g_schemaAttrDefTestDataDir.clear();
[all …]