Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_blocks_dao.h32 int RemoveBlock(const std::string& name);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_blocks_dao.cpp73 int AppEventBlocksDao::RemoveBlock(const std::string& name) in RemoveBlock() function in OHOS::HiviewDFX::AppEventBlocksDao
Dapp_event_cache.cpp99 …if (AppEventBlocksDao(store_).RemoveBlock(name) != DB_SUCC || store_->DropBlockTable(name) != DB_S… in DestroyBlock()