Searched refs:BBoxOps (Results 1 – 1 of 1) sorted by relevance
/base/hiviewdfx/blackbox/ |
D | blackbox_core.c | 39 struct BBoxOps { struct 147 struct BBoxOps *ops = NULL; in SaveErrorLog() 163 UTILS_DL_LIST_FOR_EACH_ENTRY(ops, &g_opsList, struct BBoxOps, opsList) { in SaveErrorLog() 194 struct BBoxOps *temp = NULL; in PrintModuleOps() 197 UTILS_DL_LIST_FOR_EACH_ENTRY(temp, &g_opsList, struct BBoxOps, opsList) { in PrintModuleOps() 208 struct BBoxOps *newOps = NULL; in BBoxRegisterModuleOps() 209 struct BBoxOps *temp = NULL; in BBoxRegisterModuleOps() 232 UTILS_DL_LIST_FOR_EACH_ENTRY(temp, &g_opsList, struct BBoxOps, opsList) { in BBoxRegisterModuleOps() 258 struct BBoxOps *ops = NULL; in BBoxNotifyError() 277 UTILS_DL_LIST_FOR_EACH_ENTRY(ops, &g_opsList, struct BBoxOps, opsList) { in BBoxNotifyError()
|