Home
last modified time | relevance | path

Searched refs:map (Results 1 – 14 of 14) sorted by relevance

/trusty/user/base/lib/apploader_package/include/apploader/
Dcbor.h113 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/
Dhandle.rs92 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()
Derr.rs98 pub fn map<U, F: FnOnce(T) -> U>(self, f: F) -> ConnectResult<U> { in map() method
Dservice.rs851 .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/
Dkeybox.rs40 KeyboxSession::connect(port).map(Self) in new()
/trusty/user/base/lib/trusty-std/src/
Dclone_ext.rs134 try_to_vec(&*self, alloc).map(Vec::into_boxed_slice) in try_clone()
/trusty/user/app/storage/
DREADME.md26 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/
Dlib.rs116 Handle::connect(port).map(Self) in try_connect()
/trusty/user/app/avb/
DREADME.md16 (0xF000) is used to map a rollback index to a file, and a file may contain a
/trusty/user/base/lib/hwkey/rust/src/
Dlib.rs60 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/
Dlib.rs267 let owned_tests: Vec<_> = tests.iter().map(make_owned_test).collect(); in test_main_static_abort()
/trusty/vendor/google/aosp/scripts/
Dbuild-config93 include("./test-map"),
/trusty/user/app/keymint/keys/
Dlegacy.rs161 encrypted_keyblob.kdf_version.map(hwkey::KdfVersion::from), in convert_key()
/trusty/vendor/google/aosp/
Dpylintrc239 bad-functions=map,filter