/base/hiviewdfx/hiview/base/ |
D | event.cpp | 76 void EventListener::AddListenerInfo(uint32_t type, const std::map<std::string, DomainRule>& domainR… in AddListenerInfo() function in OHOS::HiviewDFX::EventListener 83 context->AddListenerInfo(type, GetListenerName(), eventNames, domainRulesMap); in AddListenerInfo() 86 void EventListener::AddListenerInfo(uint32_t type, const std::set<std::string> &eventNames, in AddListenerInfo() function in OHOS::HiviewDFX::EventListener 93 context->AddListenerInfo(type, GetListenerName(), eventNames, domainRulesMap); in AddListenerInfo() 96 void EventListener::AddListenerInfo(uint32_t type) in AddListenerInfo() function in OHOS::HiviewDFX::EventListener 102 context->AddListenerInfo(type, GetListenerName()); in AddListenerInfo()
|
D | hiview_global.cpp | 78 void HiviewGlobal::AddListenerInfo(uint32_t type, const std::string& name, in AddListenerInfo() function in OHOS::HiviewDFX::HiviewGlobal 81 context_.AddListenerInfo(type, name, eventNames, domainRulesMap); in AddListenerInfo() 84 void HiviewGlobal::AddListenerInfo(uint32_t type, const std::string& name) in AddListenerInfo() function in OHOS::HiviewDFX::HiviewGlobal 86 context_.AddListenerInfo(type, name); in AddListenerInfo()
|
D | libhiviewbase.map | 83 …"OHOS::HiviewDFX::EventListener::AddListenerInfo(unsigned int, std::__h::basic_string<char, std::_… 122 …"OHOS::HiviewDFX::EventListener::AddListenerInfo(unsigned int, std::__1::basic_string<char, std::_… 225 …"OHOS::HiviewDFX::EventListener::AddListenerInfo(unsigned int, std::__h::set<std::__h::basic_strin… 227 "OHOS::HiviewDFX::EventListener::AddListenerInfo(unsigned int)";
|
/base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/ |
D | dynamic_load_plugin_example.cpp | 36 AddListenerInfo(Event::PLUGIN_MAINTENANCE, {"event_test1"}); in OnLoad() 40 AddListenerInfo(OHOS::HiviewDFX::Event::MessageType::RAW_EVENT); in OnLoad() 41 AddListenerInfo(OHOS::HiviewDFX::Event::MessageType::SYS_EVENT, {"testbb"}); in OnLoad()
|
/base/hiviewdfx/hiview/base/include/ |
D | hiview_global.h | 41 …void AddListenerInfo(uint32_t type, const std::string& name, const std::set<std::string>& eventNam… 43 void AddListenerInfo(uint32_t type, const std::string& name);
|
D | event.h | 265 void AddListenerInfo(uint32_t type); 266 void AddListenerInfo(uint32_t type, const std::map<std::string, DomainRule>& domainRulesMap); 267 void AddListenerInfo(uint32_t type, const std::set<std::string> &eventNames,
|
D | plugin.h | 287 …virtual void AddListenerInfo(uint32_t type, const std::string& name, const std::set<std::string>& … in AddListenerInfo() function 290 virtual void AddListenerInfo(uint32_t type, const std::string& name) {}; in AddListenerInfo() function
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
D | plugin_test.cpp | 143 context.AddListenerInfo(0, "", {}, {}); 144 context.AddListenerInfo(0, "");
|
D | event_base_test.cpp | 138 listenerRef.AddListenerInfo(0, domainRulesMap); // 0 is random type.
|
/base/hiviewdfx/hiview/ |
D | hiview_zh.md | 332 …void AddListenerInfo(uint32_t type, const EventListener::EventIdRange &range = EventListener::Even… 333 void AddListenerInfo(uint32_t type, const std::set<EventListener::EventIdRange> &listenerInfo); 334 void AddListenerInfo(uint32_t type, const std::string& eventName); 335 void AddListenerInfo(uint32_t type, const std::set<std::string> &eventNames);
|
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/ |
D | event_processor_example2.cpp | 81 AddListenerInfo(OHOS::HiviewDFX::Event::MessageType::RAW_EVENT); in OnLoad()
|
/base/hiviewdfx/hiview/core/include/ |
D | hiview_platform.h | 76 …void AddListenerInfo(uint32_t type, const std::string& name, const std::set<std::string>& eventNam… 78 void AddListenerInfo(uint32_t type, const std::string& name) override;
|
/base/hiviewdfx/hiview/core/ |
D | hiview_platform.cpp | 1017 void HiviewPlatform::AddListenerInfo(uint32_t type, const std::string& name, const std::set<std::st… in AddListenerInfo() function in OHOS::HiviewDFX::HiviewPlatform 1047 void HiviewPlatform::AddListenerInfo(uint32_t type, const std::string& name) in AddListenerInfo() function in OHOS::HiviewDFX::HiviewPlatform
|