Home
last modified time | relevance | path

Searched refs:CNotificationRequest (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp503 …static bool GetNotificationRequestByNumber(CNotificationRequest cjRequest, NotificationRequest &re… in GetNotificationRequestByNumber()
535 …static bool GetNotificationRequestByString(CNotificationRequest cjRequest, NotificationRequest &re… in GetNotificationRequestByString()
554 …static bool GetNotificationRequestByBool(CNotificationRequest cjRequest, NotificationRequest &requ… in GetNotificationRequestByBool()
591 …static bool GetNotificationRequestByCustom(CNotificationRequest cjRequest, NotificationRequest &re… in GetNotificationRequestByCustom()
617 static bool ParseParameters(CNotificationRequest params, NotificationRequest &request) in ParseParameters()
637 int NotificationManagerImpl::Publish(CNotificationRequest cjRequest) in Publish()
H A Dnotification_manager_ffi.cpp26 int32_t FfiOHOSNotificationManagerPublish(CNotificationRequest request) in FfiOHOSNotificationManagerPublish()
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_manager_impl.h25 static int Publish(CNotificationRequest cjRequest);
H A Dnotification_manager_ffi.h26 …FFI_EXPORT int32_t FfiOHOSNotificationManagerPublish(OHOS::CJSystemapi::CNotificationRequest reque…
H A Dnotification_utils.h95 struct CNotificationRequest { struct