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:netPortName
(Results
1 - 10
of
10
) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
tel_ril_data_parcel.h
60
std::string
netPortName
= "";
member
/base/telephony/core_service/services/tel_ril/src/
H
A
D
tel_ril_data.cpp
254
dataCallResultInfo.
netPortName
= dc.
netPortName
;
in BuildDataCallResultList()
276
dataCallResult->
netPortName
= iSetupDataCallResultInfo.
netPortName
;
in BuildDataCallResultInfo()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_vendor_data_defs.h
60
char *
netPortName
;
member
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
H
A
D
pdpcontextlistupdated_fuzzer.cpp
54
response.
netPortName
= const_cast<char *>(NUMBER);
in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_data.cpp
111
result.
netPortName
= (response->
netPortName
== nullptr) ? "" : response->
netPortName
;
in SwitchRilDataToHal()
/base/telephony/cellular_data/services/src/state_machine/
H
A
D
cellular_data_state_machine.cpp
343
netLinkInfo_->ifaceName_ = dataCallInfo.
netPortName
;
in UpdateNetworkInfo()
348
ResolveRoute(routeInfoArray, dataCallInfo.
netPortName
);
in UpdateNetworkInfo()
/base/telephony/ril_adapter/services/vendor/src/
H
A
D
at_data.c
257
pDataCall->
netPortName
= strdup(NET_NODE);
in BuildDataInfoList()
517
if (pDcrs[i].
netPortName
!= NULL) {
in FreeDataCallResponse()
518
free(pDcrs[i].
netPortName
);
in FreeDataCallResponse()
/base/telephony/ril_adapter/test/unittest/
H
A
D
ril_callback_test.cpp
1338
cout << "[setupDataCallResultInfo] -->[
netPortName
] : " << setupDataCallResultInfo.
netPortName
<< endl;
in PdpContextListUpdated()
1374
cout << "[setupDataCallResultInfo] -->[
netPortName
] : " << setupDataCallResultInfo.
netPortName
<< endl;
in ActivatePdpContextResponse()
1405
cout << "[setupDataCallResultInfo] -->[
netPortName
] : " << setupDataCallResultInfo.
netPortName
<< endl;
in GetPdpContextListResponse()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H
A
D
ril_callback_test.cpp
1513
"cid:%{public}d active:%{public}d type:%{public}s
netPortName
:%{public}s address:%{public}s "
in PdpContextListUpdated()
1518
setupDataCallResultInfo.
netPortName
.c_str(), setupDataCallResultInfo.address.c_str(),
in PdpContextListUpdated()
1543
"cid:%{public}d active:%{public}d type:%{public}s
netPortName
:%{public}s address:%{public}s "
in ActivatePdpContextResponse()
1548
setupDataCallResultInfo.
netPortName
.c_str(), setupDataCallResultInfo.address.c_str(),
in ActivatePdpContextResponse()
1575
"cid:%{public}d active:%{public}d type:%{public}s
netPortName
:%{public}s address:%{public}s "
in GetPdpContextListResponse()
1580
setupDataCallResultInfo.
netPortName
.c_str(), setupDataCallResultInfo.address.c_str(),
in GetPdpContextListResponse()
H
A
D
zero_branch_test.cpp
522
pDataCall.
netPortName
= const_cast<char *>(NUMBER);
in HWTEST_F()
1354
dataCallResponse.
netPortName
= const_cast<char *>(NUMBER);
in HWTEST_F()
Completed in 15 milliseconds