Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_event_cacher.h46 bool CanCalcDuration(uint32_t preId, uint32_t id);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_event_cacher.cpp297 if (CanCalcDuration(preIt->rawid, it->rawid)) { in CalCulateDuration()
305 bool FoldEventCacher::CanCalcDuration(uint32_t preId, uint32_t id) in CanCalcDuration() function in OHOS::HiviewDFX::FoldEventCacher