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
defs:store_
(Results
1 - 12
of
12
) sorted by relevance
/applications/standard/contacts_data/dataBusiness/voicemail/include/
H
A
D
voicemail_database.h
37
static std::shared_ptr<OHOS::NativeRdb::RdbStore>
store_
;
member in OHOS::Contacts::VoiceMailDataBase
/applications/standard/contacts_data/dataBusiness/calllog/include/
H
A
D
calllog_database.h
40
static std::shared_ptr<OHOS::NativeRdb::RdbStore>
store_
;
member in OHOS::Contacts::CallLogDataBase
/applications/standard/contacts_data/dataBusiness/contacts/include/
H
A
D
contacts_database.h
36
static std::shared_ptr<OHOS::NativeRdb::RdbStore>
store_
;
member in OHOS::Contacts::ContactsDataBase
H
A
D
profile_database.h
32
static std::shared_ptr<OHOS::NativeRdb::RdbStore>
store_
;
member in OHOS::Contacts::ProfileDatabase
/applications/standard/contacts_data/dataBusiness/voicemail/src/
H
A
D
voicemail_database.cpp
24
std::shared_ptr<OHOS::NativeRdb::RdbStore> VoiceMailDataBase::
store_
= nullptr;
member in OHOS::Contacts::VoiceMailDataBase
[all...]
/applications/standard/contacts_data/dataBusiness/contacts/src/
H
A
D
profile_database.cpp
31
std::shared_ptr<OHOS::NativeRdb::RdbStore> ProfileDatabase::
store_
= nullptr;
member in OHOS::Contacts::ProfileDatabase
H
A
D
contacts_type.cpp
35
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
in Insert()
local
86
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
in LookupTypeId()
local
109
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
in GetTypeText()
local
H
A
D
raw_contacts.cpp
89
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
in GetDeleteContactIdByAccountId()
local
141
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
in GetDeleteRawContactIdByAccountId()
local
180
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
in DeleteRawcontactByRawId()
local
[all...]
H
A
D
contacts_account.cpp
54
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
in Insert()
local
81
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
in LookupAccountTypeId()
local
114
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
in GetAccountFromLocal()
local
156
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
GetNotExistAccount()
local
201
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
DeleteAccountByAccountId()
local
220
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
DeleteDataByRawId()
local
239
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
DeleteGroupsByAccountId()
local
258
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
StopForegin()
local
268
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
OpenForegin()
local
[all...]
H
A
D
contacts_database.cpp
44
std::shared_ptr<OHOS::NativeRdb::RdbStore> ContactsDataBase::
store_
= nullptr;
member in OHOS::Contacts::ContactsDataBase
[all...]
/applications/standard/contacts_data/ability/datadisasterrecovery/src/
H
A
D
database_disaster_recovery.cpp
71
std::shared_ptr<OHOS::NativeRdb::RdbStore>
store_
= kv.second;
in SQLiteCheckDb()
local
88
std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
= rdbStore;
in SQLiteCheckDb()
local
123
std::shared_ptr<OHOS::NativeRdb::RdbStore>
store_
= kv.second;
in BackDatabase()
local
140
std::shared_ptr<OHOS::NativeRdb::RdbStore>
store_
= iter->second;
BackDatabase()
local
168
GetBackUpDatabase(const std::shared_ptr<OHOS::NativeRdb::RdbStore> &
store_
)
GetBackUpDatabase()
argument
[all...]
/applications/standard/contacts_data/dataBusiness/calllog/src/
H
A
D
calllog_database.cpp
25
std::shared_ptr<OHOS::NativeRdb::RdbStore> CallLogDataBase::
store_
= nullptr;
member in OHOS::Contacts::CallLogDataBase
[all...]
Completed in 7 milliseconds