Searched refs:fullLog (Results 1 – 4 of 4) sorted by relevance
205 … console.info("faultloggertestsummary05 " + i + " fullLog.length " + ret[i].fullLog.length);206 console.info(ret[i].fullLog);207 … if (ret[i].fullLog.indexOf("faultloggertestsummary05 " + (loopTimes - 1 - i)) != -1) {208 console.info("FaultlogJsTest_005 " + ret[i].fullLog.length);256 … console.info("faultloggertestsummary06 " + i + " fullLog.length " + ret[i].fullLog.length);257 console.info(ret[i].fullLog);258 … if (ret[i].fullLog.indexOf("faultloggertestsummary06 " + (loopTimes - 1 - i)) != -1) {259 console.info("FaultlogJsTest_006 " + ret[i].fullLog.length);
160 fullLog: string;
44 std::string fullLog = ""; member
54 ret.fullLog = "Fail to get log, fd is " + std::to_string(fd); in ConversionInform()69 ret.fullLog += buf; in ConversionInform()123 NapiUtil::SetPropertyStringUtf8(env, info, "fullLog", infoItem.fullLog); in FaultLogCompleteCallback()360 napi_value fullLog = nullptr; in FaultLogInfoClassInit() local369 napi_create_string_latin1(env, "fullLog", NAPI_AUTO_LENGTH, &fullLog); in FaultLogInfoClassInit()379 DECLARE_NAPI_PROPERTY("fullLog", fullLog), in FaultLogInfoClassInit()