Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_predicate_query_test.cpp131 result = (statusGot == status) && result; in CheckSchemaQuery()
143 statusGot = delegate->GetCount(queryNeedCheck, count); in CheckSchemaQuery()
144 result = (statusGot == status) && result; in CheckSchemaQuery()
150 statusGot = delegate->GetEntries(queryNeedCheck, resultSet); in CheckSchemaQuery()
151 result = (statusGot == status) && result; in CheckSchemaQuery()
153 statusGot = delegate->GetEntries(queryNeedCheck, resultSet); in CheckSchemaQuery()
154 result = (statusGot == DBStatus::OK) && result; in CheckSchemaQuery()
172 result = (statusGot == status) && result; in CheckSchemaQueryForOrderBy()
185 statusGot = delegate->GetEntries(queryNeedCheck, resultSet); in CheckSchemaQueryForOrderBy()
186 result = (statusGot == status) && result; in CheckSchemaQueryForOrderBy()
[all …]
H A Ddistributeddb_nb_cursor_testcase.cpp286 DBStatus statusGot = resultSet->GetEntry(entry); in MoveAndCheck() local
287 result = result && (statusGot == status.status); in MoveAndCheck()
363 DBStatus statusGot = resultSet->GetEntry(entry); in MoveToPositionAndCheck() local
364 result = result && (statusGot == status.status); in MoveToPositionAndCheck()