Home
last modified time | relevance | path

Searched refs:GetTargetRecordList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1344 ErrCode GetTargetRecordList(const int32_t uid, NotificationConstant::SlotType slotType,
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2692 …ASSERT_EQ(advancedNotificationService_->GetTargetRecordList(uid, slotType, contentType, recordList…
2725 …ASSERT_EQ(advancedNotificationService_->GetTargetRecordList(uid, slotType, contentType, recordList…
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp667 ErrCode AdvancedNotificationService::GetTargetRecordList(const int32_t uid, in GetTargetRecordList() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_publish_service.cpp1414 GetTargetRecordList(uid, NotificationConstant::SlotType::LIVE_VIEW, in RemoveSystemLiveViewNotifications()