Home
last modified time | relevance | path

Searched refs:tempVec (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/src/
H A Denable_ime_data_parser.cpp115 std::vector<std::string> tempVec; in CheckNeedSwitch() local
116 int32_t tempRet = GetEnableData(TEMP_IME, tempVec, userId); in CheckNeedSwitch()
117 if (tempRet != ErrorCode::NO_ERROR || tempVec.empty()) { in CheckNeedSwitch()
121tempVec.begin(), tempVec.end(), [&info](const std::string &ime) { return info.bundleName == ime; }… in CheckNeedSwitch()
122 if (iter != tempVec.end()) { in CheckNeedSwitch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp7296 std::vector<uint8_t> tempVec(content.begin(), content.end()); in SpanstringConvertHtml() local
7297 std::string htmlStr = OHOS::Ace::SpanToHtml::ToHtml(tempVec); in SpanstringConvertHtml()