Home
last modified time | relevance | path

Searched refs:proxyPtr (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_processor_proxy.cpp61 auto proxyPtr = shared_from_this(); in OnEvents() local
62 ffrt::submit([proxyPtr, observerSeq, userIds, userProperties, events]() { in OnEvents()
69 if (proxyPtr->processor_->OnReport(observerSeq, userIds, userProperties, eventInfos) == 0) { in OnEvents()
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp902 auto proxyPtr = std::static_pointer_cast<PluginProxy>(proxy); in InstancePluginByProxy() local
903 std::shared_ptr<PluginRegistInfo> registInfo = PluginFactory::GetGlobalPluginInfo(proxyPtr->GetName()); in InstancePluginByProxy()
905 HIVIEW_LOGE("Failed to find registInfo:%{public}s", proxyPtr->GetName().c_str()); in InstancePluginByProxy()
910 plugin->SetName(proxyPtr->GetName()); in InstancePluginByProxy()
912 plugin->BindWorkLoop(proxyPtr->GetWorkLoop()); in InstancePluginByProxy()
914 auto config = proxyPtr->GetPluginConfig(); in InstancePluginByProxy()

Completed in 3 milliseconds