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:DB_FAILED
(Results
1 - 15
of
15
) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H
A
D
user_property_dao.cpp
45
return
DB_FAILED
;
in Create()
63
return
DB_FAILED
;
in Create()
75
return
DB_FAILED
;
in Insert()
84
return
DB_FAILED
;
in Update()
95
return
DB_FAILED
;
in Update()
104
return
DB_FAILED
;
in Delete()
113
return
DB_FAILED
;
in Delete()
122
return
DB_FAILED
;
in Query()
130
return
DB_FAILED
;
in Query()
136
return
DB_FAILED
;
in Query()
[all...]
H
A
D
user_id_dao.cpp
45
return
DB_FAILED
;
in Create()
63
return
DB_FAILED
;
in Create()
75
return
DB_FAILED
;
in Insert()
84
return
DB_FAILED
;
in Update()
95
return
DB_FAILED
;
in Update()
104
return
DB_FAILED
;
in Delete()
113
return
DB_FAILED
;
in Delete()
122
return
DB_FAILED
;
in Query()
130
return
DB_FAILED
;
in Query()
136
return
DB_FAILED
;
in Query()
[all...]
H
A
D
custom_event_param_dao.cpp
45
return
DB_FAILED
;
in Create()
66
return
DB_FAILED
;
in Create()
75
return
DB_FAILED
;
in Insert()
86
return
DB_FAILED
;
in Insert()
95
return
DB_FAILED
;
in Update()
109
return
DB_FAILED
;
in Update()
117
return
DB_FAILED
;
in Delete()
122
return
DB_FAILED
;
in Delete()
132
return
DB_FAILED
;
in QueryParamkeys()
141
return
DB_FAILED
;
in QueryParamkeys()
[all...]
H
A
D
app_event_store.cpp
155
return
DB_FAILED
;
in InitDbStore()
166
return
DB_FAILED
;
in InitDbStore()
204
return
DB_FAILED
;
in DestroyDbStore()
214
return
DB_FAILED
;
in InsertEvent()
223
return
DB_FAILED
;
in InsertObserver()
232
return
DB_FAILED
;
in InsertEventMapping()
241
return
DB_FAILED
;
in InsertUserId()
250
return
DB_FAILED
;
in InsertUserProperty()
264
return
DB_FAILED
;
in InsertCustomEventParams()
285
==
DB_FAILED
) {
in InsertCustomEventParams()
[all...]
H
A
D
app_event_observer_dao.cpp
57
return
DB_FAILED
;
in Create()
69
return
DB_FAILED
;
in Insert()
83
return
DB_FAILED
;
in QuerySeq()
95
return
DB_FAILED
;
in QuerySeq()
105
return
DB_FAILED
;
in QuerySeqs()
126
return
DB_FAILED
;
in Delete()
139
return
DB_FAILED
;
in Delete()
H
A
D
app_event_mapping_dao.cpp
60
return
DB_FAILED
;
in Create()
72
return
DB_FAILED
;
in Insert()
93
return
DB_FAILED
;
in Delete()
115
return
DB_FAILED
;
in QueryExistEvent()
122
return
DB_FAILED
;
in QueryExistEvent()
H
A
D
app_event_dao.cpp
74
return
DB_FAILED
;
in Create()
97
return
DB_FAILED
;
in Insert()
110
return
DB_FAILED
;
in Delete()
130
return
DB_FAILED
;
in Delete()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H
A
D
hiappevent_userinfo.cpp
37
constexpr int
DB_FAILED
= -1;
member
59
if (AppEventStore::GetInstance().QueryUserId(name, out) ==
DB_FAILED
) {
in SetUserId()
64
if (AppEventStore::GetInstance().InsertUserId(name, value) ==
DB_FAILED
) {
in SetUserId()
69
if (AppEventStore::GetInstance().UpdateUserId(name, value) ==
DB_FAILED
) {
in SetUserId()
99
if (AppEventStore::GetInstance().DeleteUserId(name) ==
DB_FAILED
) {
in RemoveUserId()
117
if (AppEventStore::GetInstance().QueryUserProperty(name, out) ==
DB_FAILED
) {
in SetUserProperty()
122
if (AppEventStore::GetInstance().InsertUserProperty(name, value) ==
DB_FAILED
) {
in SetUserProperty()
127
if (AppEventStore::GetInstance().UpdateUserProperty(name, value) ==
DB_FAILED
) {
in SetUserProperty()
157
if (AppEventStore::GetInstance().DeleteUserProperty(name) ==
DB_FAILED
) {
in RemoveUserProperty()
173
if (AppEventStore::GetInstance().QueryUserIds(userIds_) ==
DB_FAILED
) {
in InitUserIds()
[all...]
H
A
D
hiappevent_write.cpp
40
constexpr int
DB_FAILED
= -1;
member
102
if (res ==
DB_FAILED
) {
in SetEventParam()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H
A
D
data_share_dao.cpp
67
return
DB_FAILED
;
in SaveSubscriberInfo()
81
return
DB_FAILED
;
in SaveSubscriberInfo()
93
return
DB_FAILED
;
in SaveSubscriberInfo()
103
return
DB_FAILED
;
in DeleteSubscriberInfo()
112
return
DB_FAILED
;
in DeleteSubscriberInfo()
122
return
DB_FAILED
;
in GetEventListByUid()
133
return
DB_FAILED
;
in GetEventListByUid()
147
return
DB_FAILED
;
in GetUidByBundleName()
158
return
DB_FAILED
;
in GetUidByBundleName()
172
return
DB_FAILED
;
in GetTotalSubscriberInfo()
[all...]
H
A
D
data_share_store.cpp
71
return
DB_FAILED
;
in DropTable()
76
return
DB_FAILED
;
in DropTable()
110
return
DB_FAILED
;
in DestroyDbStore()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H
A
D
data_share_common.h
47
constexpr int
DB_FAILED
= -1;
member
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H
A
D
app_event_cache_common.h
24
constexpr int
DB_FAILED
= -1;
member
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H
A
D
data_share_test.cpp
36
constexpr int
DB_FAILED
= -1;
member
83
EXPECT_EQ(ret,
DB_FAILED
);
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H
A
D
fold_app_usage_db_helper.cpp
42
constexpr int
DB_FAILED
= -1;
member
166
return
DB_FAILED
;
in CreateAppEventsTable()
184
return
DB_FAILED
;
in CreateAppEventsTable()
194
return
DB_FAILED
;
in AddAppEvent()
212
return
DB_FAILED
;
in AddAppEvent()
Completed in 7 milliseconds