Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cj/
H A Dfaultlogger_ffi.cpp59 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 Dfaultlogger_ffi.h36 char* fullLog; member
H A Dfaultlogger_info.h39 std::string fullLog = ""; member
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.h44 std::string fullLog = ""; member
H A Dnapi_faultlogger.cpp55 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