Searched refs:g_hiviewInitFuncList (Results 1 – 1 of 1) sorted by relevance
41 static HiviewInitFunc g_hiviewInitFuncList[HIVIEW_CMP_TYPE_MAX] = { NULL }; variable111 if (g_hiviewInitFuncList[i] != NULL) { in InitHiviewComponent()112 (*(g_hiviewInitFuncList[i]))(); in InitHiviewComponent()119 g_hiviewInitFuncList[type] = func; in HiviewRegisterInitFunc()