Searched defs:AppEventRecord (Results 1 – 1 of 1) sorted by relevance
47 struct AppEventRecord { struct48 int rawid = 0;49 int64_t ts = 0;50 std::string bundleName = "";74 int AddAppEvent(const AppEventRecord& appEventRecord); argument