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:ReminderStore
(Results
1 - 7
of
7
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_store_test.cpp
50
NativeRdb::RdbHelper::DeleteRdbStore(
ReminderStore
::REMINDER_DB_DIR +
ReminderStore
::REMINDER_DB_NAME);
in TearDown()
53
void InitStore(
ReminderStore
& store)
in InitStore()
55
std::string dbConfig =
ReminderStore
::REMINDER_DB_DIR + "notification_test.db";
in InitStore()
59
ReminderStore
::ReminderStoreDataCallBack rdbDataCallBack;
in InitStore()
69
NativeRdb::RdbHelper::DeleteRdbStore(
ReminderStore
::REMINDER_DB_DIR + "notification_test.db");
in ClearStore()
85
ReminderStore
reminderStore;
in HWTEST_F()
98
ReminderStore
reminderStore;
in HWTEST_F()
112
ReminderStore
reminderStore;
in HWTEST_F()
127
ReminderStore
reminderStor
in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_store.cpp
44
const int32_t
ReminderStore
::STATE_OK = 0;
45
const int32_t
ReminderStore
::STATE_FAIL = -1;
46
const std::string
ReminderStore
::REMINDER_DB_DIR = "/data/service/el1/public/notification/";
47
const std::string
ReminderStore
::REMINDER_DB_NAME = "notification.db";
49
int32_t
ReminderStore
::ReminderStoreDataCallBack::OnCreate(NativeRdb::RdbStore& store)
in OnCreate()
55
int32_t
ReminderStore
::ReminderStoreDataCallBack::OnUpgrade(
in OnUpgrade()
90
int32_t
ReminderStore
::ReminderStoreDataCallBack::OnDowngrade(
in OnDowngrade()
107
int32_t
ReminderStore
::ReminderStoreDataCallBack::CreateTable(NativeRdb::RdbStore& store)
in CreateTable()
143
int32_t
ReminderStore
::ReminderStoreDataCallBack::CopyData(NativeRdb::RdbStore& store)
in CopyData()
157
std::vector<sptr<ReminderRequest>>
ReminderStore
[all...]
H
A
D
reminder_data_manager.cpp
1412
store_ = std::make_shared<
ReminderStore
>();
in Init()
1414
if (store_->Init() !=
ReminderStore
::STATE_OK) {
in Init()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
reminder_store.h
30
class
ReminderStore
{
class
32
ReminderStore
() {};
in ReminderStore()
function in OHOS::Notification::ReminderStore
33
virtual ~
ReminderStore
() {};
in ~ReminderStore()
H
A
D
reminder_data_manager.h
738
std::shared_ptr<
ReminderStore
> store_ = nullptr;
/base/notification/distributed_notification_service/test/fuzztest/reminderstore_fuzzer/
H
A
D
reminderstore_fuzzer.cpp
27
Notification::
ReminderStore
reminderStore;
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderstoreannex_fuzzer/
H
A
D
reminderstoreannex_fuzzer.cpp
26
Notification::
ReminderStore
reminderStore;
in DoSomethingInterestingWithMyAPI()
Completed in 8 milliseconds