Searched refs:recordList (Results 1 - 7 of 7) sorted by relevance
/base/web/webview/ohos_adapter/pasteboard_adapter/src/ |
H A D | pasteboard_client_adapter_impl.cpp | 483 std::vector<std::shared_ptr<PasteDataRecord>> recordList; in SetPasteData() local 490 recordList.push_back(rawRecord->GetRecord()); in SetPasteData() 492 PasteData pData(recordList); in SetPasteData()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 1335 std::vector<std::shared_ptr<NotificationRecord>> recordList; in RemoveSystemLiveViewNotifications() local 1344 NotificationContent::Type::LOCAL_LIVE_VIEW, recordList); in RemoveSystemLiveViewNotifications() 1346 NotificationContent::Type::LIVE_VIEW, recordList); in RemoveSystemLiveViewNotifications() 1347 if (recordList.size() == 0) { in RemoveSystemLiveViewNotifications() 1352 result = RemoveNotificationFromRecordList(recordList); in RemoveSystemLiveViewNotifications() 1376 std::vector<std::shared_ptr<NotificationRecord>> recordList; in RemoveSystemLiveViewNotificationsOfSa() 1380 recordList.emplace_back(item); in RemoveSystemLiveViewNotificationsOfSa() 1383 if (!recordList.empty()) { in RemoveSystemLiveViewNotificationsOfSa() 1384 result = RemoveNotificationFromRecordList(recordList); in RemoveSystemLiveViewNotificationsOfSa() 2018 const std::vector<std::shared_ptr<NotificationRecord>>& recordList) in RemoveNotificationFromRecordList() 2017 RemoveNotificationFromRecordList( const std::vector<std::shared_ptr<NotificationRecord>>& recordList) RemoveNotificationFromRecordList() argument [all...] |
H A D | advanced_notification_utils.cpp | 698 std::vector<std::shared_ptr<NotificationRecord>>& recordList) in GetTargetRecordList() 704 recordList.emplace_back(notification); in GetTargetRecordList() 707 if (recordList.empty()) { in GetTargetRecordList() 715 std::vector<std::shared_ptr<NotificationRecord>>& recordList) in GetCommonTargetRecordList() 725 recordList.emplace_back(notification); in GetCommonTargetRecordList() 729 if (recordList.empty()) { in GetCommonTargetRecordList() 696 GetTargetRecordList(const int32_t uid, NotificationConstant::SlotType slotType, NotificationContent::Type contentType, std::vector<std::shared_ptr<NotificationRecord>>& recordList) GetTargetRecordList() argument 713 GetCommonTargetRecordList(const int32_t uid, NotificationConstant::SlotType slotType, NotificationContent::Type contentType, std::vector<std::shared_ptr<NotificationRecord>>& recordList) GetCommonTargetRecordList() argument
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
H A D | advancednotificationservice_fuzzer.cpp | 170 std::vector<std::shared_ptr<Notification::NotificationRecord>> recordList; in DoSomethingInterestingWithMyAPI() local 192 service->RemoveNotificationFromRecordList(recordList); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1331 NotificationContent::Type contentType, std::vector<std::shared_ptr<NotificationRecord>>& recordList); 1333 NotificationContent::Type contentType, std::vector<std::shared_ptr<NotificationRecord>>& recordList); 1334 ErrCode RemoveNotificationFromRecordList(const std::vector<std::shared_ptr<NotificationRecord>>& recordList);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 2694 std::vector<std::shared_ptr<NotificationRecord>> recordList; in HWTEST_F() local 2695 ASSERT_EQ(advancedNotificationService_->GetTargetRecordList(uid, slotType, contentType, recordList), in HWTEST_F() 2727 std::vector<std::shared_ptr<NotificationRecord>> recordList; in HWTEST_F() local 2728 ASSERT_EQ(advancedNotificationService_->GetTargetRecordList(uid, slotType, contentType, recordList), in HWTEST_F() 2759 std::vector<std::shared_ptr<NotificationRecord>> recordList; in HWTEST_F() local 2760 recordList.push_back(record); in HWTEST_F() 2761 ASSERT_EQ(advancedNotificationService_->RemoveNotificationFromRecordList(recordList), ERR_OK); in HWTEST_F()
|
/base/security/access_token/services/privacymanager/src/record/ |
H A D | permission_record_manager.cpp | 1038 std::vector<ContinusPermissionRecord> recordList; in ExecuteAndUpdateRecordByPerm() local 1053 recordList.emplace_back(*it); in ExecuteAndUpdateRecordByPerm() 1056 for (const auto& record : recordList) { in ExecuteAndUpdateRecordByPerm()
|
Completed in 23 milliseconds