Home
last modified time | relevance | path

Searched refs:bootFromTimeLevel (Results 1 – 3 of 3) sorted by relevance

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