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:matchedApns
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/cellular_data/services/include/apn_manager/
H
A
D
apn_holder.h
42
void SetAllMatchedApns(std::vector<sptr<ApnItem>> &
matchedApns
);
/base/telephony/cellular_data/services/src/apn_manager/
H
A
D
apn_holder.cpp
46
void ApnHolder::SetAllMatchedApns(std::vector<sptr<ApnItem>> &
matchedApns
)
in SetAllMatchedApns()
argument
48
retryPolicy_.SetMatchedApns(
matchedApns
);
in SetAllMatchedApns()
/base/telephony/cellular_data/test/
H
A
D
cellular_data_handler_branch_test.cpp
199
std::vector<sptr<ApnItem>>
matchedApns
;
in HWTEST_F()
local
200
matchedApns
.push_back(item);
in HWTEST_F()
201
apnHolder->SetAllMatchedApns(
matchedApns
);
in HWTEST_F()
H
A
D
apn_manager_test.cpp
872
std::vector<sptr<ApnItem>>
matchedApns
= {};
in HWTEST_F()
local
873
connectionRetryPolicy->SetMatchedApns(
matchedApns
);
in HWTEST_F()
H
A
D
zero_branch_test.cpp
1225
std::vector<sptr<ApnItem>>
matchedApns
;
in HWTEST_F()
local
1226
apnHolder->SetAllMatchedApns(
matchedApns
);
in HWTEST_F()
/base/telephony/cellular_data/services/src/
H
A
D
cellular_data_handler.cpp
656
std::vector<sptr<ApnItem>>
matchedApns
= apnManager_->FilterMatchedApns(apnHolder->GetApnType(), slotId_);
in CheckApnState()
local
657
if (
matchedApns
.empty()) {
in CheckApnState()
658
TELEPHONY_LOGE("Slot%{public}d: AttemptEstablishDataConnection:
matchedApns
is empty", slotId_);
in CheckApnState()
661
apnHolder->SetAllMatchedApns(
matchedApns
);
in CheckApnState()
1644
std::vector<sptr<ApnItem>>
matchedApns
= apnManager_->FilterMatchedApns(apnType, slotId_);
in ClearConnectionIfRequired()
local
1645
if (
matchedApns
.empty()) {
in ClearConnectionIfRequired()
1646
TELEPHONY_LOGE("Slot%{public}d:
matchedApns
is empty", slotId_);
in ClearConnectionIfRequired()
1650
if (!apnHolder->IsSameMatchedApns(
matchedApns
, roamingState)) {
in ClearConnectionIfRequired()
1651
apnHolder->SetAllMatchedApns(
matchedApns
);
in ClearConnectionIfRequired()
Completed in 10 milliseconds