Home
last modified time | relevance | path

Searched defs:CommandResult (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DUtilsHost.h42 struct CommandResult { struct
52 CommandResult() = default; argument
53 CommandResult(CommandResult&& other) noexcept { (*this) = std::move(other); } in CommandResult() function
70 DISALLOW_COPY_AND_ASSIGN(CommandResult); argument
/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
DRemoteProvisioningShellCommandTest.java75 private static class CommandResult { class in RemoteProvisioningShellCommandTest
80 CommandResult(int code, String out, String err) { in CommandResult() method in RemoteProvisioningShellCommandTest.CommandResult