Searched refs:opsList (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/blackbox_lite/ |
H A D | blackbox_core.c | 40 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()
|