Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/event/
H A Dapp_usage_event.cpp30 {KEY_OF_USAGE, DEFAULT_UINT64}, {KEY_OF_DATE, DEFAULT_STRING}, in AppUsageEvent()
47 KEY_OF_DATE, this->paramMap_[KEY_OF_DATE].GetString(), in ReportDFX()
60 KEY_OF_DATE, this->paramMap_[KEY_OF_DATE].GetString(), in ReportDFXUE()
H A Dfold_app_usage_event.cpp30 {KEY_OF_USAGE, DEFAULT_UINT32}, {KEY_OF_DATE, DEFAULT_STRING}, in FoldAppUsageEvent()
45 KEY_OF_DATE, this->paramMap_[KEY_OF_DATE].GetString(), in Report()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H A Dusage_event_common.h30 const std::string KEY_OF_DATE = "DATE"; variable
43 const std::string KEY_OF_DATE = "DATE"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dapp_usage_event_factory.cpp74 event->Update(KEY_OF_DATE, info.date_); in Create()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_event_factory.cpp68 event->Update(KEY_OF_DATE, dateStr); in Create()