Searched refs:DestroyBlock (Results 1 – 4 of 4) sorted by relevance
75 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);
37 int DestroyBlock(const std::string& name);
88 int AppEventCache::DestroyBlock(const std::string& name) in DestroyBlock() function in OHOS::HiviewDFX::AppEventCache
73 if (AppEventCache::GetInstance()->DestroyBlock(name) != 0) { in RemoveWatcher()