Searched refs:g_osLkHook (Results 1 – 2 of 2) sorted by relevance
68 LK_FUNC g_osLkHook = (LK_FUNC)OsLkDefaultFunc; variable203 if (g_osLkHook != NULL) { in LOS_LkPrint()205 g_osLkHook(level, func, line, fmt, ap); in LOS_LkPrint()212 g_osLkHook = hook; in LOS_LkRegHook()
39 if (g_osLkHook != nullptr) { in PrintTest()