Home
last modified time | relevance | path

Searched refs:STATE_OK (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_store.h44 static const int32_t STATE_OK; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_store.cpp40 const int32_t ReminderStore::STATE_OK = 0; member in OHOS::Notification::ReminderStore
133 return ReminderStore::STATE_OK; in InitData()
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp1055 if (store_->Init() != ReminderStore::STATE_OK) { in Init()