Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/event/
H A Dapp_usage_event.cpp29 {KEY_OF_PACKAGE, DEFAULT_STRING}, {KEY_OF_VERSION, DEFAULT_STRING}, in AppUsageEvent()
44 KEY_OF_PACKAGE, this->paramMap_[KEY_OF_PACKAGE].GetString(), in ReportDFX()
57 KEY_OF_PACKAGE, this->paramMap_[KEY_OF_PACKAGE].GetString(), in ReportDFXUE()
H A Dfold_app_usage_event.cpp27 {KEY_OF_PACKAGE, DEFAULT_STRING}, {KEY_OF_VERSION, DEFAULT_STRING}, in FoldAppUsageEvent()
38 KEY_OF_PACKAGE, this->paramMap_[KEY_OF_PACKAGE].GetString(), in Report()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H A Dusage_event_common.h27 const std::string KEY_OF_PACKAGE = "PACKAGE"; variable
36 const std::string KEY_OF_PACKAGE = "PACKAGE"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dapp_usage_event_factory.cpp71 event->Update(KEY_OF_PACKAGE, info.package_); in Create()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_event_factory.cpp62 event->Update(KEY_OF_PACKAGE, info.package); in Create()