Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp34 class CacheCursorTest : public testing::Test { class
42 CacheCursorTest();
46 std::shared_ptr<CacheCursor> CacheCursorTest::cursor_ = nullptr;
48 CacheCursorTest::CacheCursorTest() {} in CacheCursorTest() function in OHOS::Test::DistributedRDBTest::CacheCursorTest
50 std::shared_ptr<CacheCursor> CacheCursorTest::GetCursor() in GetCursor()
55 void CacheCursorTest::SetUpTestCase(void) in SetUpTestCase()
76 HWTEST_F(CacheCursorTest, CacheCursorTest001, TestSize.Level1)
78 auto cursor = CacheCursorTest::GetCursor();
128 auto cursor = CacheCursorTest::GetCursor();
161 auto cursor = CacheCursorTest::GetCursor();
[all …]