Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp465 ErrCode AdvancedNotificationService::AssignValidNotificationSlot(const std::shared_ptr<Notification… in AssignValidNotificationSlot() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_service.cpp596 ErrCode ret = AssignValidNotificationSlot(record, record->bundleOption); in FillNotificationRecord()
2210 auto result = AssignValidNotificationSlot(record, record->bundleOption); in AddRecordToMemory()
H A Dadvanced_notification_utils.cpp959 ErrCode result = AssignValidNotificationSlot(record, bundleOption); in OnDistributedPublish()
1039 ErrCode result = AssignValidNotificationSlot(record, bundleOption); in OnDistributedUpdate()
H A Dadvanced_notification_publish_service.cpp221 if (AssignValidNotificationSlot(record, bundleOption) != ERR_OK) { in PublishNotificationForIndirectProxy()
2419 ErrCode ret = AssignValidNotificationSlot(record, bundleOption); in PublishNotificationBySa()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1412 ErrCode AssignValidNotificationSlot(const std::shared_ptr<NotificationRecord> &record,