Home
last modified time | relevance | path

Searched refs:OnContinue (Results 1 – 11 of 11) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/test/moduletest/common/
Dfreeze_detector_plugin_module_test.cpp99 event->OnContinue();
105 eventTrigger->OnContinue();
130 event->OnContinue();
137 eventTrigger->OnContinue();
162 event->OnContinue();
186 event->OnContinue();
191 riggerEvent->OnContinue();
/base/hiviewdfx/hiview/base/
Dpipeline.cpp35 bool PipelineEvent::OnContinue() in OnContinue() function in OHOS::HiviewDFX::PipelineEvent
70 return OnContinue(); in OnContinue()
81 return OnContinue(); in OnContinue()
157 event->OnContinue(); in ProcessEvent()
Dplugin.cpp80 dupEvent->OnContinue(); in OnEventProxy()
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/
Devent_processor_example2.cpp66 repackEvent->OnContinue(); in OnEvent()
/base/hiviewdfx/hiview/base/test/unittest/common/
Devent_base_test.cpp106 ASSERT_TRUE(event.OnContinue());
/base/hiviewdfx/hiview/base/include/
Dpipeline.h71 bool OnContinue() override;
Devent.h88 virtual bool OnContinue() in OnContinue() function
/base/web/webview/test/unittest/common/
Dnweb_create_window.h34 void OnContinue() const override in OnContinue() function
/base/web/webview/ohos_nweb/include/
Dnweb.h145 virtual void OnContinue() const = 0;
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp430 event->OnContinue(); in CheckEventOnContinue()
532 sysEvent->OnContinue(); in CreateAndPublishEvent()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp110 nweb_ptr->OnContinue(); in OnActive()