Home
last modified time | relevance | path

Searched refs:DistributeddbNbCursorTestcase (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_test.cpp84 DistributeddbNbCursorTestcase::ResultSetDb001(g_nbCursorDelegate, false);
97 DistributeddbNbCursorTestcase::ResultSetDb002(g_nbCursorDelegate, false);
110 DistributeddbNbCursorTestcase::ResultSetDb003(g_nbCursorDelegate, false);
361 DistributeddbNbCursorTestcase::ResultSetDb022(false);
375 DistributeddbNbCursorTestcase::ResultSetDb023(false);
389 DistributeddbNbCursorTestcase::ResultSetDb024(false);
429 DistributeddbNbCursorTestcase::ResultSetDb027(false);
720 DistributeddbNbCursorTestcase::ResultSetDb022(true);
734 DistributeddbNbCursorTestcase::ResultSetDb023(true);
748 DistributeddbNbCursorTestcase::ResultSetDb024(true);
[all …]
H A Ddistributeddb_nb_cursor_testcase.cpp135 void DistributeddbNbCursorTestcase::ResultSetDb001(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb001()
222 void DistributeddbNbCursorTestcase::ResultSetDb002(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb002()
292 void DistributeddbNbCursorTestcase::ResultSetDb003(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb003()
368 void DistributeddbNbCursorTestcase::ResultSetDb004(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb004()
442 void DistributeddbNbCursorTestcase::ResultSetDb005(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb005()
523 void DistributeddbNbCursorTestcase::ResultSetDb006(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb006()
1464 void DistributeddbNbCursorTestcase::ResultSetDb021(KvStoreNbDelegate *delegate, in ResultSetDb021()
1495 void DistributeddbNbCursorTestcase::ResultSetDb022(bool isRowIdMode) in ResultSetDb022()
1537 void DistributeddbNbCursorTestcase::ResultSetDb023(bool isRowIdMode) in ResultSetDb023()
1596 void DistributeddbNbCursorTestcase::ResultSetDb024(bool isRowIdMode) in ResultSetDb024()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Ddistributeddb_nb_cursor_testcase.h22 class DistributeddbNbCursorTestcase final {
24 DistributeddbNbCursorTestcase() {}; in DistributeddbNbCursorTestcase() function
25 ~DistributeddbNbCursorTestcase() {} in ~DistributeddbNbCursorTestcase()