Searched refs:AddDispatchInfo (Results 1 – 7 of 7) sorted by relevance
/base/hiviewdfx/hiview/base/ |
D | plugin.cpp | 99 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()
|
D | libhiviewbase.map | 226 …"OHOS::HiviewDFX::Plugin::AddDispatchInfo(std::__h::unordered_set<unsigned char, std::__h::hash<un…
|
/base/hiviewdfx/hiview/base/include/ |
D | plugin.h | 99 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/ |
D | plugin_test.cpp | 147 context.AddDispatchInfo(pluginPtr, {}, {}, {}, {});
|
/base/hiviewdfx/hiview/core/include/ |
D | hiview_platform.h | 71 void AddDispatchInfo(std::weak_ptr<Plugin> plugin, const std::unordered_set<uint8_t>& types,
|
/base/hiviewdfx/hiview/core/ |
D | hiview_platform.cpp | 458 …AddDispatchInfo(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/ |
D | event_logger.cpp | 478 context->AddDispatchInfo(plugin, {}, eventNames, {}, {}); in OnLoad()
|