Home
last modified time | relevance | path

Searched refs:as_ref (Results 1 – 8 of 8) sorted by relevance

/trusty/user/app/keymint/
Dkeymaster_attributes.rs51 match self.uuid.as_ref() { in get_uuid()
87 match self.product_id.as_ref() { in get_product_id()
147 if let Some(ref v) = self.uuid.as_ref() { in compute_size()
150 if let Some(ref v) = self.product_id.as_ref() { in compute_size()
159 if let Some(ref v) = self.uuid.as_ref() { in write_to_with_cached_sizes()
162 if let Some(ref v) = self.product_id.as_ref() { in write_to_with_cached_sizes()
242 fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef { in as_ref() method
279 match self.brand.as_ref() { in get_brand()
315 match self.device.as_ref() { in get_device()
351 match self.product.as_ref() { in get_product()
[all …]
Dkey_wrapper.rs97 let key_material: Option<&[u8]> = match key.as_ref() { in create_storage_key()
Dipc_manager.rs238 match (self.boot_info.borrow().as_ref(), self.boot_patchlevel.borrow().as_ref()) { in maybe_set_boot_info()
/trusty/user/base/lib/trusty-log/src/
Dlib.rs137 LOGGER.as_ref().unwrap() in init_with_config()
/trusty/user/base/lib/tipc/rust/src/service/
Dhandle_set.rs125 .find(|c| c.as_ref() == Some(&connection)) in close()
/trusty/user/base/lib/unittest-rust/src/
Dlib.rs157 if let Some(client) = self.client_connection.borrow().as_ref() { in log()
/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_device_key.rs317 .as_ref() in deriveKey()
/trusty/user/base/lib/tipc/rust/src/
Dservice.rs86 path: CString::try_new(path.as_ref())?, in new()
1026 if buffer.as_ref().len() < dispatcher.max_message_length() { in new_with_dispatcher()