Home
last modified time | relevance | path

Searched refs:requestdbObj (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp580 const NotificationRequestDb &requestdbObj, std::shared_ptr<NotificationRecord> record) in FillNotificationRecord() argument
582 …if (requestdbObj.request == nullptr || requestdbObj.bundleOption == nullptr || record == nullptr) { in FillNotificationRecord()
587 record->request = requestdbObj.request; in FillNotificationRecord()
588 record->notification = new (std::nothrow) Notification(requestdbObj.request); in FillNotificationRecord()
595 record->bundleOption = requestdbObj.bundleOption; in FillNotificationRecord()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1352 ErrCode FillNotificationRecord(const NotificationRequestDb &requestdbObj,