Home
last modified time | relevance | path

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

123

/aosp_15_r20/frameworks/native/libs/binder/
H A 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
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs65 type CommandResult = Result<(), CommandError>; typedef
69 fn _noop(_handler: &mut CommandHandler, _args: &[String]) -> CommandResult { in _noop()
480 fn cmd_help(&mut self, args: &[String]) -> CommandResult { in cmd_help()
531 fn cmd_adapter(&mut self, args: &[String]) -> CommandResult { in cmd_adapter()
684 fn cmd_get_address(&mut self, _args: &[String]) -> CommandResult { in cmd_get_address()
694 fn cmd_discovery(&mut self, args: &[String]) -> CommandResult { in cmd_discovery()
714 fn cmd_battery(&mut self, args: &[String]) -> CommandResult { in cmd_battery()
785 fn cmd_bond(&mut self, args: &[String]) -> CommandResult { in cmd_bond()
844 fn cmd_device(&mut self, args: &[String]) -> CommandResult { in cmd_device()
1079 fn cmd_floss(&mut self, args: &[String]) -> CommandResult { in cmd_floss()
[all …]
/aosp_15_r20/bootable/libbootloader/gbl/libfastboot/src/
H A Dlib.rs203 pub type CommandResult<T> = core::result::Result<T, CommandError>; typedef
287 async fn get_var_all(&mut self, responder: impl VarInfoSender) -> CommandResult<()>; in get_var_all()
297 ) -> CommandResult<()>; in download_complete()
305 async fn flash(&mut self, part: &str, responder: impl InfoSender) -> CommandResult<()>; in flash()
313 async fn erase(&mut self, part: &str, responder: impl InfoSender) -> CommandResult<()>; in erase()
340 async fn upload(&mut self, responder: impl UploadBuilder + InfoSender) -> CommandResult<()>; in upload()
356 ) -> CommandResult<()>; in fetch()
385 async fn r#continue(&mut self, responder: impl InfoSender) -> CommandResult<()>; implementation
388 async fn set_active(&mut self, slot: &str, responder: impl InfoSender) -> CommandResult<()>; in set_active()
402 async fn boot(&mut self, responder: impl InfoSender + OkaySender) -> CommandResult<()>; in boot()
[all …]
/aosp_15_r20/hardware/interfaces/boot/aidl/client/include/
H A DBootControlClient.h29 struct CommandResult { struct
30 bool success;
31 std::string errMsg;
32 constexpr bool IsOk() const { return success; } in IsOk()
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/shell/
DCommandResult.java25 public final class CommandResult { class
35 public CommandResult(String out, String err, String commandStatus) { in CommandResult() method in CommandResult
41 public CommandResult(String out, String err) { in CommandResult() method in CommandResult
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DCommandResult.java22 public class CommandResult { class
33 public CommandResult() { in CommandResult() method in CommandResult
41 public CommandResult(CommandStatus status) { in CommandResult() method in CommandResult
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dmod.rs384 ) -> CommandResult<()> { in schedule_task()
403 async fn sync_all_blocks(&self) -> CommandResult<()> { in sync_all_blocks()
439 ) -> CommandResult<()> { in sync_block_and_reboot()
466 async fn add_staged_bootloader_file(&mut self, file_name: &str) -> CommandResult<()> { in add_staged_bootloader_file()
518 async fn get_var_all(&mut self, mut resp: impl VarInfoSender) -> CommandResult<()> { in get_var_all()
533 ) -> CommandResult<()> { in download_complete()
538 async fn flash(&mut self, part: &str, mut responder: impl InfoSender) -> CommandResult<()> { in flash()
562 async fn erase(&mut self, part: &str, mut responder: impl InfoSender) -> CommandResult<()> { in erase()
584 async fn upload(&mut self, _: impl UploadBuilder) -> CommandResult<()> { in upload()
594 ) -> CommandResult<()> { in fetch()
[all …]
H A Dvars.rs72 ) -> CommandResult<()> { in get_var_all_internal()
126 ) -> CommandResult<()> { in get_all_partition_size_type()
185 ) -> CommandResult<()> { in get_all_block_device()
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/javatests/com/google/devtools/build/android/sandboxedsdktoolbox/utils/
H A DCommandResult.java19 public final class CommandResult { class
23 CommandResult(int statusCode, String output) { in CommandResult() method in CommandResult
/aosp_15_r20/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
H A DRemoteProvisioningShellCommandTest.java89 private static class CommandResult { class in RemoteProvisioningShellCommandTest
94 CommandResult(int code, String out, String err) { in CommandResult() method in RemoteProvisioningShellCommandTest.CommandResult
/aosp_15_r20/external/crosvm/devices/src/
H A Dproxy.rs93 enum CommandResult { enum
408 fn sync_send(&self, cmd: &Command) -> Option<CommandResult> { in sync_send()
/aosp_15_r20/external/openthread/tools/tcat_ble_client/cli/
H A Dcommand.py36 class CommandResult(ABC): class
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/boot/1.0/android.hardware.boot-V1.0-java_gen_java/gen/srcs/android/hardware/boot/V1_0/
DCommandResult.java4 public final class CommandResult { class
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DShellCommandStats.java161 public @interface CommandResult {} annotation in ShellCommandStats
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dllvm_simple_bisect.py46 class CommandResult: class
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/boot/1.0/android.hardware.boot-V1.0-java/android_common/javac/
Dandroid.hardware.boot-V1.0-java.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/external/googleapis/google/devtools/remoteworkers/v1test2/
H A Dcommand.proto176 message CommandResult { message
/aosp_15_r20/frameworks/proto_logging/stats/enums/adservices/common/
H A Dadservices_enums.proto268 enum CommandResult { enum
/aosp_15_r20/external/crosvm/tools/impl/
H A Dcommand.py44 class CommandResult(NamedTuple): class
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/boot/1.0/android.hardware.boot-V1.0-java/android_common/turbine/
Dandroid.hardware.boot-V1.0-java.jarandroid/hardware/boot/V1_0/BoolResult.class <Unknown> package android.hardware. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.pb.h374 enum CommandResult : int { enum
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.pb.h374 enum CommandResult : int { enum
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcros_build_lib.py248 class CommandResult(CompletedProcess): class
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.pb.h428 enum CommandResult : int { enum
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.pb.h428 enum CommandResult : int { enum

123