Searched defs:Tag (Results 1 – 3 of 3) sorted by relevance
| /base/security/asset/services/core_service/src/operations/common/ |
| D | argument_check.rs | 42 fn check_data_type(tag: &Tag, value: &Value) -> Result<()> { in check_data_type() 54 fn check_array_size(tag: &Tag, value: &Value, min: usize, max: usize) -> Result<()> { in check_array_size() 69 fn check_enum_variant<T: TryFrom<u32>>(tag: &Tag, value: &Value) -> Result<()> { in check_enum_variant() 84 fn check_valid_bits(tag: &Tag, value: &Value, min_bits: u32, max_bits: u32) -> Result<()> { in check_valid_bits() 100 fn check_number_range(tag: &Tag, value: &Value, min: u32, max: u32) -> Result<()> { in check_number_range() 115 fn check_tag_range(tag: &Tag, value: &Value, tags: &[Tag]) -> Result<()> { in check_tag_range() 132 fn check_user_id(tag: &Tag, value: &Value) -> Result<()> { in check_user_id() 144 fn check_data_value(tag: &Tag, value: &Value) -> Result<()> { in check_data_value()
|
| /base/security/asset/services/core_service/src/ |
| D | sys_event.rs | 77 fn transfer_tag_to_string(tags: &[Tag], attributes: &AssetMap) -> Result<String> { in transfer_tag_to_string()
|
| /base/security/asset/frameworks/definition/src/ |
| D | extension.rs | 30 impl Conversion for Tag { implementation
|