Home
last modified time | relevance | path

Searched refs:DeleteBase (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderstore_fuzzer/
H A Dreminderstore_fuzzer.cpp34 return reminderStore.DeleteBase(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store.h75 int32_t DeleteBase(const std::string& deleteCondition);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp507 DeleteBase(deleteCondition); in InitData()
522 __attribute__((no_sanitize("cfi"))) int32_t ReminderStore::DeleteBase(const std::string& deleteCond… in DeleteBase() function in OHOS::Notification::ReminderStore
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp142 int32_t ret = reminderStore.DeleteBase(deleteCondition);