Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp365 std::vector<std::string> textRecords; in GetPlainTextRecords() local
367 CHECK_NULL_RETURN(udData, textRecords); in GetPlainTextRecords()
368 CHECK_NULL_RETURN(udData->GetUnifiedData(), textRecords); in GetPlainTextRecords()
375 textRecords.emplace_back(str); in GetPlainTextRecords()
378 return textRecords; in GetPlainTextRecords()