Home
last modified time | relevance | path

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

/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/
Dlib.rs250 let mut id_array_wrapper: Vec<u8> = vec![]; in id_to_bytes() localVariable
252 id_array_wrapper.push(item); in id_to_bytes()
257 id_array_wrapper.as_mut_ptr(), in id_to_bytes()
259 p_id_array[..arr_len].copy_from_slice(&id_array_wrapper[..arr_len]); in id_to_bytes()
266 let mut id_array_wrapper: Vec<u8> = vec![]; in bytes_to_id() localVariable
268 id_array_wrapper.push(item); in bytes_to_id()
272 HiTraceChainBytesToIdWrapper(id_array_wrapper.as_mut_ptr(), p_id_array.len() as c_int) in bytes_to_id()