Home
last modified time | relevance | path

Searched refs:GetCurrentSteadyClockMillseconds (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_acquire_connection.cpp53 FormReport::GetInstance().SetEndBindTime(GetFormId(), FormUtil::GetCurrentSteadyClockMillseconds()); in OnAbilityConnectDone()
77 FormReport::GetInstance().SetStartGetTime(GetFormId(), FormUtil::GetCurrentSteadyClockMillseconds()); in OnAbilityConnectDone()
H A Dform_supply_callback.cpp66 FormReport::GetInstance().SetEndAquireTime(formId, FormUtil::GetCurrentSteadyClockMillseconds()); in ProcessFormAcquisition()
96 FormReport::GetInstance().SetStartAquireTime(formId, FormUtil::GetCurrentSteadyClockMillseconds()); in OnAcquire()
186 int32_t connectKey = static_cast<int32_t>(FormUtil::GetCurrentSteadyClockMillseconds()); in AddConnection()
H A Dform_util.cpp159 int64_t FormUtil::GetCurrentSteadyClockMillseconds() in GetCurrentSteadyClockMillseconds() function in OHOS::AppExecFwk::FormUtil
H A Dform_cache_mgr.cpp197 FormReport::GetInstance().SetDurationEndTime(formId, FormUtil::GetCurrentSteadyClockMillseconds()); in AddData()
H A Dform_mgr_service.cpp617 FormReport::GetInstance().SetDurationStartTime(formId, FormUtil::GetCurrentSteadyClockMillseconds()); in MessageEvent()
H A Dform_mgr_adapter.cpp1708 FormReport::GetInstance().SetStartBindTime(formId, FormUtil::GetCurrentSteadyClockMillseconds()); in InnerAcquireProviderFormInfoAsync()
2716 FormReport::GetInstance().SetEndGetTime(formId, FormUtil::GetCurrentSteadyClockMillseconds()); in AcquireProviderFormInfo()
/foundation/ability/form_fwk/services/include/
H A Dform_util.h68 * @brief Get current system GetCurrentSteadyClockMillseconds.
69 * @return Current system GetCurrentSteadyClockMillseconds.
71 static int64_t GetCurrentSteadyClockMillseconds();

Completed in 12 milliseconds