Searched refs:tempPattern (Results 1 – 3 of 3) sorted by relevance
96 std::vector<int32_t> tempPattern; in Transmit() local101 tempPattern.push_back(per); in Transmit()106 int32_t ret = irInterface_->Transmit(tempCarrierFreq, tempPattern, outRet); in Transmit()
552 auto tempPattern = AceType::DynamicCast<OffscreenCanvasPattern>(offscreenPattern); in GetBitmapSize() local553 return tempPattern ? tempPattern->GetBitmapSize() : 0; in GetBitmapSize()
456 string tempPattern(pattern); in Get12HourTimeWithoutAmpm() local458 Format(time, tempPattern, appendTo, status); in Get12HourTimeWithoutAmpm()