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:InitDbStore
(Results
1 - 17
of
17
) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H
A
D
app_event_store.cpp
138
(void)
InitDbStore
();
in AppEventStore()
152
int AppEventStore::
InitDbStore
()
in InitDbStore()
function in OHOS::HiviewDFX::AppEventStore
213
if (dbStore_ == nullptr &&
InitDbStore
() != DB_SUCC) {
in InsertEvent()
222
if (dbStore_ == nullptr &&
InitDbStore
() != DB_SUCC) {
in InsertObserver()
231
if (dbStore_ == nullptr &&
InitDbStore
() != DB_SUCC) {
in InsertEventMapping()
240
if (dbStore_ == nullptr &&
InitDbStore
() != DB_SUCC) {
in InsertUserId()
249
if (dbStore_ == nullptr &&
InitDbStore
() != DB_SUCC) {
in InsertUserProperty()
263
if (dbStore_ == nullptr &&
InitDbStore
() != DB_SUCC) {
in InsertCustomEventParams()
304
if (dbStore_ == nullptr &&
InitDbStore
() != DB_SUCC) {
in UpdateUserId()
313
if (dbStore_ == nullptr &&
InitDbStore
() !
in UpdateUserProperty()
[all...]
/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/
H
A
D
cpu_storage.h
44
void
InitDbStore
();
/base/hiviewdfx/hiview/base/event_store/store/include/
H
A
D
sys_event_repeat_db.h
47
void
InitDbStore
();
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H
A
D
trace_storage.h
46
void
InitDbStore
();
/base/hiviewdfx/hiview/plugins/event_store/event_export/database/include/
H
A
D
export_db_storage.h
57
void
InitDbStore
(const std::string& dbStoreDir);
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H
A
D
hiappevent_cache_test.cpp
63
int result = AppEventStore::GetInstance().
InitDbStore
();;
in HWTEST_F()
104
int result = AppEventStore::GetInstance().
InitDbStore
();;
in HWTEST_F()
144
int result = AppEventStore::GetInstance().
InitDbStore
();;
in HWTEST_F()
252
int result = AppEventStore::GetInstance().
InitDbStore
();;
in HWTEST_F()
H
A
D
hiappevent_userinfo_test.cpp
44
(void)AppEventStore::GetInstance().
InitDbStore
();
in SetUp()
H
A
D
hiappevent_watcher_test.cpp
55
(void)AppEventStore::GetInstance().
InitDbStore
();
in SetUp()
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/
H
A
D
daily_db_helper.h
46
void
InitDbStore
();
/base/hiviewdfx/hiview/base/event_store/store/
H
A
D
sys_event_repeat_db.cpp
93
InitDbStore
();
in SysEventRepeatDb()
117
InitDbStore
();
in CheckDbStoreValid()
122
void SysEventRepeatDb::
InitDbStore
()
in InitDbStore()
function in OHOS::HiviewDFX::SysEventRepeatDb
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H
A
D
trace_storage.cpp
104
InitDbStore
();
in TraceStorage()
107
void TraceStorage::
InitDbStore
()
in InitDbStore()
function in OHOS::HiviewDFX::TraceStorage
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H
A
D
daily_db_helper.cpp
83
InitDbStore
();
in InitDb()
105
void DailyDbHelper::
InitDbStore
()
in InitDbStore()
function in OHOS::HiviewDFX::DailyDbHelper
/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H
A
D
export_db_storage.cpp
86
InitDbStore
(dbStoreDir);
in ExportDbStorage()
147
void ExportDbStorage::
InitDbStore
(const std::string& dbStoreDir)
in InitDbStore()
function in OHOS::HiviewDFX::ExportDbStorage
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H
A
D
event_db_helper.h
41
void
InitDbStore
();
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H
A
D
app_event_store.h
42
int
InitDbStore
();
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H
A
D
cpu_storage.cpp
255
InitDbStore
();
in CpuStorage()
276
void CpuStorage::
InitDbStore
()
in InitDbStore()
function in OHOS::HiviewDFX::CpuStorage
430
InitDbStore
();
in PrepareNewDbFilesAfterReport()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H
A
D
event_db_helper.cpp
52
InitDbStore
();
in EventDbHelper()
58
void EventDbHelper::
InitDbStore
()
in InitDbStore()
function in OHOS::HiviewDFX::EventDbHelper
Completed in 9 milliseconds