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 D | app_usage_event.cpp | 29 {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 D | fold_app_usage_event.cpp | 27 {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 D | usage_event_common.h | 27 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 D | app_usage_event_factory.cpp | 71 event->Update(KEY_OF_PACKAGE, info.package_); in Create()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | fold_app_usage_event_factory.cpp | 62 event->Update(KEY_OF_PACKAGE, info.package); in Create()
|