Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_cache_common.h34 const std::string TABLE_PREFIX = "block_"; variable
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp120 std::string sql = GenerateCreateSql(Block::TABLE_PREFIX + name, fields); in CreateBlockTable()
137 std::string sql = GenerateDropSql(Block::TABLE_PREFIX + name); in DropBlockTable()
Dapp_event_block_dao.cpp36 table_ = Block::TABLE_PREFIX + name; in AppEventBlockDao()