Home
last modified time | relevance | path

Searched refs:hi_syserr_info (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H A Dblackbox_adapter_impl.c52 hi_syserr_info *sysErrInfo) in SaveSysInfo()
79 static void SaveExcpInfo(const char *filePath, hi_syserr_info *sysErrInfo) in SaveExcpInfo()
113 static void SaveRegInfo(const char* filePath, hi_syserr_info *sysErrInfo) in SaveRegInfo()
200 static void SaveMemInfo(const char *filePath, hi_syserr_info *sysErrInfo) in SaveMemInfo()
234 static void SaveTaskInfo(const char *filePath, hi_syserr_info *sysErrInfo) in SaveTaskInfo()
277 static void SaveTrackInfo(const char *filePath, hi_syserr_info *sysErrInfo) in SaveTrackInfo()
329 static void SaveCallBack(const char *filePath, hi_syserr_info *sysErrInfo) in SaveCallBack()
386 static void SaveFaultLog(struct ErrorInfo *errInfo, hi_syserr_info *sysErrInfo) in SaveFaultLog()
547 hi_syserr_info *errInfo; in SystemModuleGetLastLogInfo()
589 hi_syserr_info *errInf in SystemModuleSaveLastLog()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_crash.h276 } hi_syserr_info; typedef
310 * @retval Pointer to the hi_syserr_info structure. CNcomment:hi_syserr_info结构体指针。CNend
315 hi_syserr_info *hi_syserr_ptr(hi_void);
327 * @param info [OUT] type #hi_syserr_info* ,Pointer to the hi_syserr_info structure.
336 hi_u32 hi_syserr_get(hi_syserr_info *info);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/include/
H A Dsal_common.h73 hi_u32 hi_syserr_get_at_printf(hi_syserr_info *info);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.h324 } hi_syserr_info; typedef
H A Dhcc_host.c1432 hi_syserr_info *info = (hi_syserr_info *)buf;
1433 if (info == HI_NULL || length < (hi_s32)sizeof(hi_syserr_info)) {
1434 oam_error_log2(0, 0, "length = %d, %d", length, sizeof(hi_syserr_info));
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_general.c639 hi_syserr_info* info = hi_malloc(HI_MOD_ID_SAL_DFX, sizeof(hi_syserr_info)); in at_get_dump()

Completed in 9 milliseconds