Home
last modified time | relevance | path

Searched refs:domainRulesMap (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent.cpp76 …ntListener::AddListenerInfo(uint32_t type, const std::map<std::string, DomainRule>& domainRulesMap) in AddListenerInfo() argument
83 context->AddListenerInfo(type, GetListenerName(), eventNames, domainRulesMap); in AddListenerInfo()
87 const std::map<std::string, DomainRule>& domainRulesMap) in AddListenerInfo() argument
93 context->AddListenerInfo(type, GetListenerName(), eventNames, domainRulesMap); in AddListenerInfo()
H A Dhiview_global.cpp79 … const std::set<std::string>& eventNames, const std::map<std::string, DomainRule>& domainRulesMap) in AddListenerInfo() argument
81 context_.AddListenerInfo(type, name, eventNames, domainRulesMap); in AddListenerInfo()
H A Dplugin.cpp101 const std::unordered_map<std::string, DomainRule>& domainRulesMap) in AddDispatchInfo() argument
106 context_->AddDispatchInfo(shared_from_this(), types, eventNames, tags, domainRulesMap); in AddDispatchInfo()
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_base_test.cpp137 std::map<std::string, DomainRule> domainRulesMap; variable
138 listenerRef.AddListenerInfo(0, domainRulesMap); // 0 is random type.
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp983 const std::unordered_map<std::string, DomainRule>& domainRulesMap) in AddDispatchInfo() argument
1009 if (!domainRulesMap.empty()) { in AddDispatchInfo()
1010 data->domainsInfo_.insert(domainRulesMap.begin(), domainRulesMap.end()); in AddDispatchInfo()
1015 const std::map<std::string, DomainRule>& domainRulesMap) in AddListenerInfo() argument
1034 if (!domainRulesMap.empty()) { in AddListenerInfo()
1037 it->second.insert(domainRulesMap.begin(), domainRulesMap.end()); in AddListenerInfo()
1039 data->domainsInfo_[type] = domainRulesMap; in AddListenerInfo()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h103 const std::unordered_map<std::string, DomainRule>& domainRulesMap = {});
279 const std::map<std::string, DomainRule>& domainRulesMap) {}; in AddListenerInfo() argument
291 const std::unordered_map<std::string, DomainRule>& domainRulesMap) {}; in AddDispatchInfo() argument
H A Devent.h265 void AddListenerInfo(uint32_t type, const std::map<std::string, DomainRule>& domainRulesMap);
267 const std::map<std::string, DomainRule>& domainRulesMap = {});
H A Dhiview_global.h42 const std::map<std::string, DomainRule>& domainRulesMap);
/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h65 const std::unordered_map<std::string, DomainRule>& domainRulesMap) override;
69 const std::map<std::string, DomainRule>& domainRulesMap) override;