Home
last modified time | relevance | path

Searched refs:GetTotalTime (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/dfx/
H A Ddps_event_report.cpp57 EVENT_KEY_SYNCHRONIZETIME, GetTotalTime(dpsEventInfo.synchronizeTimeBeginTime, in ReportImageProcessResult()
59 …EVENT_KEY_DISPATCHTIME, GetTotalTime(dpsEventInfo.dispatchTimeBeginTime, dpsEventInfo.dispatchTime… in ReportImageProcessResult()
60 …EVENT_KEY_PROCESSTIME, GetTotalTime(dpsEventInfo.processTimeBeginTime, dpsEventInfo.processTimeEnd… in ReportImageProcessResult()
61 …EVENT_KEY_IMAGEDONETIME, GetTotalTime(dpsEventInfo.imageDoneTimeBeginTime, dpsEventInfo.imageDoneT… in ReportImageProcessResult()
62 …EVENT_KEY_RESTORETIME, GetTotalTime(dpsEventInfo.restoreTimeBeginTime, dpsEventInfo.restoreTimeEnd… in ReportImageProcessResult()
63 …EVENT_KEY_REMOVETIME, GetTotalTime(dpsEventInfo.removeTimeBeginTime, dpsEventInfo.removeTimeEndTim… in ReportImageProcessResult()
64 …EVENT_KEY_TRAILINGTIME, GetTotalTime(dpsEventInfo.trailingTimeBeginTime, dpsEventInfo.trailingTime… in ReportImageProcessResult()
73 int DPSEventReport::GetTotalTime (uint64_t beginTime, uint64_t endTime) in GetTotalTime() function in OHOS::CameraStandard::DeferredProcessing::DPSEventReport
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddistributed_ue.cpp114 CONTINUATION_DURATION, DmsContinueTime::GetInstance().GetTotalTime()); in DmsContinueComplete()
127 CONTINUATION_DURATION, DmsContinueTime::GetInstance().GetTotalTime(), in DmsContinueComplete()
H A Ddms_continue_time_dumper.cpp441 int64_t DmsContinueTime::GetTotalTime() in GetTotalTime() function in OHOS::DistributedSchedule::DmsContinueTime
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event_stats.h70 int64_t GetTotalTime();
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_event_stats.cpp65 int64_t BundleActiveEventStats::GetTotalTime() in GetTotalTime() function in OHOS::DeviceUsageStats::BundleActiveEventStats
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddms_continue_time_dumper.h100 int64_t GetTotalTime();
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/
H A Ddps_event_report.h113 int GetTotalTime (uint64_t beginTime, uint64_t endTime);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_test.cpp469 EXPECT_EQ(tempEventStats->GetTotalTime(), g_largeNum);