Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:newContent
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
H
A
D
disableLogs.js
97
let
newContent
;
99
newContent
= parser.parse(content);
105
saveFile(fileName,
newContent
);
H
A
D
disableProfiler.js
96
let
newContent
;
98
newContent
= parser.parse(content);
104
saveFile(fileName,
newContent
);
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
object_hierarchy_observer.cpp
180
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
D
avsession_service.cpp
1431
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
D
rich_editor_pattern.cpp
4872
auto
newContent
=
4876
record.newPreviewContent =
newContent
;
4881
record.startOffset + static_cast<int32_t>(StringUtils::ToWstring(
newContent
).length());
Completed in 20 milliseconds