Searched refs:tempVec (Results 1 – 2 of 2) sorted by relevance
115 std::vector<std::string> tempVec; in CheckNeedSwitch() local116 int32_t tempRet = GetEnableData(TEMP_IME, tempVec, userId); in CheckNeedSwitch()117 if (tempRet != ErrorCode::NO_ERROR || tempVec.empty()) { in CheckNeedSwitch()121 …tempVec.begin(), tempVec.end(), [&info](const std::string &ime) { return info.bundleName == ime; }… in CheckNeedSwitch()122 if (iter != tempVec.end()) { in CheckNeedSwitch()
7296 std::vector<uint8_t> tempVec(content.begin(), content.end()); in SpanstringConvertHtml() local7297 std::string htmlStr = OHOS::Ace::SpanToHtml::ToHtml(tempVec); in SpanstringConvertHtml()