Home
last modified time | relevance | path

Searched refs:FillNotificationRecord (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp72 if (FillNotificationRecord(requestObj, record) != ERR_OK) { in RecoverLiveViewFromDb()
H A Dadvanced_notification_service.cpp573 ErrCode AdvancedNotificationService::FillNotificationRecord( in FillNotificationRecord() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1338 ErrCode FillNotificationRecord(const NotificationRequestDb &requestdbObj,
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2913 * @tc.name : FillNotificationRecord
2914 * @tc.desc : Test FillNotificationRecord and request is nullptr.
2922 EXPECT_NE(advancedNotificationService_->FillNotificationRecord(requestDbObj, record), ERR_OK); in HWTEST_F()
2928 * @tc.name : FillNotificationRecord
2929 * @tc.desc : Test FillNotificationRecord and request/bundleOption is valid.
2943 ASSERT_EQ(advancedNotificationService_->FillNotificationRecord(requestDbObj, record), ERR_OK); in HWTEST_F()

Completed in 13 milliseconds