Home
last modified time | relevance | path

Searched refs:screenTimeLevel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_user_history.cpp79 const int64_t bootBasedTimeStamp, const std::vector<int64_t> screenTimeLevel, in GetLevelIndex() argument
96 if (screenDiff >= screenTimeLevel[i] && bootFromDiff >= bootFromTimeLevel[i]) { in GetLevelIndex()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp950 std::vector<int64_t> screenTimeLevel; variable
953 bundleUserHistory_->GetLevelIndex("test", 0, 20000, screenTimeLevel, bootFromTimeLevel, 0);