Home
last modified time | relevance | path

Searched defs:AppEventRecord (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_db_helper.h47 struct AppEventRecord { struct
48 int rawid = 0;
49 int64_t ts = 0;
50 std::string bundleName = "";
74 int AddAppEvent(const AppEventRecord& appEventRecord); argument