Home
last modified time | relevance | path

Searched refs:FindBestIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_event_list.cpp42 int32_t insertIdx = FindBestIndex(event.timeStamp_); in Insert()
46 int32_t BundleActiveEventList::FindBestIndex(const int64_t timeStamp) in FindBestIndex() function in OHOS::DeviceUsageStats::BundleActiveEventList
H A Dbundle_active_stats_combiner.cpp37 int32_t startIndex = stats->events_.FindBestIndex(beginTime); in combine()
H A Dbundle_active_user_service.cpp494 int32_t eventBeginIdx = currentStats->events_.FindBestIndex(beginTime); in QueryBundleEvents()
562 int32_t eventBeginIdx = currentStats->events_.FindBestIndex(beginTime); in GetCachedSystemEvents()
618 int32_t eventBeginIdx = currentStats->events_.FindBestIndex(beginTime); in GetCachedNotificationEvents()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H A Dbundle_active_event_list.h52 int32_t FindBestIndex(const int64_t timeStamp);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/
H A Dbundleactivepowerstatecallbackproxy_fuzzer.cpp155 combiner->FindBestIndex(resultData); in BundleActiveEventListFuzzTest()