Searched refs:GetWorkLoop (Results 1 – 13 of 13) sorted by relevance
130 …((entry.second->GetWorkLoop() == nullptr) ? "Null" : entry.second->GetWorkLoop()->GetName().c_str(… in DumpLoadedPluginInfo()
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()";
70 ASSERT_NE(plugin.GetWorkLoop(), nullptr);
32 if (plugin != nullptr && plugin->GetWorkLoop() == nullptr) { in BindWorkLoop()
492 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()
79 GetWorkLoop()->AddFileDescriptorEventCallback("BundleEventFd", in StartEventSource()
83 GetWorkLoop()->AddFileDescriptorEventCallback("EventSourceExample", in StartEventSource()
54 threadLoop_ = GetWorkLoop(); in OnLoad()
114 std::shared_ptr<EventLoop> GetWorkLoop();
417 GetWorkLoop()->AddFileDescriptorEventCallback("Example",
453 threadLoop_ = GetWorkLoop(); in OnLoad()