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:newResult
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
dns_result_call_back.cpp
105
NetDnsResult
newResult
;
in IterateDnsReportResults()
local
106
newResult
.totalReports_ = 1;
in IterateDnsReportResults()
107
newResult
.failReports_ = it.queryresult_ == 0 ? 0 : 1;
in IterateDnsReportResults()
108
netDnsResult_.EnsureInsert(it.netid_,
newResult
);
in IterateDnsReportResults()
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H
A
D
softbus_hidumper_util.c
499
TransStatsSuccessRateDetail
newResult
;
in TransStatsSuccessDetail()
local
500
newResult
.successTotal = 0;
in TransStatsSuccessDetail()
501
newResult
.total = 1;
in TransStatsSuccessDetail()
502
newResult
.delay = 0;
in TransStatsSuccessDetail()
503
newResult
.delayNum = 0;
in TransStatsSuccessDetail()
505
UpdateTransSuccessDetail(&
newResult
, delay);
in TransStatsSuccessDetail()
507
if (LnnMapSet(&g_transStatsInfo.sessionNameLinkTypeMap, keyStr, (const void *)&
newResult
,
in TransStatsSuccessDetail()
/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H
A
D
js_measure.cpp
376
napi_value
newResult
= nullptr;
in JSMeasureTextSize()
local
377
napi_escape_handle(env, scope, result, &
newResult
);
in JSMeasureTextSize()
Completed in 4 milliseconds