Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/
H A Dimg_hash_check.rs34 component_count: u16, field
93 … HashInfo {tlv_type: 0, tlv_len: 0, algorithm: 0, algo_size: 0, component_count: 0, block_size: 0} in new()
106 self.component_count = u16::from_le_bytes(buffer[10..12].try_into().unwrap()); in read_from_le_bytes()
/ohos5.0/base/update/packaging_tools/
H A Dupdate_package.py212 def get_head_list(component_count, head_value_list): argument
240 head_list.entry_count = component_count
271 def get_tools_head_list(component_count): argument
282 head_list.entry_count = component_count