Home
last modified time | relevance | path

Searched refs:foldVer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_event_factory.cpp64 event->Update(KEY_OF_FOLD_VER_USAGE, static_cast<uint32_t>(info.foldVer)); in Create()
70 …event->Update(KEY_OF_USAGE, static_cast<uint32_t>(info.foldVer + info.foldHor + info.expdVer + inf… in Create()
98 statisticInfos[forgroundInfo.first].foldVer += forgroundInfo.second.foldVer; in GetAppUsageInfo()
H A Dfold_app_usage_db_helper.cpp57 info.foldVer += static_cast<int32_t>(time); in UpdateScreenStatInfo()
364 … GetIntFromResultSet(resultSet, FoldEventTable::FIELD_FOLD_PORTRAIT_DURATION, usageInfo.foldVer) && in QueryStatisticEventsInPeriod()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dfold_app_usage_test.cpp97 EXPECT_EQ(all1104Infos["app155"].foldVer, 1);
103 EXPECT_EQ(all1104Infos["app255"].foldVer, 5);
140 EXPECT_EQ(app3Info.foldVer, 43199999); // from 12:00:00 to 23:59:59
148 EXPECT_EQ(app4Info.foldVer, 1000); // from ts, 7000 to 8000
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_db_helper.h28 int32_t foldVer = 0; // usage duration when screen in fold-vertiacal status member