Searched refs:fullLog (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cj/ |
H A D | faultlogger_ffi.cpp | 59 ret.fullLog = "Fail to get log, fd is " + std::to_string(fd); in ConvertInform() 74 ret.fullLog += buf; in ConvertInform() 130 retValue[i].fullLog = MallocCString(infoItem.fullLog); in FfiFaultLoggerQuery()
|
H A D | faultlogger_ffi.h | 36 char* fullLog; member
|
H A D | faultlogger_info.h | 39 std::string fullLog = ""; member
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/ |
H A D | napi_faultlogger.h | 44 std::string fullLog = ""; member
|
H A D | napi_faultlogger.cpp | 55 ret.fullLog = "Fail to get log, fd is " + std::to_string(fd); in ConversionInform() 70 ret.fullLog += buf; in ConversionInform() 123 NapiUtil::SetPropertyStringUtf8(env, info, "fullLog", infoItem.fullLog); in FaultLogCompleteCallback() 360 napi_value fullLog = nullptr; in FaultLogInfoClassInit() local 369 napi_create_string_latin1(env, "fullLog", NAPI_AUTO_LENGTH, &fullLog); in FaultLogInfoClassInit() 379 DECLARE_NAPI_PROPERTY("fullLog", fullLog), in FaultLogInfoClassInit()
|
Completed in 3 milliseconds