Home
last modified time | relevance | path

Searched refs:eventDomain (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfocused_event_util.cpp30 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 Dsys_event_service_ohos.h93 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 Dfocused_event_util.h24 bool IsFocusedEvent(const std::string& eventDomain, const std::string& eventName);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_ohos.cpp165 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 Dapp_event_observer.cpp101 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 Dapp_event_observer.h47 …bool IsValidEvent(const std::string& eventDomain, const std::string& eventName, int eventType) con…
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp90 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 Dhiappevent_verify.cpp370 bool IsValidDomain(const std::string& eventDomain) in IsValidDomain() argument
372 return IsValidName(eventDomain, MAX_LEN_OF_DOMAIN, false); in IsValidDomain()