Searched refs:IsQueryOnlyByKey (Results 1 – 6 of 6) sorted by relevance
959 HWTEST_F(DistributedDBStorageQuerySyncTest, IsQueryOnlyByKey, TestSize.Level1)970 EXPECT_TRUE(queryObj.IsQueryOnlyByKey());973 EXPECT_TRUE(queryObj1.IsQueryOnlyByKey());976 EXPECT_TRUE(queryObj2.IsQueryOnlyByKey());979 EXPECT_FALSE(queryObj3.IsQueryOnlyByKey());982 EXPECT_FALSE(queryObj4.IsQueryOnlyByKey());985 EXPECT_FALSE(queryObj5.IsQueryOnlyByKey());988 EXPECT_FALSE(queryObj6.IsQueryOnlyByKey());1130 EXPECT_EQ(querySync1.IsQueryOnlyByKey(), true);1139 EXPECT_EQ(querySync2.IsQueryOnlyByKey(), false);[all …]
47 bool IsQueryOnlyByKey() const;
411 bool QueryObject::IsQueryOnlyByKey() const in IsQueryOnlyByKey() function in DistributedDB::QueryObject
154 if (((queryObj.GetSortType() != SortType::NONE) && !queryObj.IsQueryOnlyByKey()) in GetEntries()204 if (((queryObj.GetSortType() != SortType::NONE) && !queryObj.IsQueryOnlyByKey()) in GetCount()607 if (((queryObj.GetSortType() != SortType::NONE) && !queryObj.IsQueryOnlyByKey()) in GetResultSet()
634 if (query.IsQueryOnlyByKey()) { in GetSyncDataWithQuery()
68 if (version < SOFTWARE_VERSION_RELEASE_5_0 && !(context->GetQuery().IsQueryOnlyByKey())) { in QuerySyncCheck()