Searched refs:ReloadResultSet (Results 1 – 4 of 4) sorted by relevance
107 errCode = handle_->ReloadResultSet(queryObj_); in Reload()109 errCode = handle_->ReloadResultSet(keyPrefix_); in Reload()
96 int ReloadResultSet(const Key &keyPrefix);98 int ReloadResultSet(QueryObject &queryObj);
847 int SQLiteSingleVerStorageExecutor::ReloadResultSet(const Key &keyPrefix) in ReloadResultSet() function in DistributedDB::SQLiteSingleVerStorageExecutor863 int SQLiteSingleVerStorageExecutor::ReloadResultSet(QueryObject &queryObj) in ReloadResultSet() function in DistributedDB::SQLiteSingleVerStorageExecutor899 int errCode = ReloadResultSet(keyPrefix); // Reuse this function(A convenience) in ReloadResultSetForCacheRowIdMode()915 int errCode = ReloadResultSet(queryObj); // Reuse this function(A convenience) in ReloadResultSetForCacheRowIdMode()
323 EXPECT_EQ(g_nullHandle->ReloadResultSet(key), -E_INVALID_ARGS);330 EXPECT_EQ(g_handle->ReloadResultSet(key), -E_INVALID_ARGS);339 EXPECT_EQ(g_nullHandle->ReloadResultSet(object), -E_INVALID_QUERY_FORMAT);1188 ret = g_handle->ReloadResultSet(queryObj);