Home
last modified time | relevance | path

Searched refs:LOS_ERRNO_LMK_RESTORE_NOT_NEEDED (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_m/components/lmk/
H A Dlos_lmk.h104 #define LOS_ERRNO_LMK_RESTORE_NOT_NEEDED LOS_ERRNO_OS_ERROR(LOS_MOD_LMK, 0x07) macro
189 * @retval LOS_ERRNO_LMK_RESTORE_NOT_NEEDED No need to restore since no tasks killed to free memory.
H A Dlos_lmk.c166 return LOS_ERRNO_LMK_RESTORE_NOT_NEEDED; in LOS_LmkTasksRestore()
/kernel/liteos_m/testsuites/sample/kernel/lmk/
H A DIt_los_lmk_003.c96 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_LMK_RESTORE_NOT_NEEDED, ret); in TestCase()

Completed in 1 milliseconds