Searched refs:DelayProcessEvent (Results 1 – 6 of 6) sorted by relevance
86 void Plugin::DelayProcessEvent(std::shared_ptr<Event> event, uint64_t delay) in DelayProcessEvent() function in OHOS::HiviewDFX::Plugin
281 …"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…
75 plugin.DelayProcessEvent(pipelineEvent, 1); // 1s delay
107 void DelayProcessEvent(std::shared_ptr<Event> event, uint64_t delay);
76 void DelayProcessEvent(std::shared_ptr<Event> event, uint64_t delay);
241 plugin_->DelayProcessEvent(appCallerEvent_, DURATION_TRACE); in CaptureTrace()