Lines Matching defs:item
207 DEBUG_LOG_STR("push apps item{%s}", data["bundleName"].c_str());
263 std::string item = "";
269 item += std::to_string(taskCount_) + ",";
270 item += timeStr + ",";
271 item += data["abilityName"] + ",";
272 item += inputCompMsgPtr->pagePath_ + ",";
273 item += inputCompMsgPtr->componmentType_ + ",";
274 item += std::to_string(inputCompMsgPtr->startX_) + ",";
275 item += std::to_string(inputCompMsgPtr->startY_) + ",";
276 item += std::to_string(inputCompMsgPtr->endX_) + ",";
277 item += std::to_string(inputCompMsgPtr->endY_) + ",";
278 item += inputCompMsgPtr->content_ + ",";
279 item += std::to_string(inputCompMsgPtr->pssTotal_);
280 focus_input_vec_.push_back(item);
375 modules << "{ item: \"task status\", detail: \" success \"}," << std::endl;
376 modules << "{ item: \"task time\", detail: \" " << time(0) - startTime_ << "s\"}," << std::endl;
377 modules << "{ item: \"task count\", detail: \" " << taskCount_ << "\"}," << std::endl;
379 modules << "{ item: \"seed\", detail: \" " << seed_ << "\"}," << std::endl;