Home
last modified time | relevance | path

Searched refs:ParseError (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/core/
Duuid.rs4 ParseError, Uuid128Builder, Uuid128View, Uuid16Builder, Uuid16View, UuidBuilder, UuidView,
37 type Error = ParseError;
39 fn try_from(value: UuidView<'_>) -> Result<Self, ParseError> { in try_from() argument
46 bytes.try_into().map_err(|_| ParseError::OutOfBoundsAccess)?, in try_from()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Drequest_handler.rs9 ParseError,
58 ) -> Result<AttChild, ParseError> { in try_parse_and_process_packet() argument
96 Err(ParseError::InvalidEnumValue) in try_parse_and_process_packet()
/packages/modules/Virtualization/libs/apexutil/src/
Dlib.rs61 ParseError(#[from] ApexParseError), enumerator
223 ApexVerificationError::ParseError(ApexParseError::MissingFile(_)) => (), in apex_no_manifest_fails_verification()
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/
Dread_by_type_request.rs7 ParseError,
21 ) -> Result<AttChild, ParseError> { in handle_read_by_type_request() argument
Dread_by_group_type_request.rs13 AttReadByGroupTypeResponseBuilder, ParseError,
28 ) -> Result<AttChild, ParseError> { in handle_read_by_group_type_request() argument
/packages/modules/Virtualization/libs/vbmeta/src/
Dlib.rs58 ParseError(#[from] VbMetaImageParseError), enumerator