Searched defs:eventNames (Results 1 - 9 of 9) sorted by relevance
/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/ |
H A D | mock_common_event_permission_manager.cpp | 29 std::string eventNames = "bb";
in GetEventPermission() local
|
/base/hiviewdfx/hiview/base/ |
H A D | event.cpp | 82 std::set<std::string> eventNames;
in AddListenerInfo() local 86 void EventListener::AddListenerInfo(uint32_t type, const std::set<std::string> &eventNames,
in AddListenerInfo() argument
|
H A D | plugin.cpp | 106 context_->AddDispatchInfo(shared_from_this(), types, eventNames, tags, domainRulesMap);
in AddDispatchInfo() local 99 AddDispatchInfo(const std::unordered_set<uint8_t>& types, const std::unordered_set<std::string> &eventNames, const std::unordered_set<std::string> &tags, const std::unordered_map<std::string, DomainRule>& domainRulesMap) AddDispatchInfo() argument
|
H A D | hiview_global.cpp | 78 AddListenerInfo(uint32_t type, const std::string& name, const std::set<std::string>& eventNames, const std::map<std::string, DomainRule>& domainRulesMap) AddListenerInfo() argument
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | sys_event_stat.cpp | 209 std::vector<std::string> eventNames; in StatDomainEvent() local
|
/base/hiviewdfx/hiview/base/include/ |
H A D | plugin.h | 278 virtual void AddListenerInfo(uint32_t type, const std::string& name, const std::set<std::string>& eventNames,
in AddListenerInfo() argument 289 AddDispatchInfo(std::weak_ptr<Plugin> plugin, const std::unordered_set<uint8_t>& types, const std::unordered_set<std::string>& eventNames, const std::unordered_set<std::string>& tags, const std::unordered_map<std::string, DomainRule>& domainRulesMap) AddDispatchInfo() argument
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_native_test.cpp | 175 std::vector<std::string> eventNames; // empty event name
in HWTEST_F() local
|
/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 932 std::unordered_set<std::string> eventNames; in OnLoad() local
|
/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 1014 void HiviewPlatform::AddListenerInfo(uint32_t type, const std::string& name, const std::set<std::string>& eventNames,
in AddListenerInfo() argument 981 AddDispatchInfo(std::weak_ptr<Plugin> plugin, const std::unordered_set<uint8_t>& types, const std::unordered_set<std::string>& eventNames, const std::unordered_set<std::string>& tags, const std::unordered_map<std::string, DomainRule>& domainRulesMap) AddDispatchInfo() argument
|
Completed in 11 milliseconds