D | account_command.cpp | 45 AccountCommand::AccountCommand(int argc, char *argv[]) : ShellCommand(argc, argv, TOOL_NAME) in AccountCommand() function in OHOS::AccountSA::AccountCommand 53 ErrCode AccountCommand::CreateCommandMap() in CreateCommandMap() 58 {"help", std::bind(&AccountCommand::RunAsHelpCommand, this)}, in CreateCommandMap() 59 {"create", std::bind(&AccountCommand::RunAsCreateCommand, this)}, in CreateCommandMap() 60 {"delete", std::bind(&AccountCommand::RunAsDeleteCommand, this)}, in CreateCommandMap() 61 {"dump", std::bind(&AccountCommand::RunAsDumpCommand, this)}, in CreateCommandMap() 62 {"set", std::bind(&AccountCommand::RunAsSetCommand, this)}, in CreateCommandMap() 63 {"switch", std::bind(&AccountCommand::RunAsSwitchCommand, this)}, in CreateCommandMap() 65 {"stop", std::bind(&AccountCommand::RunAsStopCommand, this)}, in CreateCommandMap() 72 ErrCode AccountCommand::CreateMessageMap() in CreateMessageMap() [all …]
|