/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | UtilsHost.h | 44 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/ |
D | command_handler.rs | 65 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 D | lib.rs | 203 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 D | BootControlClient.h | 29 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/ |
D | CommandResult.java | 25 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/ |
D | CommandResult.java | 22 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 D | mod.rs | 384 ) -> 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 D | vars.rs | 72 ) -> 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 D | CommandResult.java | 19 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 D | RemoteProvisioningShellCommandTest.java | 89 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 D | proxy.rs | 93 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 D | command.py | 36 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/ |
D | CommandResult.java | 4 public final class CommandResult { class
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | ShellCommandStats.java | 161 public @interface CommandResult {} annotation in ShellCommandStats
|
/aosp_15_r20/external/toolchain-utils/llvm_tools/ |
H A D | llvm_simple_bisect.py | 46 class CommandResult: class
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/boot/1.0/android.hardware.boot-V1.0-java/android_common/javac/ |
D | android.hardware.boot-V1.0-java.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/hardware/
android/ ... |
/aosp_15_r20/external/googleapis/google/devtools/remoteworkers/v1test2/ |
H A D | command.proto | 176 message CommandResult { message
|
/aosp_15_r20/frameworks/proto_logging/stats/enums/adservices/common/ |
H A D | adservices_enums.proto | 268 enum CommandResult { enum
|
/aosp_15_r20/external/crosvm/tools/impl/ |
H A D | command.py | 44 class CommandResult(NamedTuple): class
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/boot/1.0/android.hardware.boot-V1.0-java/android_common/turbine/ |
D | android.hardware.boot-V1.0-java.jar | android/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/ |
D | adservices_enums.pb.h | 374 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/ |
D | adservices_enums.pb.h | 374 enum CommandResult : int { enum
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/ |
H A D | cros_build_lib.py | 248 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/ |
D | adservices_enums.pb.h | 428 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/ |
D | adservices_enums.pb.h | 428 enum CommandResult : int { enum
|