Searched refs:eventDomain (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | focused_event_util.cpp | 30 bool IsFocusedEvent(const std::string& eventDomain, const std::string& eventName) in IsFocusedEvent() argument 32 auto iter = FOCUSED_EVENT_MAP.find(eventDomain); in IsFocusedEvent()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | sys_event_service_ohos.h | 93 std::string GetTagByDomainAndName(const std::string& eventDomain, const std::string& eventName); 94 uint32_t GetTypeByDomainAndName(const std::string& eventDomain, const std::string& eventName);
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/ |
H A D | focused_event_util.h | 24 bool IsFocusedEvent(const std::string& eventDomain, const std::string& eventName);
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | sys_event_service_ohos.cpp | 165 string SysEventServiceOhos::GetTagByDomainAndName(const string& eventDomain, const string& eventNam… in GetTagByDomainAndName() argument 170 return getTagFunc_(eventDomain, eventName); in GetTagByDomainAndName() 173 uint32_t SysEventServiceOhos::GetTypeByDomainAndName(const string& eventDomain, const string& event… in GetTypeByDomainAndName() argument 178 return getTypeFunc_(eventDomain, eventName); in GetTypeByDomainAndName()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_observer.cpp | 101 bool AppEventFilter::IsValidEvent(const std::string& eventDomain, const std::string& eventName, int… in IsValidEvent() argument 106 if (!domain.empty() && domain != eventDomain) { in IsValidEvent()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/ |
H A D | app_event_observer.h | 47 …bool IsValidEvent(const std::string& eventDomain, const std::string& eventName, int eventType) con…
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/ |
H A D | decoded_event.cpp | 90 auto eventDomain = std::string(domain); in AppendBaseInfo() local 91 AppendValue(ss, BASE_INFO_KEY_DOMAIN, eventDomain); in AppendBaseInfo()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_verify.cpp | 370 bool IsValidDomain(const std::string& eventDomain) in IsValidDomain() argument 372 return IsValidName(eventDomain, MAX_LEN_OF_DOMAIN, false); in IsValidDomain()
|