Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp364 std::vector<std::string> textRecords; in GetPlainTextRecords() local
366 CHECK_NULL_RETURN(udData, textRecords); in GetPlainTextRecords()
367 CHECK_NULL_RETURN(udData->GetUnifiedData(), textRecords); in GetPlainTextRecords()
374 textRecords.emplace_back(str); in GetPlainTextRecords()
377 return textRecords; in GetPlainTextRecords()

Completed in 2 milliseconds