Home
last modified time | relevance | path

Searched refs:setVersion (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbstoreRdbstoreJsunit.test.js118 * @tc.name rdb store setVersion & getVersion
120 * @tc.desc rdb store setVersion & getVersion
128 store.setVersion(5)
130 store.setVersion(2147483647)
132 store.setVersion(-2147483648)
136 store.setVersion(2147483647000)
138 store.setVersion(-2147483648100)
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_test.cpp506 int setVersion = 3; in HWTEST_F() local
511 errCode = OH_Rdb_SetVersion(storeTestRdbStore_, setVersion); in HWTEST_F()

Completed in 5 milliseconds