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:DataShareDao
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H
A
D
data_share_dao.h
31
class
DataShareDao
{
class
33
DataShareDao
(std::shared_ptr<DataShareStore> store);
34
~
DataShareDao
() {}
in ~DataShareDao()
H
A
D
data_publisher.h
56
std::shared_ptr<
DataShareDao
> GetDataShareDao();
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H
A
D
data_share_dao.cpp
37
DEFINE_LOG_TAG("HiView-
DataShareDao
");
38
DataShareDao
::
DataShareDao
(std::shared_ptr<DataShareStore> store) : store_(store)
in DataShareDao()
function in OHOS::HiviewDFX::DataShareDao
43
bool
DataShareDao
::IsUidExists(int32_t uid)
in IsUidExists()
47
HIVIEW_LOGE("
DataShareDao
::IsUidExists, dbStore is null.");
in IsUidExists()
62
int
DataShareDao
::SaveSubscriberInfo(int32_t uid, const std::string& events)
in SaveSubscriberInfo()
66
HIVIEW_LOGE("
DataShareDao
::SaveSubscriberInfo, dbStore is null.");
in SaveSubscriberInfo()
98
int
DataShareDao
::DeleteSubscriberInfo(int32_t uid)
in DeleteSubscriberInfo()
117
int
DataShareDao
::GetEventListByUid(int32_t uid, std::string& events)
in GetEventListByUid()
142
int
DataShareDao
[all...]
H
A
D
data_publisher.cpp
77
std::shared_ptr<
DataShareDao
> dataShareDao = GetDataShareDao();
in AddSubscriber()
103
std::shared_ptr<
DataShareDao
> dataShareDao = GetDataShareDao();
in RemoveSubscriber()
129
std::shared_ptr<
DataShareDao
> dataShareDao = GetDataShareDao();
in InitSubscriber()
209
std::shared_ptr<
DataShareDao
> dataShareDao = GetDataShareDao();
in HandleAppUninstallEvent()
302
std::shared_ptr<
DataShareDao
> DataPublisher::GetDataShareDao()
in GetDataShareDao()
305
return std::make_shared<
DataShareDao
>(dataShareStore);
in GetDataShareDao()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H
A
D
data_share_test.cpp
98
* @tc.desc: test method defined in namespace
DataShareDao
105
auto dataShareDao = std::make_shared<
DataShareDao
>(std::make_shared<DataShareStore>(dataBaseTestDir));
in HWTEST_F()
Completed in 3 milliseconds