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:attachApn
(Results
1 - 3
of
3
) sorted by relevance
/base/telephony/cellular_data/services/src/apn_manager/
H
A
D
apn_manager.cpp
484
sptr<ApnItem>
attachApn
= nullptr;
in GetRilAttachApn()
local
487
attachApn
= apnItem;
in GetRilAttachApn()
490
if (
attachApn
== nullptr && apnItem->CanDealWithType(DATA_CONTEXT_ROLE_DEFAULT)) {
in GetRilAttachApn()
491
attachApn
= apnItem;
in GetRilAttachApn()
494
if (
attachApn
== nullptr) {
in GetRilAttachApn()
495
attachApn
= allApnItem_[0];
in GetRilAttachApn()
497
return
attachApn
;
in GetRilAttachApn()
/base/telephony/cellular_data/services/src/
H
A
D
cellular_data_handler.cpp
803
sptr<ApnItem>
attachApn
= apnManager_->GetRilAttachApn();
in EstablishDataConnectionComplete()
local
804
if (
attachApn
!= nullptr) {
in EstablishDataConnectionComplete()
805
proxyIpAddress =
attachApn
->attr_.proxyIpAddress_;
in EstablishDataConnectionComplete()
1792
sptr<ApnItem>
attachApn
= apnManager_->GetRilAttachApn();
in SetRilAttachApn()
local
1793
if (
attachApn
== nullptr) {
in SetRilAttachApn()
1794
TELEPHONY_LOGE("Slot%{public}d:
attachApn
is null", slotId_);
in SetRilAttachApn()
1797
dataProfile.profileId =
attachApn
->attr_.profileId_;
in SetRilAttachApn()
1798
dataProfile.apn =
attachApn
->attr_.apn_;
in SetRilAttachApn()
1799
dataProfile.protocol =
attachApn
->attr_.protocol_;
in SetRilAttachApn()
1800
dataProfile.verType =
attachApn
in SetRilAttachApn()
[all...]
/base/telephony/cellular_data/test/
H
A
D
cellular_data_handler_test.cpp
640
sptr<ApnItem>
attachApn
= ApnItem::MakeDefaultApn(DATA_CONTEXT_ROLE_DEFAULT);
in HWTEST_F()
local
641
cellularDataHandler->apnManager_->allApnItem_.push_back(
attachApn
);
in HWTEST_F()
Completed in 6 milliseconds