Searched defs:DataBaseRs (Results 1 – 1 of 1) sorted by relevance
64 struct DataBaseRs { struct65 int32_t appPid = -1;66 int32_t eventType = -1;67 int32_t versionCode = -1;68 int64_t uniqueId = 0;69 int64_t inputTime = 0;70 int64_t beginVsyncTime = 0;71 int64_t endVsyncTime = 0;72 bool isDisplayAnimator = false;73 std::string sceneId;[all …]