Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dces_inner_error_code.h34 const int32_t ERR_NOTIFICATION_CES_COMMON_SYSTEMCAP_NOT_SUPPORT = 801; variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent_wrapper.cpp119 if (ret == OHOS::Notification::ERR_NOTIFICATION_CES_COMMON_SYSTEMCAP_NOT_SUPPORT) { in Subscribe()
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event.cpp189 return ERR_NOTIFICATION_CES_COMMON_SYSTEMCAP_NOT_SUPPORT; in SubscribeCommonEvent()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp28 {ERR_NOTIFICATION_CES_COMMON_SYSTEMCAP_NOT_SUPPORT, "Capability not supported."},