Home
last modified time | relevance | path

Searched defs:STATE_FAIL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store.h59 static const int32_t STATE_FAIL; variable
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include/
H A Dinner_verify_status.h28 STATE_FAIL = 2, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp37 const int32_t STATE_FAIL = -1; variable
/ohos5.0/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