Searched refs:queryObj1 (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_query_object_helper_test.cpp | 180 QueryObject queryObj1(query1); 181 queryObj1.SetSchema(schema); 182 SqliteQueryHelper helper1 = queryObj1.GetQueryHelper(errCode);
|
H A D | distributeddb_storage_query_sync_test.cpp | 755 QuerySyncObject queryObj1; variable 756 EXPECT_EQ(QuerySyncObject::DeSerializeData(readParcel, queryObj1), E_OK); 759 EXPECT_EQ(g_store->GetSyncData(queryObj1, SyncTimeRange{}, specInfo, token, entries), E_OK); 944 QueryObject queryObj1(queryInvalidField); 945 …EXPECT_EQ(g_schemaStore->GetSyncData(queryObj1, SyncTimeRange{}, specInfo, token, entries), -E_INV… 972 QueryObject queryObj1(queryPrefixKeyLimit); 973 EXPECT_TRUE(queryObj1.IsQueryOnlyByKey()); 1093 QueryObject queryObj1(query1); 1094 … EXPECT_EQ(g_schemaStore->GetSyncData(queryObj1, SyncTimeRange{}, specInfo, token, entries), E_OK);
|
H A D | distributeddb_relational_get_data_test.cpp | 1595 QueryObject queryObj1(query); 1597 errorNo = queryObj1.SetSchema(store->GetSchemaInfo()); 1599 EXPECT_FALSE(queryObj1.IsQueryForRelationalDB()); 1600 errorNo = queryObj1.Init();
|