Searched refs:SetTextContent (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/ |
H A D | paste_data_record.h | 95 void SetTextContent(const std::string &content);
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_client.cpp | 343 pasteDataRecord->SetTextContent(textContent); in RebuildWebviewPasteData() 463 pasteDataRecord->SetTextContent(content); in SplitWebviewPasteData()
|
H A D | paste_data_record.cpp | 513 void PasteDataRecord::SetTextContent(const std::string &content) in SetTextContent() function in OHOS::MiscServices::PasteDataRecord
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_modifier.cpp | 86 void SetTextContent(ArkUINodeHandle node, ArkUI_CharPtr value) in SetTextContent() function 1198 static const ArkUITextModifier modifier = { SetTextContent, SetFontWeight, ResetFontWeight, SetFontStyle, in GetTextModifier() 1230 static const CJUITextModifier modifier = { SetTextContent, SetFontWeight, ResetFontWeight, SetFontStyle, in GetCJUITextModifier()
|
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/ |
H A D | pasteboardclient_fuzzer.cpp | 278 pasteDataRecord.SetTextContent(str); in FuzzPastedataRecord()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 9218 int32_t SetTextContent(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetTextContent() function 12993 static Setter* setters[] = { SetTextContent, SetFontColor, SetFontSize, SetFontStyle, SetFontWeight, SetLineHeight, in SetTextAttribute()
|
Completed in 30 milliseconds