Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/extended/blackbox/
Dlos_blackbox_core.c56 typedef struct BBoxOps { struct
59 } BBoxOps; argument
117 static bool FindModuleOps(struct ErrorInfo *info, BBoxOps **ops) in FindModuleOps()
126 LOS_DL_LIST_FOR_EACH_ENTRY(*ops, &g_opsList, BBoxOps, opsList) { in FindModuleOps()
139 static void InvokeModuleOps(struct ErrorInfo *info, const BBoxOps *ops) in InvokeModuleOps()
161 BBoxOps *ops = NULL; in SaveLastLog()
180 LOS_DL_LIST_FOR_EACH_ENTRY(ops, &g_opsList, BBoxOps, opsList) { in SaveLastLog()
215 BBoxOps *ops = NULL; in SaveLogWithoutReset()
272 BBoxOps *ops = NULL; in SaveLogWithReset()
327 struct BBoxOps *ops = NULL; in PrintModuleOps()
[all …]