Home
last modified time | relevance | path

Searched refs:LOS_ERRNO_CPUP_NO_INIT (Results 1 - 5 of 5) sorted by relevance

/kernel/liteos_m/components/cpup/
H A Dlos_cpup.c321 return LOS_ERRNO_CPUP_NO_INIT; in LOS_SysCpuUsage()
360 return LOS_ERRNO_CPUP_NO_INIT; in LOS_HistorySysCpuUsage()
408 return LOS_ERRNO_CPUP_NO_INIT; in LOS_TaskCpuUsage()
457 return LOS_ERRNO_CPUP_NO_INIT; in LOS_HistoryTaskCpuUsage()
511 return LOS_ERRNO_CPUP_NO_INIT; in LOS_AllTaskCpuUsage()
719 return LOS_ERRNO_CPUP_NO_INIT; in LOS_GetAllIrqCpuUsage()
H A Dlos_cpup.h78 #define LOS_ERRNO_CPUP_NO_INIT LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x02) macro
/kernel/liteos_a/kernel/include/
H A Dlos_cpup.h78 #define LOS_ERRNO_CPUP_NO_INIT LOS_ERRNO_OS_ERROR(LOS_MOD_CPUP, 0x02) macro
153 * @retval #LOS_ERRNO_CPUP_NO_INIT The CPU usage is not initialized.
182 * @retval #LOS_ERRNO_CPUP_NO_INIT The CPU usage is not initialized.
212 * @retval #LOS_ERRNO_CPUP_NO_INIT The CPU usage is not initialized.
244 * @retval #LOS_ERRNO_CPUP_NO_INIT The CPU usage is not initialized.
277 * @retval #LOS_ERRNO_CPUP_NO_INIT The CPU usage is not initialized.
/kernel/liteos_a/kernel/extended/cpup/
H A Dlos_cpup.c332 return LOS_ERRNO_CPUP_NO_INIT; in OsHistorySysCpuUsageUnsafe()
361 return LOS_ERRNO_CPUP_NO_INIT; in OsHistoryProcessCpuUsageUnsafe()
401 return LOS_ERRNO_CPUP_NO_INIT; in OsHistoryTaskCpuUsageUnsafe()
433 return LOS_ERRNO_CPUP_NO_INIT; in OsCpupUsageParamCheckAndReset()
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/smp/
H A DIt_smp_extend_cpup_010.c62 ICUNIT_ASSERT_EQUAL_VOID(tempCpup, LOS_ERRNO_CPUP_NO_INIT, tempCpup); in Task02()

Completed in 3 milliseconds