Home
last modified time | relevance | path

Searched refs:SetStartGetTime (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_report.h60 void SetStartGetTime(int64_t formId, int64_t startTime);
/foundation/ability/form_fwk/services/src/
H A Dform_acquire_connection.cpp77 FormReport::GetInstance().SetStartGetTime(GetFormId(), FormUtil::GetCurrentSteadyClockMillseconds()); in OnAbilityConnectDone()
H A Dform_report.cpp112 void FormReport::SetStartGetTime(int64_t formId, int64_t startTime) in SetStartGetTime() function in OHOS::AppExecFwk::FormReport
/foundation/ability/form_fwk/test/unittest/form_report_test/
H A Dform_report_test.cpp74 * @tc.desc: test SetStartGetTime function.
80 formReport.SetStartGetTime(testFormId, startTime); in HWTEST_F()
101 * @tc.desc: test SetStartGetTime function.
108 formReport.SetStartGetTime(testFormId, startTime); in HWTEST_F()
117 * @tc.desc: test SetStartGetTime function.

Completed in 3 milliseconds