Lines Matching refs:result
85 console.info(`${TAG}, all result from workers, ${JSON.stringify(items)}`);
89 console.info(`${TAG}, all it result, ${JSON.stringify(allItemList)}`);
156 for (const {currentThreadName, description, result} of itItemList) {
159 let itResult = item.result;
162 item.result = result;
169 result: result
177 for (const {currentThreadName, description, result} of allItemList) {
178 console.info(`${TAG}, description, ${description}, result,${result}`);
180 if (result === 0) {
182 } else if (result === -1) {
184 } else if (result === -2) {
194 for (const {currentThreadName, description, result} of allItemList) {
195 console.info(`${TAG}, description print, ${description}, result,${result}`);
213 msg += `\n${PrintTag.OHOS_REPORT_WORKER_STATUS}: CODE=${result}`;