Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/
H A Dbundleactivepowerstatecallbackproxy_fuzzer.cpp177 auto eventCombiner = std::make_shared<BundleActiveStatsCombiner<BundleActiveEvent>>(); in BundleActiveStatsCombinerFuzzTest() local
179 eventCombiner->combine(stats, activeEventResult, beginTime); in BundleActiveStatsCombinerFuzzTest()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp658 auto eventCombiner = std::make_shared<BundleActiveStatsCombiner<BundleActiveEvent>>(); variable
660 eventCombiner->combine(stats, activeEventResult, beginTime);