Searched defs:CommandResult (Results 1 – 3 of 3) sorted by relevance
44 struct LIBBINDER_EXPORTED CommandResult { struct54 CommandResult() = default; argument55 CommandResult(CommandResult&& other) noexcept { (*this) = std::move(other); } in CommandResult() function72 CommandResult(const CommandResult&) = delete; argument73 void operator=(const CommandResult&) = delete; argument
90 private static class CommandResult { class in RemoteProvisioningShellCommandTest95 CommandResult(int code, String out, String err) { in CommandResult() method in RemoteProvisioningShellCommandTest.CommandResult
693 enum CommandResult { enum