Searched refs:map (Results 1 – 14 of 14) sorted by relevance
/trusty/user/base/lib/apploader_package/include/apploader/ |
D | cbor.h | 113 using CborMap = std::map<std::vector<uint8_t>, 117 static inline bool populateMap(CborMap& map, in populateMap() argument 155 map[std::move(encKey)] = value; in populateMap() 178 CborMap map; in mergeMaps() local 180 if (!populateMap(map, lhs)) { in mergeMaps() 183 if (!populateMap(map, rhs)) { in mergeMaps() 187 size_t outputSize = encodedSizeOf(map.size()); in mergeMaps() 188 for (const auto& [key, value] : map) { in mergeMaps() 195 CborWriteMap(map.size(), &out); in mergeMaps() 196 for (const auto& [key, value] : map) { in mergeMaps()
|
/trusty/user/base/lib/tipc/rust/src/ |
D | handle.rs | 92 rc.try_into().map(Handle).or(Err(TipcError::InvalidHandle)) in connect() 158 if msg_info.len > buffers.iter().map(|b| b.len()).sum() { in recv_vectored() 164 iovs.extend(buffers.iter_mut().map(|buf| trusty_sys::iovec { in recv_vectored() 213 buffers.iter().map(|buf| trusty_sys::iovec { in send_vectored() 218 let total_num_bytes = buffers.iter().map(|b| b.len()).sum(); in send_vectored()
|
D | err.rs | 98 pub fn map<U, F: FnOnce(T) -> U>(self, f: F) -> ConnectResult<U> { in map() method
|
D | service.rs | 851 .map(|c| c.map(|c| (port_idx, ConnectionKind::$service(c)))) 888 self.services.iter().map(|s| { 1033 .map(Channel::try_new_port) in new_with_dispatcher()
|
/trusty/user/app/keymint/ |
D | keybox.rs | 40 KeyboxSession::connect(port).map(Self) in new()
|
/trusty/user/base/lib/trusty-std/src/ |
D | clone_ext.rs | 134 try_to_vec(&*self, alloc).map(Vec::into_boxed_slice) in try_clone()
|
/trusty/user/app/storage/ |
D | README.md | 26 In the current code STORAGE_CLIENT_TDEA_PORT and STORAGE_CLIENT_TP_PORT map to 84 block map where the file data can be found. 86 The block map tree is similar to the file tree except the key is the file block
|
/trusty/user/base/lib/system_state/rust/src/ |
D | lib.rs | 116 Handle::connect(port).map(Self) in try_connect()
|
/trusty/user/app/avb/ |
D | README.md | 16 (0xF000) is used to map a rollback index to a file, and a file may contain a
|
/trusty/user/base/lib/hwkey/rust/src/ |
D | lib.rs | 60 HwkeySession::connect(port).map(Self) in open() 276 self.derive(&[], &mut [], derive_request).map(|res| res.os_rollback_version) in query_current_os_version()
|
/trusty/user/base/lib/unittest-rust/src/ |
D | lib.rs | 267 let owned_tests: Vec<_> = tests.iter().map(make_owned_test).collect(); in test_main_static_abort()
|
/trusty/vendor/google/aosp/scripts/ |
D | build-config | 93 include("./test-map"),
|
/trusty/user/app/keymint/keys/ |
D | legacy.rs | 161 encrypted_keyblob.kdf_version.map(hwkey::KdfVersion::from), in convert_key()
|
/trusty/vendor/google/aosp/ |
D | pylintrc | 239 bad-functions=map,filter
|