Searched refs:Message (Results 1 – 9 of 9) sorted by relevance
/trusty/user/app/sample/hwwsk/ |
D | main.rs | 27 type Message = HwWskReq; typedef 45 msg: Self::Message, in on_message() argument
|
/trusty/user/base/lib/unittest-rust/src/ |
D | lib.rs | 96 Message(&'m str), enumerator 107 TestMessage::Message(msg) => { in serialize() 160 client.send(&TestMessage::Message(msg)) in log() 163 client.send(&TestMessage::Message(&msg)) in log() 188 type Message = (); typedef 248 _msg: Self::Message, in on_message() argument
|
/trusty/user/app/secretkeeper/ |
D | lib.rs | 122 type Message = SkMessage; typedef 138 msg: Self::Message, in on_message() argument 156 type Message = SkMessage; typedef 172 msg: Self::Message, in on_message() argument 189 type Message = SkMessage; typedef 205 msg: Self::Message, in on_message() argument
|
/trusty/user/app/confirmationui/src/ |
D | trusty_operation.cpp | 42 using teeui::Message; 86 result = write(Message<ResponseCode>(), out, ResponseCode::SystemError); in handleMsg() 188 return write(Message<ResponseCode>(), out, ResponseCode::Unimplemented); in extendedProtocolHook()
|
/trusty/user/base/lib/tipc/rust/src/ |
D | service.rs | 377 type Message: Deserialize; typedef 401 msg: Self::Message, in on_message() argument 450 impl<T, U: Deserialize, V: Service<Connection = T, Message = U>> UnbufferedService for V { 470 let msg = <Self as Service>::Message::deserialize( in on_message() 486 <Self as Service>::Message::MAX_SERIALIZED_SIZE in max_message_length() 541 type Message = <$inner as $crate::Service>::Message; 556 msg: Self::Message, 674 let msg = S::Message::deserialize(&buffer[..byte_count], &mut handles[..handle_count]) in on_message() 687 S::Message::MAX_SERIALIZED_SIZE in max_message_length() 1217 type Message = (); typedef [all …]
|
/trusty/user/app/keymint/ |
D | keymaster_attributes.rs | 38 <KeymasterAttributes as ::protobuf::Message>::default_instance() in default() 120 impl ::protobuf::Message for KeymasterAttributes { 243 ::protobuf::reflect::ReflectValueRef::Message(self) in as_ref() 266 <AttestationIds as ::protobuf::Message>::default_instance() in default() 600 impl ::protobuf::Message for AttestationIds { 828 ::protobuf::reflect::ReflectValueRef::Message(self) in as_ref() 844 <AttestationKey as ::protobuf::Message>::default_instance() in default() 915 impl ::protobuf::Message for AttestationKey { 1046 ::protobuf::reflect::ReflectValueRef::Message(self) in as_ref() 1061 <AttestationCert as ::protobuf::Message>::default_instance() in default() [all …]
|
D | ipc_manager.rs | 126 type Message = KMMessage; typedef 142 msg: Self::Message, in on_message() argument 393 type Message = KMMessage; typedef 409 msg: Self::Message, in on_message() argument 491 type Message = KMMessage; typedef 511 msg: Self::Message, in on_message() argument
|
D | secure_storage_manager.rs | 31 use protobuf::{self, Message}; 333 Message::parse_from_bytes(content.as_slice()) in read_attestation_ids() 366 Some(content) => Message::parse_from_bytes(content.as_slice()) in read_attestation_key_content()
|
/trusty/user/app/sample/rust-hello-world/ |
D | lib.rs | 112 type Message = HelloWorldMessage; typedef 131 msg: Self::Message, in on_message() argument
|