Home
last modified time | relevance | path

Searched refs:uploadPath_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp218 if (!HiviewDbUtil::InitDbUploadPath(dbPath_, uploadPath_)) { in PrepareOldDbFilesBeforeReport()
223 HiviewDbUtil::MoveDbFilesToUploadDir(dbPath_, uploadPath_); in PrepareOldDbFilesBeforeReport()
226 HiviewDbUtil::TryToAgeUploadDbFiles(uploadPath_); in PrepareOldDbFilesBeforeReport()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/
H A Ddaily_db_helper.h62 std::string uploadPath_; variable