Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Ddp_command.cpp99 DpShellCommand::DpShellCommand(int argc, char *argv[]) : ShellCommand(argc, argv, DP_TOOL_NAME) in DpShellCommand() function in OHOS::DeviceProfile::DpShellCommand
103 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 …]
H A Dmain.cpp29 DpShellCommand cmd(argc, argv); in main()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Ddp_command.h30 class DpShellCommand : public OHOS::DeviceProfile::ShellCommand {
32 DpShellCommand(int argc, char *argv[]);
33 ~DpShellCommand() override {} in ~DpShellCommand()