Searched refs:from_code_and_data (Results 1 – 1 of 1) sorted by relevance
135 fn from_code_and_data(cmd: u32, data: &[u8]) -> Result<Self, Error>; in from_code_and_data() method144 let req = T::from_code_and_data(cmd, data)?; in deserialize_trusty_request_message()596 fn from_code_and_data(cmd: u32, data: &[u8]) -> Result<Self, Error> {