Home
last modified time | relevance | path

Searched defs:ErrorCode (Results 1 – 25 of 44) sorted by relevance

12

/packages/modules/Virtualization/libs/libvmclient/src/
Derror_code.rs19 pub enum ErrorCode { enum
37 impl From<AidlErrorCode> for ErrorCode { implementation
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dhci_layer_fuzz_client.cc42 GetHandler()->Bind([](EventView) {}), GetHandler()->Bind([](uint16_t, hci::ErrorCode) {}), in Start()
44 GetHandler()->Bind([](hci::ErrorCode, uint16_t, uint8_t, uint16_t, uint16_t) {})); in Start()
47 GetHandler()->Bind([](uint16_t, hci::ErrorCode) {}), in Start()
48 GetHandler()->Bind([](hci::ErrorCode, uint16_t, uint8_t, uint16_t, uint16_t) {})); in Start()
Dfuzz_hci_layer.cc42 ContextualCallback<void(uint16_t, hci::ErrorCode)> /* on_disconnect */, in GetAclConnectionInterface()
44 ContextualCallback<void(hci::ErrorCode, uint16_t, uint8_t version, in GetAclConnectionInterface()
52 ContextualCallback<void(uint16_t, hci::ErrorCode)> /* on_disconnect */, in GetLeAclConnectionInterface()
53 ContextualCallback<void(hci::ErrorCode, uint16_t, uint8_t version, in GetLeAclConnectionInterface()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc284 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
296 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) { in TEST_F()
300 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, uint16_t /* handle */, in TEST_F()
311 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
313 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, uint16_t /* handle */, in TEST_F()
328 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
329 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, uint16_t /* handle */, in TEST_F()
339 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) { in TEST_F()
342 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, uint16_t /* handle */, in TEST_F()
353 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
[all …]
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs237 fn process_command_status(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status()
260 fn process_command_status_conn(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status_conn()
319 fn process_command_status_feat(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status_feat()
343 status: ErrorCode, in process_conn_complete_ev()
443 status: ErrorCode, in process_sync_conn_complete_ev()
476 status: ErrorCode, in process_le_conn_complete_ev()
568 status: ErrorCode, in process_remote_feat_ev()
858 fn process_address_auth(&mut self, status: ErrorCode, address: Address, packet: &Packet) { in process_address_auth()
878 status: ErrorCode, in process_handle_auth()
904 status: ErrorCode, in process_encryption_change()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc73 hci::ErrorCode /* reason */) { in OnClassicLinkDisconnected()
94 void shim::Acl::OnLeLinkDisconnected(HciHandle /* handle */, hci::ErrorCode /* reason */) { in OnLeLinkDisconnected()
106 void shim::Acl::OnConnectFail(hci::Address /* address */, hci::ErrorCode /* reason */, in OnConnectFail()
118 hci::ErrorCode /* reason */) { in OnLeConnectFail()
/packages/modules/Virtualization/android/virtualizationservice/aidl/android/system/virtualizationcommon/
DErrorCode.aidl22 enum ErrorCode { enum
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection_test.cc194 void OnAuthenticationComplete(hci::ErrorCode /* hci_status */) override {} in OnAuthenticationComplete()
198 void OnModeChange(hci::ErrorCode /* status */, hci::Mode /* current_mode */, in OnModeChange()
200 void OnSniffSubrating(hci::ErrorCode /* hci_status */, uint16_t /* maximum_transmit_latency */, in OnSniffSubrating()
224 void OnRoleChange(hci::ErrorCode /* hci_status */, hci::Role /* new_role */) override {} in OnRoleChange()
228 void OnReadRemoteVersionInformationComplete(hci::ErrorCode /* hci_status */, in OnReadRemoteVersionInformationComplete()
/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/
DFederatedComputeException.java39 public @interface ErrorCode {} annotation in FederatedComputeException
/packages/modules/Connectivity/framework/src/android/net/
DInvalidPacketException.java52 public @interface ErrorCode {} annotation in InvalidPacketException
/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DScanCallback.java66 @interface ErrorCode { annotation
/packages/modules/AdServices/adservices/framework/java/android/adservices/exceptions/
DAdServicesNetworkException.java72 public @interface ErrorCode {} annotation in AdServicesNetworkException
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/connectivity/
DConnection.java45 @interface ErrorCode {} annotation
/packages/services/Car/cpp/vhal/client/include/
DIVhalClient.h62 enum class ErrorCode : int { enum
123 inline operator ErrorCode() const { return value(); } in ErrorCode() function
/packages/modules/RemoteKeyProvisioning/system-server/src/android/security/rkp/service/
DRkpProxyException.java70 public @interface ErrorCode {} annotation in RkpProxyException
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/
DChatServiceException.java92 public @interface ErrorCode { annotation in ChatServiceException
/packages/services/Car/service/src/com/android/car/power/
DPolicyOperationStatus.java53 @interface ErrorCode{} annotation in PolicyOperationStatus
/packages/modules/HealthFitness/framework/java/android/health/connect/migration/
DMigrationException.java123 public @interface ErrorCode {} annotation in MigrationException
/packages/modules/ConfigInfrastructure/framework/java/android/os/flagging/
DAconfigStorageReadException.java91 public @interface ErrorCode {} annotation in AconfigStorageReadException
/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectException.java134 public @interface ErrorCode {} annotation in HealthConnectException
/packages/modules/Connectivity/thread/framework/java/android/net/thread/
DThreadNetworkException.java55 public @interface ErrorCode {} annotation in ThreadNetworkException
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/
DRkpdException.java26 public enum ErrorCode { enum in RkpdException
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DOnDevicePersonalizationException.java119 public @interface ErrorCode {} annotation in OnDevicePersonalizationException
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsUpdateStats.java68 public @interface ErrorCode {} annotation in ContactsUpdateStats
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/wear/
DPacketFile.java31 public enum ErrorCode { enum

12