Home
last modified time | relevance | path

Searched refs:CNotificationSlot (Results 1 - 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_manager_impl.h29 static CNotificationSlot GetSlot(int32_t type, int32_t &errCode);
H A Dnotification_utils.h213 struct CNotificationSlot { struct
229 CNotificationSlot* head;
298 bool SetNotificationSlot(const OHOS::Notification::NotificationSlot &slot, CNotificationSlot &notificationSlot);
H A Dnotification_manager_ffi.h31 FFI_EXPORT CNotificationSlot FfiOHOSNotificationManagerGetSlot(int32_t type, int32_t* errCode);
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp51 CNotificationSlot FfiOHOSNotificationManagerGetSlot(int32_t type, int32_t* errCode) in FfiOHOSNotificationManagerGetSlot()
53 CNotificationSlot ret = NotificationManagerImpl::GetSlot(type, *errCode); in FfiOHOSNotificationManagerGetSlot()
H A Dnotification_manager_impl.cpp93 CNotificationSlot NotificationManagerImpl::GetSlot(int32_t type, int32_t &errCode) in GetSlot()
95 CNotificationSlot notificationSlot = { in GetSlot()
128 CNotificationSlot* head = in GetSlots()
129 reinterpret_cast<CNotificationSlot *>(malloc(sizeof(CNotificationSlot) * slots.size())); in GetSlots()
131 LOGE("malloc CNotificationSlot failed"); in GetSlots()
H A Dnotification_utils.cpp877 bool SetNotificationSlot(const NotificationSlot &slot, CNotificationSlot &notificationSlot) in SetNotificationSlot()

Completed in 6 milliseconds