Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/
H A Dsys_event_store.cpp41 const std::string PROP_LAST_BACKUP = "persist.hiviewdfx.priv.sysevent.backup_time"; variable
56 lastBackupTime_ = Parameter::GetString(PROP_LAST_BACKUP, ""); in OnLoad()
75 Parameter::SetProperty(PROP_LAST_BACKUP, dateStr); in IsNeedBackup()
122 Parameter::SetProperty(PROP_LAST_BACKUP, dateStr); in OnEvent()