Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_read_only_test.cpp35 static const std::string READONLY_DATABASE_NAME; member in Test::RdbReadOnlyTest
42 const std::string RdbReadOnlyTest::READONLY_DATABASE_NAME = RDB_TEST_PATH + "readOnly.db"; member in Test::RdbReadOnlyTest
70 RdbHelper::DeleteRdbStore(READONLY_DATABASE_NAME); in SetUpTestCase()
71 RdbStoreConfig config(READONLY_DATABASE_NAME); in SetUpTestCase()
89 RdbStoreConfig config1(READONLY_DATABASE_NAME); in SetUpTestCase()
103 EXPECT_EQ(E_OK, RdbHelper::DeleteRdbStore(RdbReadOnlyTest::READONLY_DATABASE_NAME)); in TearDownTestCase()
406 RdbStoreConfig config(RdbReadOnlyTest::READONLY_DATABASE_NAME);
470 RdbStoreConfig config(RdbReadOnlyTest::READONLY_DATABASE_NAME);