Home
last modified time | relevance | path

Searched refs:endGetTime_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_report.cpp130 formStatisticMap_[formId].endGetTime_ = endTime; in SetEndGetTime()
221 if (record.endGetTime_ > record.startGetTime_) { in HandleAddFormStatistic()
222 eventInfo.getDuration = (record.endGetTime_ - record.startGetTime_); in HandleAddFormStatistic()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_report.h43 int64_t endGetTime_; member
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_report_test/
H A Dform_report_test.cpp112 EXPECT_EQ(statisticIt->second.endGetTime_, endTime);