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:initRdbStore
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/telephony_data/sim/src/
H
A
D
sim_ability.cpp
74
if (initDatabaseDir &&
initRdbStore
) {
in DoInit()
91
initRdbStore
= true;
in DoInit()
94
initRdbStore
= false;
in DoInit()
300
} else if (!
initRdbStore
) {
in IsInitOk()
301
DATA_STORAGE_LOGE("SimAbility::IsInitOk
initRdbStore
failed!");
in IsInitOk()
303
return initDatabaseDir &&
initRdbStore
;
in IsInitOk()
/base/telephony/telephony_data/sms_mms/src/
H
A
D
sms_mms_ability.cpp
66
if (initDatabaseDir &&
initRdbStore
) {
in DoInit()
83
initRdbStore
= true;
in DoInit()
86
initRdbStore
= false;
in DoInit()
367
} else if (!
initRdbStore
) {
in IsInitOk()
368
DATA_STORAGE_LOGE("SmsMmsAbility::IsInitOk
initRdbStore
failed!");
in IsInitOk()
370
return initDatabaseDir &&
initRdbStore
;
in IsInitOk()
/base/telephony/telephony_data/sim/include/
H
A
D
sim_ability.h
105
bool
initRdbStore
= false;
member in OHOS::Telephony::SimAbility
/base/telephony/telephony_data/pdp_profile/include/
H
A
D
pdp_profile_ability.h
107
bool
initRdbStore
= false;
member in OHOS::Telephony::PdpProfileAbility
/base/telephony/telephony_data/sms_mms/include/
H
A
D
sms_mms_ability.h
110
bool
initRdbStore
= false;
member in OHOS::Telephony::SmsMmsAbility
/base/telephony/telephony_data/pdp_profile/src/
H
A
D
pdp_profile_ability.cpp
64
if (initDatabaseDir &&
initRdbStore
) {
in DoInit()
82
initRdbStore
= true;
in DoInit()
85
initRdbStore
= false;
in DoInit()
367
if (!
initRdbStore
) {
in IsInitOk()
368
DATA_STORAGE_LOGE("PdpProfileAbility::IsInitOk
initRdbStore
failed!");
in IsInitOk()
Completed in 4 milliseconds