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:SetApnState
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/cellular_data/test/
H
A
D
zero_branch_test.cpp
512
apn->
SetApnState
(PROFILE_STATE_DISCONNECTING);
in HWTEST_F()
516
apn->
SetApnState
(PROFILE_STATE_CONNECTED);
in HWTEST_F()
521
apn->
SetApnState
(PROFILE_STATE_CONNECTED);
in HWTEST_F()
523
apn->
SetApnState
(PROFILE_STATE_CONNECTING);
in HWTEST_F()
544
apn->
SetApnState
(PROFILE_STATE_CONNECTED);
in HWTEST_F()
549
apn->
SetApnState
(PROFILE_STATE_IDLE);
in HWTEST_F()
553
apn->
SetApnState
(PROFILE_STATE_DISCONNECTING);
in HWTEST_F()
565
apn->
SetApnState
(PROFILE_STATE_IDLE);
in HWTEST_F()
566
apn2->
SetApnState
(PROFILE_STATE_IDLE);
in HWTEST_F()
567
apn3->
SetApnState
(PROFILE_STATE_FAILE
in HWTEST_F()
[all...]
H
A
D
cellular_data_handler_branch_test.cpp
178
apnHolder->
SetApnState
(PROFILE_STATE_DISCONNECTING);
in HWTEST_F()
181
apnHolder->
SetApnState
(PROFILE_STATE_FAILED);
in HWTEST_F()
184
apnHolder->
SetApnState
(PROFILE_STATE_CONNECTING);
in HWTEST_F()
H
A
D
cellular_data_handler_test.cpp
115
apnHolder->
SetApnState
(PROFILE_STATE_CONNECTED);
in HWTEST_F()
144
apnHolder->
SetApnState
(PROFILE_STATE_CONNECTED);
in HWTEST_F()
180
apnHolder->
SetApnState
(PROFILE_STATE_IDLE);
in HWTEST_F()
H
A
D
apn_manager_test.cpp
486
apnHolder->
SetApnState
(ApnProfileState::PROFILE_STATE_CONNECTED);
in HWTEST_F()
502
apnHolder->
SetApnState
(ApnProfileState::PROFILE_STATE_DISCONNECTING);
in HWTEST_F()
/base/telephony/cellular_data/services/include/apn_manager/
H
A
D
apn_holder.h
46
void
SetApnState
(ApnProfileState state);
/base/telephony/cellular_data/services/src/
H
A
D
cellular_data_handler.cpp
338
apn->
SetApnState
(PROFILE_STATE_DISCONNECTING);
in ClearConnection()
649
apnHolder->
SetApnState
(PROFILE_STATE_IDLE);
in CheckApnState()
763
apnHolder->
SetApnState
(PROFILE_STATE_CONNECTING);
in EstablishDataConnection()
796
apnHolder->
SetApnState
(PROFILE_STATE_CONNECTED);
in EstablishDataConnectionComplete()
810
apnHolder->
SetApnState
(PROFILE_STATE_IDLE);
in EstablishDataConnectionComplete()
932
apnHolder->
SetApnState
(PROFILE_STATE_IDLE);
in DisconnectDataComplete()
938
apnHolder->
SetApnState
(PROFILE_STATE_IDLE);
in DisconnectDataComplete()
976
apnHolder->
SetApnState
(PROFILE_STATE_RETRYING);
in RetryOrClearConnection()
991
apnHolder->
SetApnState
(PROFILE_STATE_IDLE);
in RetryToSetupDatacall()
1539
apnHolder->
SetApnState
(PROFILE_STATE_IDL
in HandleApnChanged()
[all...]
/base/telephony/cellular_data/services/src/apn_manager/
H
A
D
apn_holder.cpp
85
void ApnHolder::
SetApnState
(ApnProfileState state)
in SetApnState()
function in OHOS::Telephony::ApnHolder
H
A
D
apn_manager.cpp
191
apnHolder->
SetApnState
(PROFILE_STATE_IDLE);
in AddApnHolder()
Completed in 11 milliseconds