Home
last modified time | relevance | path

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

/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.cpp415 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()
[all...]
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_service_proxy_test.cpp173 std::vector<InterceptRecord> recordList; in static_cast() local
178 recordList.push_back(*record); in static_cast()
179 reply.WriteUint32(recordList.size()); in static_cast()
180 for (auto rule : recordList) { in static_cast()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dmulti_ver_vacuum.h106 std::list<MultiVerRecordInfo> &recordList);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_vacuum.cpp471 std::list<MultiVerRecordInfo> &recordList) in DoDeleteRecordOfLeftShadowOrRightVacuumNeed()
479 const MultiVerRecordInfo &record = recordList.front(); in DoDeleteRecordOfLeftShadowOrRightVacuumNeed()
496 recordList.pop_front(); in DoDeleteRecordOfLeftShadowOrRightVacuumNeed()
470 DoDeleteRecordOfLeftShadowOrRightVacuumNeed(VacuumTaskContext &inTask, std::list<MultiVerRecordInfo> &recordList) DoDeleteRecordOfLeftShadowOrRightVacuumNeed() argument

Completed in 3 milliseconds