Searched refs:GetWorkLoop (Results 1 – 12 of 12) sorted by relevance
546 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()
144 std::shared_ptr<EventLoop> Plugin::GetWorkLoop() in GetWorkLoop() function in OHOS::HiviewDFX::Plugin
75 if (auto workLoop = pluginPtr->GetWorkLoop()) { in OnContinue()
14 "OHOS::HiviewDFX::Plugin::GetWorkLoop()";
74 ASSERT_NE(plugin.GetWorkLoop(), nullptr);
32 if (plugin != nullptr && plugin->GetWorkLoop() == nullptr) { in BindWorkLoop()
79 GetWorkLoop()->AddFileDescriptorEventCallback("BundleEventFd", in StartEventSource()
83 GetWorkLoop()->AddFileDescriptorEventCallback("EventSourceExample", in StartEventSource()
146 …((entry.second->GetWorkLoop() == nullptr) ? "Null" : entry.second->GetWorkLoop()->GetName().c_str(… in DumpLoadedPluginInfo()
116 std::shared_ptr<EventLoop> GetWorkLoop();
417 GetWorkLoop()->AddFileDescriptorEventCallback("Example",
891 threadLoop_ = GetWorkLoop(); in OnLoad()