Searched refs:domainRulesMap (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | event.cpp | 76 …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 D | hiview_global.cpp | 79 … 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 D | plugin.cpp | 101 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 D | event_base_test.cpp | 137 std::map<std::string, DomainRule> domainRulesMap; variable 138 listenerRef.AddListenerInfo(0, domainRulesMap); // 0 is random type.
|
/ohos5.0/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 983 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 D | plugin.h | 103 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 D | event.h | 265 void AddListenerInfo(uint32_t type, const std::map<std::string, DomainRule>& domainRulesMap); 267 const std::map<std::string, DomainRule>& domainRulesMap = {});
|
H A D | hiview_global.h | 42 const std::map<std::string, DomainRule>& domainRulesMap);
|
/ohos5.0/base/hiviewdfx/hiview/core/include/ |
H A D | hiview_platform.h | 65 const std::unordered_map<std::string, DomainRule>& domainRulesMap) override; 69 const std::map<std::string, DomainRule>& domainRulesMap) override;
|