Home
last modified time | relevance | path

Searched refs:StartEventSource (Results 1 - 10 of 10) sorted by relevance

/base/hiviewdfx/hiview/base/include/
H A Devent_source.h29 virtual void StartEventSource();
/base/hiviewdfx/hiview/base/
H A Devent_source.cpp53 void EventSource::StartEventSource() in StartEventSource() function in OHOS::HiviewDFX::EventSource
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dsysevent_source.h53 void StartEventSource() override;
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.h68 void StartEventSource() override;
H A Dbundle_event_source_example.cpp76 void BundleEventSourceExample::StartEventSource() in StartEventSource() function in OHOS::HiviewDFX::BundleEventSourceExample
78 printf("BundleEventSourceExample::StartEventSource.\n"); in StartEventSource()
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.h67 void StartEventSource() override;
H A Devent_source_example.cpp80 void EventSourceExample::StartEventSource() in StartEventSource() function in OHOS::HiviewDFX::EventSourceExample
82 printf("EventSourceExample::StartEventSource.\n"); in StartEventSource()
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp140 StartEventSource(sharedSource); in InitEnvironment()
544 void HiviewPlatform::StartEventSource(std::shared_ptr<EventSource> source) in StartEventSource() function in OHOS::HiviewDFX::HiviewPlatform
550 source->StartEventSource(); in StartEventSource()
553 auto task = std::bind(&EventSource::StartEventSource, source.get()); in StartEventSource()
/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h167 void StartEventSource(std::shared_ptr<EventSource> source);
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp177 void SysEventSource::StartEventSource() in StartEventSource() function in OHOS::HiviewDFX::SysEventSource

Completed in 6 milliseconds