Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_service.c41 static HiviewInitFunc g_hiviewInitFuncList[HIVIEW_CMP_TYPE_MAX] = { NULL }; variable
111 if (g_hiviewInitFuncList[i] != NULL) { in InitHiviewComponent()
112 (*(g_hiviewInitFuncList[i]))(); in InitHiviewComponent()
119 g_hiviewInitFuncList[type] = func; in HiviewRegisterInitFunc()