Searched refs:tag_section (Results 1 – 1 of 1) sorted by relevance
47 int32_t tag_section = (tag >> 16) - OHOS_VENDOR_SECTION; in GetVendorTagName() local48 if (tag_section < 0 in GetVendorTagName()49 || tag_section >= EXAMPLE_SECTION_COUNT in GetVendorTagName()50 || tag >= EXAMPLE_VENDOR_SECTION_BOUNDS[tag_section][1]) return nullptr; in GetVendorTagName()52 return EXAMPLE_VENDOR_TAG_INFO[tag_section][tag_index].tagName; in GetVendorTagName()57 int32_t tag_section = (tag >> 16) - OHOS_VENDOR_SECTION; in GetVendorTagType() local58 if (tag_section < 0 in GetVendorTagType()59 || tag_section >= EXAMPLE_SECTION_COUNT in GetVendorTagType()60 || tag >= EXAMPLE_VENDOR_SECTION_BOUNDS[tag_section][1]) return -1; in GetVendorTagType()62 return EXAMPLE_VENDOR_TAG_INFO[tag_section][tag_index].tagType; in GetVendorTagType()