Home
last modified time | relevance | path

Searched refs:DelayProcessEvent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/
H A Dplugin.cpp86 void Plugin::DelayProcessEvent(std::shared_ptr<Event> event, uint64_t delay) in DelayProcessEvent() function in OHOS::HiviewDFX::Plugin
H A Dlibhiviewbase.map281 …"OHOS::HiviewDFX::Plugin::DelayProcessEvent(std::__h::shared_ptr<OHOS::HiviewDFX::Event>, unsigned…
282 …"OHOS::HiviewDFX::Plugin::DelayProcessEvent(std::__h::shared_ptr<OHOS::HiviewDFX::Event>, unsigned…
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp75 plugin.DelayProcessEvent(pipelineEvent, 1); // 1s delay
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h107 void DelayProcessEvent(std::shared_ptr<Event> event, uint64_t delay);
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md76 void DelayProcessEvent(std::shared_ptr<Event> event, uint64_t delay);
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/
H A Dapp_trace_context.cpp241 plugin_->DelayProcessEvent(appCallerEvent_, DURATION_TRACE); in CaptureTrace()