Home
last modified time | relevance | path

Searched refs:expdHor (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.cpp67 event->Update(KEY_OF_EXPD_HOR_USAGE, static_cast<uint32_t>(info.expdHor)); in Create()
70 …te(KEY_OF_USAGE, static_cast<uint32_t>(info.foldVer + info.foldHor + info.expdVer + info.expdHor)); in Create()
101 statisticInfos[forgroundInfo.first].expdHor += forgroundInfo.second.expdHor; in GetAppUsageInfo()
H A Dfold_app_usage_db_helper.cpp48 info.expdHor += static_cast<int32_t>(time); in UpdateScreenStatInfo()
367 …tIntFromResultSet(resultSet, FoldEventTable::FIELD_EXPAND_LANDSCAPE_DURATION, usageInfo.expdHor) && in QueryStatisticEventsInPeriod()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dfold_app_usage_test.cpp100 EXPECT_EQ(all1104Infos["app155"].expdHor, 4);
106 EXPECT_EQ(all1104Infos["app255"].expdHor, 5);
143 EXPECT_EQ(app3Info.expdHor, 1000); // from ts, 4000 to 5000
151 EXPECT_EQ(app4Info.expdHor, 0);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_db_helper.h31 int32_t expdHor = 0; // usage duration when screen in expand-horizon status member