Searched refs:FormReport (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_report.cpp | 29 FormReport::FormReport() in FormReport() function in OHOS::AppExecFwk::FormReport 34 FormReport::~FormReport() in ~FormReport() 38 void FormReport::SetFormRecordInfo(int64_t formId, const Want &want) in SetFormRecordInfo() 72 void FormReport::SetEndAquireTime(int64_t formId, int64_t endTime) in SetEndAquireTime() 102 void FormReport::SetEndBindTime(int64_t formId, int64_t endTime) in SetEndBindTime() 125 void FormReport::SetEndGetTime(int64_t formId, int64_t endTime) in SetEndGetTime() 170 void FormReport::SetAddFormFinish(int64_t formId) in SetAddFormFinish() 181 void FormReport::InsertFormId(int64_t formId) in InsertFormId() 187 void FormReport::RemoveFormId(int64_t formId) in RemoveFormId() 195 void FormReport::HandleAddFormStatistic(int64_t formId) in HandleAddFormStatistic() [all …]
|
H A D | form_supply_callback.cpp | 64 FormReport::GetInstance().GetEndAquireTime(formId, endTime); in ProcessFormAcquisition() 66 … FormReport::GetInstance().SetEndAquireTime(formId, FormUtil::GetCurrentSteadyClockMillseconds()); in ProcessFormAcquisition() 67 FormReport::GetInstance().HandleAddFormStatistic(formId); in ProcessFormAcquisition() 95 FormReport::GetInstance().SetAddFormFinish(formId); in OnAcquire() 96 …FormReport::GetInstance().SetStartAquireTime(formId, FormUtil::GetCurrentSteadyClockMillseconds()); in OnAcquire() 98 FormReport::GetInstance().SetFormRecordInfo(formId, want); in OnAcquire()
|
H A D | form_acquire_connection.cpp | 53 …FormReport::GetInstance().SetEndBindTime(GetFormId(), FormUtil::GetCurrentSteadyClockMillseconds()… in OnAbilityConnectDone() 77 …FormReport::GetInstance().SetStartGetTime(GetFormId(), FormUtil::GetCurrentSteadyClockMillseconds(… in OnAbilityConnectDone()
|
H A D | form_ability_connection.cpp | 179 FormReport::GetInstance().RemoveFormId(eventInfo.formId); in ReportFormAppUnbindEvent()
|
H A D | form_cache_mgr.cpp | 196 …FormReport::GetInstance().SetDurationEndTime(formId, FormUtil::GetCurrentSteadyClockMillseconds()); in AddData()
|
H A D | form_provider_mgr.cpp | 184 FormReport::GetInstance().GetAddFormFinish(formId, addFormFinish); in RefreshCheck()
|
H A D | form_mgr_adapter.cpp | 148 FormReport::GetInstance().InsertFormId(formId); in AddForm() 1769 … FormReport::GetInstance().SetStartBindTime(formId, FormUtil::GetCurrentSteadyClockMillseconds()); in InnerAcquireProviderFormInfoAsync() 2778 FormReport::GetInstance().SetEndGetTime(formId, FormUtil::GetCurrentSteadyClockMillseconds()); in AcquireProviderFormInfo()
|
H A D | form_mgr_service.cpp | 618 …FormReport::GetInstance().SetDurationStartTime(formId, FormUtil::GetCurrentSteadyClockMillseconds(… in MessageEvent()
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_report.h | 49 class FormReport final : public DelayedRefSingleton<FormReport> { 50 DECLARE_DELAYED_REF_SINGLETON(FormReport) 52 DISALLOW_COPY_AND_MOVE(FormReport);
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_report_test/ |
H A D | form_report_test.cpp | 35 FormReport& formReport = FormReport::GetInstance();
|