Home
last modified time | relevance | path

Searched refs:SetDumpCmdInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp173 SetDumpCmdInfo(cmdInfo, result, hasOption); in RunAsDumpCommand()
198 void CommonEventCommand::SetDumpCmdInfo(DumpCmdInfo &cmdInfo, ErrCode &result, bool &hasOption) in SetDumpCmdInfo() function in OHOS::EventFwk::CommonEventCommand
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/
H A Dnotification_shell_command.h48 …void SetDumpCmdInfo(std::string &cmd, std::string &bundle, int32_t &userId, ErrCode &ret, int32_t …
/ohos5.0/base/notification/common_event_service/tools/cem/include/
H A Dcommon_event_command.h90 void SetDumpCmdInfo(DumpCmdInfo &cmdInfo, ErrCode &result, bool &hasOption);
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dnotification_shell_command.cpp161 SetDumpCmdInfo(cmd, bundle, userId, ret, recvUserId); in RunAsDumpCommand()
200 void NotificationShellCommand::SetDumpCmdInfo(std::string &cmd, std::string &bundle, int32_t &userI… in SetDumpCmdInfo() function in OHOS::Notification::NotificationShellCommand