Home
last modified time | relevance | path

Searched refs:STATE_FAIL (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp45 const int32_t ReminderStore::STATE_FAIL = -1; member in OHOS::Notification::ReminderStore
210 int64_t rowId = STATE_FAIL; in InsertNewReminders()
231 rowId = STATE_FAIL; in InsertNewReminders()
247 ret = STATE_FAIL; in InsertNewReminders()
280 return STATE_FAIL; in Init()
295 int32_t errCode = STATE_FAIL; in Init()
299 return STATE_FAIL; in Init()
308 return STATE_FAIL; in Delete()
312 int32_t delRows = STATE_FAIL; in Delete()
319 return STATE_FAIL; in Delete()
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp37 const int32_t STATE_FAIL = -1; member
60 int32_t errCode = STATE_FAIL; in InitStore()
199 EXPECT_EQ(ret, STATE_FAIL); in HWTEST_F()
302 int32_t errCode = STATE_FAIL; in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store.h59 static const int32_t STATE_FAIL; member in OHOS::Notification::ReminderStore

Completed in 3 milliseconds