Searched refs:aceTags (Results 1 – 2 of 2) sorted by relevance
83 void ProductAdapter::InitAceTags(uint8_t *aceTags, uint8_t tagCount) in InitAceTags() argument86 if (aceTags == nullptr || tagCount < minCount) { in InitAceTags()90 g_dfxWrapper.eventTag = aceTags[index++]; in InitAceTags()91 g_dfxWrapper.eventSubTag = aceTags[index++]; in InitAceTags()92 g_dfxWrapper.errCodeTag = aceTags[index++]; in InitAceTags()93 g_dfxWrapper.errCodeSubTag = aceTags[index++]; in InitAceTags()
131 static void InitAceTags(uint8_t *aceTags, uint8_t tagCount);