Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp546 auto workLoop = source->GetWorkLoop(); in StartEventSource()
685 auto workLoop = callee->GetWorkLoop(); in PostSyncEventToTarget()
712 auto workLoop = callee->GetWorkLoop(); in PostAsyncEventToTarget()
772 auto looper = target->GetWorkLoop(); in UnloadPlugin()
912 plugin->BindWorkLoop(proxyPtr->GetWorkLoop()); in InstancePluginByProxy()
963 std::shared_ptr<EventLoop> eventloop = ptr->GetWorkLoop(); in CheckUnloadablePlugins()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dplugin.cpp144 std::shared_ptr<EventLoop> Plugin::GetWorkLoop() in GetWorkLoop() function in OHOS::HiviewDFX::Plugin
H A Dpipeline.cpp75 if (auto workLoop = pluginPtr->GetWorkLoop()) { in OnContinue()
H A Dlibhiviewbase.map14 "OHOS::HiviewDFX::Plugin::GetWorkLoop()";
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp74 ASSERT_NE(plugin.GetWorkLoop(), nullptr);
H A Dpipeline_test.cpp32 if (plugin != nullptr && plugin->GetWorkLoop() == nullptr) { in BindWorkLoop()
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.cpp79 GetWorkLoop()->AddFileDescriptorEventCallback("BundleEventFd", in StartEventSource()
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.cpp83 GetWorkLoop()->AddFileDescriptorEventCallback("EventSourceExample", in StartEventSource()
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp146 …((entry.second->GetWorkLoop() == nullptr) ? "Null" : entry.second->GetWorkLoop()->GetName().c_str(… in DumpLoadedPluginInfo()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h116 std::shared_ptr<EventLoop> GetWorkLoop();
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md417 GetWorkLoop()->AddFileDescriptorEventCallback("Example",
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp891 threadLoop_ = GetWorkLoop(); in OnLoad()