Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/event/
H A Dapp_usage_event.cpp31 {KEY_OF_START_NUM, DEFAULT_UINT32} in AppUsageEvent()
48 KEY_OF_START_NUM, this->paramMap_[KEY_OF_START_NUM].GetUint32()); in ReportDFX()
61 KEY_OF_START_NUM, this->paramMap_[KEY_OF_START_NUM].GetUint32()); in ReportDFXUE()
H A Dfold_app_usage_event.cpp31 {KEY_OF_START_NUM, DEFAULT_UINT32} in FoldAppUsageEvent()
46 KEY_OF_START_NUM, this->paramMap_[KEY_OF_START_NUM].GetUint32()); in Report()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H A Dusage_event_common.h31 const std::string KEY_OF_START_NUM = "TOTAL_START_NUM"; variable
44 const std::string KEY_OF_START_NUM = "TOTAL_START_NUM"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dapp_usage_event_factory.cpp75 event->Update(KEY_OF_START_NUM, info.startNum_); in Create()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_event_factory.cpp69 event->Update(KEY_OF_START_NUM, static_cast<uint32_t>(info.startNum)); in Create()