Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_cache_test.cpp75 result = AppEventCache::GetInstance()->DestroyBlock(TEST_BLOCK);
77 result = AppEventCache::GetInstance()->DestroyBlock("testBlock2");
112 result = AppEventCache::GetInstance()->DestroyBlock(TEST_BLOCK);
170 result = AppEventCache::GetInstance()->DestroyBlock(TEST_BLOCK);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_cache.h37 int DestroyBlock(const std::string& name);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_cache.cpp88 int AppEventCache::DestroyBlock(const std::string& name) in DestroyBlock() function in OHOS::HiviewDFX::AppEventCache
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/watcher/
Dapp_event_watcher_mgr.cpp73 if (AppEventCache::GetInstance()->DestroyBlock(name) != 0) { in RemoveWatcher()