Home
last modified time | relevance | path

Searched refs:AddDispatchInfo (Results 1 – 7 of 7) sorted by relevance

/base/hiviewdfx/hiview/base/
Dplugin.cpp99 void Plugin::AddDispatchInfo(const std::unordered_set<uint8_t>& types, in AddDispatchInfo() function in OHOS::HiviewDFX::Plugin
106 context_->AddDispatchInfo(shared_from_this(), types, eventNames, tags, domainRulesMap); in AddDispatchInfo()
Dlibhiviewbase.map226 …"OHOS::HiviewDFX::Plugin::AddDispatchInfo(std::__h::unordered_set<unsigned char, std::__h::hash<un…
/base/hiviewdfx/hiview/base/include/
Dplugin.h99 void AddDispatchInfo(const std::unordered_set<uint8_t>& types,
298 …virtual void AddDispatchInfo(std::weak_ptr<Plugin> plugin, const std::unordered_set<uint8_t>& type… in AddDispatchInfo() function
/base/hiviewdfx/hiview/base/test/unittest/common/
Dplugin_test.cpp147 context.AddDispatchInfo(pluginPtr, {}, {}, {}, {});
/base/hiviewdfx/hiview/core/include/
Dhiview_platform.h71 void AddDispatchInfo(std::weak_ptr<Plugin> plugin, const std::unordered_set<uint8_t>& types,
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp458AddDispatchInfo(std::weak_ptr<Plugin>(plugin), dispatchConfig->typeList, dispatchConfig->eventList, in InitPlugin()
984 void HiviewPlatform::AddDispatchInfo(std::weak_ptr<Plugin> plugin, const std::unordered_set<uint8_t… in AddDispatchInfo() function in OHOS::HiviewDFX::HiviewPlatform
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp478 context->AddDispatchInfo(plugin, {}, eventNames, {}, {}); in OnLoad()