Home
last modified time | relevance | path

Searched defs:eventDomain (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_service_ohos.cpp169 string SysEventServiceOhos::GetTagByDomainAndName(const string& eventDomain, const string& eventNam… in GetTagByDomainAndName()
177 uint32_t SysEventServiceOhos::GetTypeByDomainAndName(const string& eventDomain, const string& event… in GetTypeByDomainAndName()
/base/hiviewdfx/hiview/base/event_raw/decoded/
Ddecoded_event.cpp89 auto eventDomain = std::string(domain); in AppendBaseInfo() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp302 bool IsValidDomain(const std::string& eventDomain) in IsValidDomain()