Home
last modified time | relevance | path

Searched refs:expdVer (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.cpp66 event->Update(KEY_OF_EXPD_VER_USAGE, static_cast<uint32_t>(info.expdVer)); in Create()
70 …te(KEY_OF_USAGE, static_cast<uint32_t>(info.foldVer + info.foldHor + info.expdVer + info.expdHor)); in Create()
100 statisticInfos[forgroundInfo.first].expdVer += forgroundInfo.second.expdVer; in GetAppUsageInfo()
H A Dfold_app_usage_db_helper.cpp51 info.expdVer += static_cast<int32_t>(time); in UpdateScreenStatInfo()
366 …etIntFromResultSet(resultSet, FoldEventTable::FIELD_EXPAND_PORTRAIT_DURATION, usageInfo.expdVer) && in QueryStatisticEventsInPeriod()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dfold_app_usage_test.cpp99 EXPECT_EQ(all1104Infos["app155"].expdVer, 3);
105 EXPECT_EQ(all1104Infos["app255"].expdVer, 5);
142 EXPECT_EQ(app3Info.expdVer, 0);
150 EXPECT_EQ(app4Info.expdVer, 54000000); // from 00:00:00 to 15:00:00
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_db_helper.h30 int32_t expdVer = 0; // usage duration when screen in expand-vertiacal status member