Searched refs:predicatesTestRdbStore_ (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
| D | rdb_store_predicates_test.cpp | 36 OH_Rdb_Store *predicatesTestRdbStore_ = NULL; variable 81 predicatesTestRdbStore_ = OH_Rdb_GetOrOpen(&config_, &errCode); in PredicatesSetUpTestCase() 82 NAPI_ASSERT(env, predicatesTestRdbStore_ != NULL, "OH_Rdb_GetOrOpen is fail."); in PredicatesSetUpTestCase() 86 errCode = OH_Rdb_Execute(predicatesTestRdbStore_, createTableSql); in PredicatesSetUpTestCase() 97 errCode = OH_Rdb_Insert(predicatesTestRdbStore_, table, valueBucket); in PredicatesSetUpTestCase() 106 errCode = OH_Rdb_Insert(predicatesTestRdbStore_, table, valueBucket); in PredicatesSetUpTestCase() 115 errCode = OH_Rdb_Insert(predicatesTestRdbStore_, table, valueBucket); in PredicatesSetUpTestCase() 124 errCode = OH_Rdb_Insert(predicatesTestRdbStore_, table, valueBucket); in PredicatesSetUpTestCase() 137 OH_Rdb_Execute(predicatesTestRdbStore_, dropTableSql); in PredicatesTearDownTestCase() 138 OH_Rdb_CloseStore(predicatesTestRdbStore_); in PredicatesTearDownTestCase() [all …]
|