Searched refs:logDir (Results 1 – 8 of 8) sorted by relevance
/base/hiviewdfx/blackbox/ |
D | blackbox_adapter.c | 25 WEAK void SystemModuleDump(const char *logDir, struct ErrorInfo *info) in SystemModuleDump() argument 27 (void)logDir; in SystemModuleDump() 45 WEAK int SystemModuleSaveLastLog(const char *logDir, struct ErrorInfo *info) in SystemModuleSaveLastLog() argument 47 (void)logDir; in SystemModuleSaveLastLog()
|
D | README_zh.md | 100 void SystemModuleDump(const char *logDir, struct ErrorInfo *info); 108 | logDir | const char* | 是 | 日志路径。 | 140 int SystemModuleSaveLastLog(const char *logDir, struct ErrorInfo *info); 148 | logDir | const char* | 是 | 日志路径。 | 162 | logDir | const char* | 是 | 日志路径。 |
|
/base/hiviewdfx/blackbox/interfaces/native/kits/ |
D | blackbox_adapter.h | 33 extern void SystemModuleDump(const char *logDir, struct ErrorInfo *info); 36 extern int SystemModuleSaveLastLog(const char *logDir, struct ErrorInfo *info);
|
D | blackbox.h | 58 void (*Dump)(const char *logDir, struct ErrorInfo *info); 61 int (*SaveLastLog)(const char *logDir, struct ErrorInfo *info);
|
/base/hiviewdfx/blackbox/interfaces/native/innerkits/ |
D | blackbox_adapter.h | 33 extern void SystemModuleDump(const char *logDir, struct ErrorInfo *info); 36 extern int SystemModuleSaveLastLog(const char *logDir, struct ErrorInfo *info);
|
D | blackbox.h | 58 void (*Dump)(const char *logDir, struct ErrorInfo *info); 61 int (*SaveLastLog)(const char *logDir, struct ErrorInfo *info);
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/ |
D | bbox_detector_plugin.h | 35 void WaitForLogs(const std::string& logDir);
|
D | bbox_detector_plugin.cpp | 81 void BBoxDetectorPlugin::WaitForLogs(const std::string& logDir) in WaitForLogs() argument 83 std::string doneFile = logDir + "/DONE"; in WaitForLogs()
|