/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ndef_message.cpp | 415 std::vector<std::shared_ptr<NdefRecord>> recordList; in ParseRecord() local 418 return recordList; in ParseRecord() 434 return recordList; in ParseRecord() 437 return recordList; in ParseRecord() 439 if (IsInvalidRecordLayoutHead(layout, isChunkFound, recordList.size(), isMbMeIgnored)) { in ParseRecord() 440 return recordList; in ParseRecord() 446 return recordList; in ParseRecord() 461 return recordList; in ParseRecord() 472 recordList.push_back(record); in ParseRecord() 479 return recordList; in ParseRecord()
|
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_service_proxy_test.cpp | 173 std::vector<InterceptRecord> recordList; in SendRequest() local 178 recordList.push_back(*record); in SendRequest() 179 reply.WriteUint32(recordList.size()); in SendRequest() 180 for (auto rule : recordList) { in SendRequest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | multi_ver_vacuum.h | 106 std::list<MultiVerRecordInfo> &recordList);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_vacuum.cpp | 471 std::list<MultiVerRecordInfo> &recordList) in DoDeleteRecordOfLeftShadowOrRightVacuumNeed() argument 479 const MultiVerRecordInfo &record = recordList.front(); in DoDeleteRecordOfLeftShadowOrRightVacuumNeed() 496 recordList.pop_front(); in DoDeleteRecordOfLeftShadowOrRightVacuumNeed()
|
/ohos5.0/base/web/webview/ohos_adapter/pasteboard_adapter/src/ |
H A D | pasteboard_client_adapter_impl.cpp | 592 std::vector<std::shared_ptr<PasteDataRecord>> recordList; in SetPasteData() local 599 recordList.push_back(rawRecord->GetRecord()); in SetPasteData() 601 PasteData pData(recordList); in SetPasteData()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 1406 std::vector<std::shared_ptr<NotificationRecord>> recordList; in RemoveSystemLiveViewNotifications() local 1415 NotificationContent::Type::LOCAL_LIVE_VIEW, recordList); in RemoveSystemLiveViewNotifications() 1417 NotificationContent::Type::LIVE_VIEW, recordList); in RemoveSystemLiveViewNotifications() 1418 if (recordList.size() == 0) { in RemoveSystemLiveViewNotifications() 1423 result = RemoveNotificationFromRecordList(recordList); in RemoveSystemLiveViewNotifications() 1447 std::vector<std::shared_ptr<NotificationRecord>> recordList; in RemoveSystemLiveViewNotificationsOfSa() local 1451 recordList.emplace_back(item); in RemoveSystemLiveViewNotificationsOfSa() 1454 if (!recordList.empty()) { in RemoveSystemLiveViewNotificationsOfSa() 1455 result = RemoveNotificationFromRecordList(recordList); in RemoveSystemLiveViewNotificationsOfSa() 2092 const std::vector<std::shared_ptr<NotificationRecord>>& recordList) in RemoveNotificationFromRecordList() argument [all …]
|
H A D | advanced_notification_utils.cpp | 669 std::vector<std::shared_ptr<NotificationRecord>>& recordList) in GetTargetRecordList() argument 675 recordList.emplace_back(notification); in GetTargetRecordList() 678 if (recordList.empty()) { in GetTargetRecordList() 686 std::vector<std::shared_ptr<NotificationRecord>>& recordList) in GetCommonTargetRecordList() argument 696 recordList.emplace_back(notification); in GetCommonTargetRecordList() 700 if (recordList.empty()) { in GetCommonTargetRecordList()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1345 …tificationContent::Type contentType, std::vector<std::shared_ptr<NotificationRecord>>& recordList); 1347 …tificationContent::Type contentType, std::vector<std::shared_ptr<NotificationRecord>>& recordList); 1348 …moveNotificationFromRecordList(const std::vector<std::shared_ptr<NotificationRecord>>& recordList);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 2691 std::vector<std::shared_ptr<NotificationRecord>> recordList; variable 2692 …SSERT_EQ(advancedNotificationService_->GetTargetRecordList(uid, slotType, contentType, recordList), 2724 std::vector<std::shared_ptr<NotificationRecord>> recordList; variable 2725 …SSERT_EQ(advancedNotificationService_->GetTargetRecordList(uid, slotType, contentType, recordList), 2756 std::vector<std::shared_ptr<NotificationRecord>> recordList; variable 2757 recordList.push_back(record); 2758 ASSERT_EQ(advancedNotificationService_->RemoveNotificationFromRecordList(recordList), ERR_OK);
|
/ohos5.0/base/security/access_token/services/privacymanager/src/record/ |
H A D | permission_record_manager.cpp | 1016 std::vector<ContinusPermissionRecord> recordList; in ExecuteAndUpdateRecordByPerm() local 1031 recordList.emplace_back(*it); in ExecuteAndUpdateRecordByPerm() 1034 for (const auto& record : recordList) { in ExecuteAndUpdateRecordByPerm()
|