Lines Matching refs:AtmCommand
123 AtmCommand::AtmCommand(int32_t argc, char *argv[]) : argc_(argc), argv_(argv), name_(TOOLS_NAME)
147 std::string AtmCommand::GetCommandErrorMsg() const
155 std::string AtmCommand::ExecCommand()
167 int32_t AtmCommand::RunAsHelpCommand()
174 int32_t AtmCommand::RunAsCommandError(void)
193 std::string AtmCommand::GetUnknownOptionMsg() const
206 int32_t AtmCommand::RunAsCommandMissingOptionArgument(void)
233 void AtmCommand::RunAsCommandExistentOptionArgument(const int32_t& option, AtmToolsParamInfo& info)
280 std::string AtmCommand::DumpRecordInfo(uint32_t tokenId, const std::string& permissionName)
299 std::string AtmCommand::DumpUsedTypeInfo(uint32_t tokenId, const std::string& permissionName)
314 int32_t AtmCommand::ModifyPermission(const OptType& type, AccessTokenID tokenId, const std::string& permissionName)
331 int32_t AtmCommand::SetToggleStatus(int32_t userID, const std::string& permissionName, const uint32_t& status)
342 int32_t AtmCommand::GetToggleStatus(int32_t userID, const std::string& permissionName, std::string& statusInfo)
363 int32_t AtmCommand::RunCommandByOperationType(const AtmToolsParamInfo& info)
408 int32_t AtmCommand::HandleComplexCommand(const std::string& shortOption, const struct option longOption[],
450 int32_t AtmCommand::RunAsCommonCommand()