Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DUtilsHost.h44 struct LIBBINDER_EXPORTED CommandResult { struct
54 CommandResult() = default; argument
55 CommandResult(CommandResult&& other) noexcept { (*this) = std::move(other); } in CommandResult() function
72 CommandResult(const CommandResult&) = delete; argument
73 void operator=(const CommandResult&) = delete; argument
/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
DRemoteProvisioningShellCommandTest.java90 private static class CommandResult { class in RemoteProvisioningShellCommandTest
95 CommandResult(int code, String out, String err) { in CommandResult() method in RemoteProvisioningShellCommandTest.CommandResult
/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.proto693 enum CommandResult { enum