Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_cache_test.cpp32 const std::string TEST_BLOCK = "testBlock"; variable
57 result = AppEventCache::GetInstance()->CreateBlock(TEST_BLOCK);
60 auto block = AppEventCache::GetInstance()->GetBlock(TEST_BLOCK);
75 result = AppEventCache::GetInstance()->DestroyBlock(TEST_BLOCK);
101 result = AppEventCache::GetInstance()->CreateBlock(TEST_BLOCK);
104 auto block = AppEventCache::GetInstance()->GetBlock(TEST_BLOCK);
112 result = AppEventCache::GetInstance()->DestroyBlock(TEST_BLOCK);
136 result = AppEventCache::GetInstance()->CreateBlock(TEST_BLOCK);
138 auto block = AppEventCache::GetInstance()->GetBlock(TEST_BLOCK);
152 ASSERT_EQ(blocksStat[TEST_BLOCK].first, ADD_NUM);
[all …]