Home
last modified time | relevance | path

Searched refs:NearIndexOnOrBeforeCurrentTime (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dbundle_active_usage_database_test.cpp92 * @tc.desc: NearIndexOnOrBeforeCurrentTime
102 database->NearIndexOnOrBeforeCurrentTime(currentTime, sortedTableArray); in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_usage_database.h90 int32_t NearIndexOnOrBeforeCurrentTime(int64_t currentTime, std::vector<int64_t> &sortedTableArray);
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp196 int32_t BundleActiveUsageDatabase::NearIndexOnOrBeforeCurrentTime(int64_t currentTime, in NearIndexOnOrBeforeCurrentTime() function in OHOS::DeviceUsageStats::BundleActiveUsageDatabase
1227 int32_t index = NearIndexOnOrBeforeCurrentTime(beginTime, sortedTableArray_.at(i)); in GetOptimalIntervalType()
1383 startIndex = NearIndexOnOrBeforeCurrentTime(beginTime, sortedTableArray_.at(databaseType)); in GetDbIndex()
1387 endIndex = NearIndexOnOrBeforeCurrentTime(endTime, sortedTableArray_.at(databaseType)); in GetDbIndex()

Completed in 5 milliseconds