Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
Dapp_event_db_cleaner.cpp25 const std::string DATABASE_DIR = "databases/"; variable
29 return FileUtil::GetDirSize(path_ + DATABASE_DIR); in GetFilesSize()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Ddata_share_common.h31 constexpr const char* DATABASE_DIR = "/data/log/hiview/system_event_db/subscribers/"; variable
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp33 const char* DATABASE_DIR = "databases"; variable
104 dirPath_ = FileUtil::GetFilePathByDir(dir, DATABASE_DIR); in InitDbStoreDir()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_publisher.cpp286 std::shared_ptr<DataShareStore> dataShareStore = std::make_shared<DataShareStore>(DATABASE_DIR); in GetDataShareDao()