Home
last modified time | relevance | path

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

/kernel/liteos_a/shell/full/src/base/
Dshell_lk.c68 LK_FUNC g_osLkHook = (LK_FUNC)OsLkDefaultFunc; variable
203 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()
/kernel/liteos_a/testsuites/unittest/process/fs/
Dprocess_fs_test.cpp39 if (g_osLkHook != nullptr) { in PrintTest()