Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
H A DdisableLogs.js97 let newContent;
99 newContent = parser.parse(content);
105 saveFile(fileName, newContent);
H A DdisableProfiler.js96 let newContent;
98 newContent = parser.parse(content);
104 saveFile(fileName, newContent);
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_hierarchy_observer.cpp180 const auto newContent = GetValue(content->Content()); in NotifyContentChangeOp() local
187 if (oldContent != newContent) { in NotifyContentChangeOp()
195 content_ = newContent; in NotifyContentChangeOp()
196 if (newContent) { in NotifyContentChangeOp()
197 change.object = newContent; in NotifyContentChangeOp()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp1431 std::string newContent = values.dump(); in SaveAvQueueInfo() local
1432 if (!SaveStringToFileEx(GetAVQueueDir(), newContent)) { in SaveAvQueueInfo()
1990 std::string newContent; in DeleteHistoricalRecord() local
2004 newContent = values.dump(); in DeleteHistoricalRecord()
2006 if (!SaveStringToFileEx(GetAVSortDir(userId), newContent)) { in DeleteHistoricalRecord()
2026 std::string newContent; in DeleteAVQueueInfoRecord() local
2045 newContent = values.dump(); in DeleteAVQueueInfoRecord()
2047 if (!SaveStringToFileEx(GetAVQueueDir(userId), newContent)) { in DeleteAVQueueInfoRecord()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4872 auto newContent =
4876 record.newPreviewContent = newContent;
4881 record.startOffset + static_cast<int32_t>(StringUtils::ToWstring(newContent).length());

Completed in 20 milliseconds