Home
last modified time | relevance | path

Searched refs:DumpCmdInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/common_event_service/tools/cem/include/
H A Dcommon_event_command.h71 struct DumpCmdInfo { struct
90 void SetDumpCmdInfo(DumpCmdInfo &cmdInfo, ErrCode &result, bool &hasOption); argument
91 void CheckDumpEventType(DumpCmdInfo &cmdInfo, ErrCode &result);
/ohos5.0/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp172 DumpCmdInfo cmdInfo; in RunAsDumpCommand()
198 void CommonEventCommand::SetDumpCmdInfo(DumpCmdInfo &cmdInfo, ErrCode &result, bool &hasOption) in SetDumpCmdInfo()
242 void CommonEventCommand::CheckDumpEventType(DumpCmdInfo &cmdInfo, ErrCode &result) in CheckDumpEventType()