Home
last modified time | relevance | path

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

/base/hiviewdfx/blackbox/
Dblackbox_core.c40 UTILS_DL_LIST opsList; member
163 UTILS_DL_LIST_FOR_EACH_ENTRY(ops, &g_opsList, struct BBoxOps, opsList) { in SaveErrorLog()
197 UTILS_DL_LIST_FOR_EACH_ENTRY(temp, &g_opsList, struct BBoxOps, opsList) { in PrintModuleOps()
232 UTILS_DL_LIST_FOR_EACH_ENTRY(temp, &g_opsList, struct BBoxOps, opsList) { in BBoxRegisterModuleOps()
243 UtilsListTailInsert(&g_opsList, &newOps->opsList); in BBoxRegisterModuleOps()
277 UTILS_DL_LIST_FOR_EACH_ENTRY(ops, &g_opsList, struct BBoxOps, opsList) { in BBoxNotifyError()