Home
last modified time | relevance | path

Searched refs:GetWorkLoop (Results 1 – 13 of 13) sorted by relevance

/base/hiviewdfx/hiview/service/
Dhiview_service.cpp130 …((entry.second->GetWorkLoop() == nullptr) ? "Null" : entry.second->GetWorkLoop()->GetName().c_str(… in DumpLoadedPluginInfo()
/base/hiviewdfx/hiview/base/
Dplugin.cpp144 std::shared_ptr<EventLoop> Plugin::GetWorkLoop() in GetWorkLoop() function in OHOS::HiviewDFX::Plugin
Dpipeline.cpp75 if (auto workLoop = pluginPtr->GetWorkLoop()) { in OnContinue()
Dlibhiviewbase.map14 "OHOS::HiviewDFX::Plugin::GetWorkLoop()";
/base/hiviewdfx/hiview/base/test/unittest/common/
Dplugin_test.cpp70 ASSERT_NE(plugin.GetWorkLoop(), nullptr);
Dpipeline_test.cpp32 if (plugin != nullptr && plugin->GetWorkLoop() == nullptr) { in BindWorkLoop()
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp492 auto workLoop = source->GetWorkLoop(); in StartEventSource()
631 auto workLoop = callee->GetWorkLoop(); in PostSyncEventToTarget()
658 auto workLoop = callee->GetWorkLoop(); in PostAsyncEventToTarget()
716 auto looper = target->GetWorkLoop(); in UnloadPlugin()
915 plugin->BindWorkLoop(proxyPtr->GetWorkLoop()); in InstancePluginByProxy()
966 std::shared_ptr<EventLoop> eventloop = ptr->GetWorkLoop(); in CheckUnloadablePlugins()
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
Dbundle_event_source_example.cpp79 GetWorkLoop()->AddFileDescriptorEventCallback("BundleEventFd", in StartEventSource()
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
Devent_source_example.cpp83 GetWorkLoop()->AddFileDescriptorEventCallback("EventSourceExample", in StartEventSource()
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dfreeze_detector_plugin.cpp54 threadLoop_ = GetWorkLoop(); in OnLoad()
/base/hiviewdfx/hiview/base/include/
Dplugin.h114 std::shared_ptr<EventLoop> GetWorkLoop();
/base/hiviewdfx/hiview/
Dhiview_zh.md417 GetWorkLoop()->AddFileDescriptorEventCallback("Example",
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp453 threadLoop_ = GetWorkLoop(); in OnLoad()