Searched refs:STATE_OK (Results 1 – 3 of 3) sorted by relevance
44 static const int32_t STATE_OK; variable
40 const int32_t ReminderStore::STATE_OK = 0; member in OHOS::Notification::ReminderStore133 return ReminderStore::STATE_OK; in InitData()
1055 if (store_->Init() != ReminderStore::STATE_OK) { in Init()