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:ResetApn
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/telephony_data/pdp_profile/include/
H
A
D
rdb_pdp_profile_helper.h
49
int
ResetApn
();
H
A
D
pdp_profile_ability.h
109
int
ResetApn
(const DataShare::DataShareValuesBucket &bucket);
/base/telephony/telephony_data/pdp_profile/src/
H
A
D
pdp_profile_ability.cpp
263
result =
ResetApn
(value);
in Update()
265
DATA_STORAGE_LOGE("PdpProfileAbility::Update
ResetApn
fail!");
in Update()
464
int PdpProfileAbility::
ResetApn
(const DataShare::DataShareValuesBucket &valuesBucket)
in ResetApn()
function in OHOS::Telephony::PdpProfileAbility
469
DATA_STORAGE_LOGE("PdpProfileAbility::
ResetApn
no simId!");
in ResetApn()
470
return helper_.
ResetApn
();
in ResetApn()
476
DATA_STORAGE_LOGW("PdpProfileAbility::
ResetApn
opkey empty!");
in ResetApn()
477
return helper_.
ResetApn
();
in ResetApn()
479
DATA_STORAGE_LOGI("PdpProfileAbility::
ResetApn
##simId = %{public}d", simId);
in ResetApn()
487
DATA_STORAGE_LOGE("PdpProfileAbility::
ResetApn
fail!");
in ResetApn()
H
A
D
rdb_pdp_profile_helper.cpp
97
int RdbPdpProfileHelper::
ResetApn
()
in ResetApn()
function in OHOS::Telephony::RdbPdpProfileHelper
105
DATA_STORAGE_LOGE("RdbPdpProfileHelper::
ResetApn
BeginTransaction is error!");
in ResetApn()
112
DATA_STORAGE_LOGE("RdbPdpProfileHelper::
ResetApn
create table temp_pdp_profile ret = %{public}d", ret);
in ResetApn()
115
DATA_STORAGE_LOGI("RdbPdpProfileHelper::
ResetApn
create table success");
in ResetApn()
131
DATA_STORAGE_LOGE("RdbPdpProfileHelper::
ResetApn
drop table ret = %{public}d", ret);
in ResetApn()
135
DATA_STORAGE_LOGI("RdbPdpProfileHelper::
ResetApn
success");
in ResetApn()
140
DATA_STORAGE_LOGE("RdbPdpProfileHelper::
ResetApn
alter table ret = %{public}d", ret);
in ResetApn()
144
DATA_STORAGE_LOGI("RdbPdpProfileHelper::
ResetApn
alter table success");
in ResetApn()
Completed in 3 milliseconds