Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp83 void ProductAdapter::InitAceTags(uint8_t *aceTags, uint8_t tagCount) in InitAceTags() argument
86 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()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Dproduct_adapter.h131 static void InitAceTags(uint8_t *aceTags, uint8_t tagCount);