Searched refs:AtmCommand (Results 1 – 3 of 3) sorted by relevance
111 AtmCommand::AtmCommand(int32_t argc, char *argv[]) : argc_(argc), argv_(argv), name_(TOOLS_NAME) in AtmCommand() function in OHOS::Security::AccessToken::AtmCommand135 std::string AtmCommand::GetCommandErrorMsg() const in GetCommandErrorMsg()143 std::string AtmCommand::ExecCommand() in ExecCommand()155 int32_t AtmCommand::RunAsHelpCommand() in RunAsHelpCommand()162 int32_t AtmCommand::RunAsCommandError(void) in RunAsCommandError()181 std::string AtmCommand::GetUnknownOptionMsg() const in GetUnknownOptionMsg()194 int32_t AtmCommand::RunAsCommandMissingOptionArgument(void) in RunAsCommandMissingOptionArgument()268 std::string AtmCommand::DumpRecordInfo(uint32_t tokenId, const std::string& permissionName) in DumpRecordInfo()287 std::string AtmCommand::DumpUsedTypeInfo(uint32_t tokenId, const std::string& permissionName) in DumpUsedTypeInfo()351 int32_t AtmCommand::RunCommandByOperationType(const AtmToolsParamInfo& info) in RunCommandByOperationType()[all …]
21 OHOS::Security::AccessToken::AtmCommand cmd(argc, argv); in main()
32 class AtmCommand final {34 AtmCommand(int32_t argc, char *argv[]);35 virtual ~AtmCommand() = default;