Home
last modified time | relevance | path

Searched refs:INVALID_EVENT_TYPE (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_service_ohos.cpp46 constexpr uint32_t INVALID_EVENT_TYPE = 0; variable
72 return rule == INVALID_EVENT_TYPE || rule == match; in MatchEventType()
179 return INVALID_EVENT_TYPE; in GetTypeByDomainAndName()
371 … if ((!rule.domain.empty() && !eventName.empty() && eventType == INVALID_EVENT_TYPE) || in BuildEventQuery()
372 (eventType != INVALID_EVENT_TYPE && rule.eventType != INVALID_EVENT_TYPE && in BuildEventQuery()
376 eventType = eventType == INVALID_EVENT_TYPE ? rule.eventType : eventType; in BuildEventQuery()
/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_tool.cpp37 constexpr uint32_t INVALID_EVENT_TYPE = 0; variable
66 return INVALID_EVENT_TYPE; in GetEventTypeFromArg()
263 clientCmdArg.eventType != INVALID_EVENT_TYPE) { in DoAction()
/base/hiviewdfx/hiview/core/
Devent_json_parser.cpp37 constexpr int INVALID_EVENT_TYPE = 0; variable
160 if (baseInfo.type == INVALID_EVENT_TYPE) { in HandleEventJson()
238 .type = INVALID_EVENT_TYPE, in GetDefinedBaseInfoByDomainName()
293 .type = INVALID_EVENT_TYPE, in ParseBaseConfig()