Searched refs:HiviewInitFunc (Results 1 – 2 of 2) sorted by relevance
59 typedef void (* HiviewInitFunc)(void); typedef62 void HiviewRegisterInitFunc(HiviewComponentType type, HiviewInitFunc func);
41 static HiviewInitFunc g_hiviewInitFuncList[HIVIEW_CMP_TYPE_MAX] = { NULL };117 void HiviewRegisterInitFunc(HiviewComponentType type, HiviewInitFunc func) in HiviewRegisterInitFunc()