Searched refs:DpShellCommand (Results 1 – 3 of 3) sorted by relevance
99 DpShellCommand::DpShellCommand(int argc, char *argv[]) : ShellCommand(argc, argv, DP_TOOL_NAME) in DpShellCommand() function in OHOS::DeviceProfile::DpShellCommand103 ErrCode DpShellCommand::init() in init()108 ErrCode DpShellCommand::CreateCommandMap() in CreateCommandMap()122 ErrCode DpShellCommand::CreateMessageMap() in CreateMessageMap()128 ErrCode DpShellCommand::HelpCommand() in HelpCommand()134 ErrCode DpShellCommand::GetDeviceCommand() in GetDeviceCommand()162 ErrCode DpShellCommand::QueryCommand() in QueryCommand()194 ErrCode DpShellCommand::PutCommand() in PutCommand()227 ErrCode DpShellCommand::DeleteCommand() in DeleteCommand()255 ErrCode DpShellCommand::SyncCommand() in SyncCommand()[all …]
29 DpShellCommand cmd(argc, argv); in main()
30 class DpShellCommand : public OHOS::DeviceProfile::ShellCommand {32 DpShellCommand(int argc, char *argv[]);33 ~DpShellCommand() override {} in ~DpShellCommand()