Home
last modified time | relevance | path

Searched defs:expectEntry (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_predicate_query_test.cpp124 …l CheckSchemaQuery(KvStoreNbDelegate *&delegate, Query &queryNeedCheck, vector<Entry> &expectEntry, in CheckSchemaQuery()
287 vector<Entry> expectEntry = {entries[INDEX_ZEROTH], entries[INDEX_THIRD]}; variable
348 vector<Entry> expectEntry = {}; in InvalidFieldCheck() local
471 vector<Entry> expectEntry in CheckSchemaBoolNotExist() local
485 vector<Entry> expectEntry = {entries[INDEX_FIRST]}; in CheckSchemaBoolExist() local
577 vector<Entry> expectEntry = {}; in InvalidBoolFieldCheck() local
641 vector<Entry> expectEntry = {}; variable
800 vector<Entry> expectEntry = {entries[INDEX_ZEROTH], entries[INDEX_THIRD]}; variable
854 vector<Entry> expectEntry = {}; in InvalidFieldCheck() local
964 vector<Entry> expectEntry = {entries[INDEX_ZEROTH], entries[INDEX_THIRD]}; variable
[all …]
H A Ddistributeddb_nb_predicate_query_expand_test.cpp259 vector<Entry> expectEntry; variable
306 vector<Entry> expectEntry; variable
361 vector<Entry> expectEntry; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_schema_test_tools.cpp176 vector<Entry> &expectEntry, const DBStatus status, bool canGetCount) in CombinationCheckQueryResult()
H A Ddistributed_test_tools.cpp1945 int changedTimes, ListType type, const vector<Entry> &expectEntry, uint32_t timeout)
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_register_syncdb_test.cpp78 for (const auto &expectEntry : expectEntries) { in TestEntryList() local