Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_cursor_testcase.cpp64 const int CURSOR_POSITION_NEGATIVE1 = -1; variable
162 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb001()
253 if (position > (CURSOR_POSITION_NEGATIVE1 + CURSOR_POSITION_1)) { in ResultSetDb002()
260 if (position > (CURSOR_POSITION_NEGATIVE1 + CURSOR_POSITION_1)) { in ResultSetDb002()
466 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb005()
468 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb005()
730 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb009()
732 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb009()
814 int currentPosition = CURSOR_POSITION_NEGATIVE1; in ResultSetDb010()
1131 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb015()
[all …]
H A Ddistributeddb_nb_predicate_query_expand_test.cpp40 const int CURSOR_POSITION_NEGATIVE1 = -1; variable
1101 int currentPosition = CURSOR_POSITION_NEGATIVE1; in MoveCursor()
1104 for (int position = CURSOR_POSITION_NEGATIVE1; position < TEN_RECORDS; ++position) { in MoveCursor()
1125 for (int position = TEN_RECORDS; position > CURSOR_POSITION_NEGATIVE1; --position) { in MoveCursor()
1127 if (position > (CURSOR_POSITION_NEGATIVE1 + CURSOR_POSITION_1)) { in MoveCursor()
1134 if (position > (CURSOR_POSITION_NEGATIVE1 + CURSOR_POSITION_1)) { in MoveCursor()
H A Ddistributeddb_nb_predicate_query_test.cpp57 const int CURSOR_POSITION_NEGATIVE1 = -1; variable
1372 EXPECT_EQ(resultSet->GetPosition(), CURSOR_POSITION_NEGATIVE1);
1582 EXPECT_EQ(resultSet->GetPosition(), CURSOR_POSITION_NEGATIVE1);
1635 EXPECT_EQ(resultSet->GetPosition(), CURSOR_POSITION_NEGATIVE1);