Searched refs:updaterlog (Results 1 - 3 of 3) sorted by relevance
/base/update/updater/services/rust/hash_signed_data/src/ |
H A D | lib.rs | 39 updaterlog!(ERROR, "signed data is null"); 46 updaterlog!(ERROR, "hash signed data str format is invalid {:?}", signed_data_str); 52 updaterlog!(INFO, "hash signed data parse successful!"); 56 updaterlog!(ERROR, "hash signed data parse failed, err is {}", err); 72 updaterlog!(ERROR, "input invalid, null status hash:{} file_name:{} signed_data:{}", 81 updaterlog!(ERROR, "filename is invalid utf8 str"); 89 updaterlog!(ERROR, "get sig for file {} failed, err is {}", file_name, err); 94 updaterlog!(ERROR, "out is too small to hold signature"); 99 updaterlog!(INFO, "get sig succeed for {}", file_name); 112 updaterlog!(ERRO [all...] |
H A D | img_hash_check.rs | 22 use crate::updaterlog; 98 updaterlog!(ERROR, "{} buffer is too small. {}", line!(), buffer.len()); in read_from_le_bytes() 119 updaterlog!(ERROR, "{} buffer is too small. {}", line!(), buffer.len()); in read_from_le_bytes() 124 updaterlog!(INFO, "HashHeader read_from_le_bytes image_name {}", self.image_name); in read_from_le_bytes() 138 updaterlog!(ERROR, "{} buffer is too small. {}", line!(), buffer.len()); in read_from_le_bytes() 156 updaterlog!(ERROR, "{} buffer is too small. {}", line!(), buffer.len()); in read_from_le_bytes() 184 updaterlog!(INFO, "HashHeader read_from_le_bytes hash_header_size {}", hash_header_size); in load_img_hash_data() 209 updaterlog!(ERROR, "nothing found {}", img_name); in check_img_hash() 218 updaterlog!(ERROR, "nothing found start: {}, end: {}", addr_tuple.0, addr_tuple.1); in check_img_hash() 224 updaterlog!(ERRO in check_img_hash() [all...] |
H A D | macros.rs | 24 /// updaterlog!(INFO, "this is a info log, {:?}", hello); 32 macro_rules! updaterlog { macros
|
Completed in 1 milliseconds