Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_cache_test.cpp64 result = AppEventCache::GetInstance()->GetBlocksStat(blocksStat);
71 result = AppEventCache::GetInstance()->GetBlocksStat(blocksStat2);
108 result = AppEventCache::GetInstance()->GetBlocksStat(blocksStat);
149 result = AppEventCache::GetInstance()->GetBlocksStat(blocksStat);
214 result = AppEventCache::GetInstance()->GetBlocksStat(blocksStat);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_cache.h39 int GetBlocksStat(std::map<std::string, std::pair<int, int64_t>>& blocksStat);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
Dapp_event_db_cleaner.cpp39 int result = AppEventCache::GetInstance()->GetBlocksStat(blocksStat); in ClearSpace()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_cache.cpp112 int AppEventCache::GetBlocksStat(std::map<std::string, std::pair<int, int64_t>>& blocksStat) in GetBlocksStat() function in OHOS::HiviewDFX::AppEventCache