Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/
H A Dexport_base_task.cpp29 std::chrono::seconds ExportBaseTask::GetExecutingCycle() in GetExecutingCycle() function in OHOS::HiviewDFX::ExportBaseTask
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
H A Dexport_base_task.h36 virtual std::chrono::seconds GetExecutingCycle();
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/
H A Devent_export_engine.cpp171 ffrt::this_task::sleep_for(exportTask->GetExecutingCycle()); in InitAndRunTask()