Home
last modified time | relevance | path

Searched defs:records (Results 76 - 100 of 136) sorted by relevance

123456

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_assets_operation_sync_test.cpp818 vector<VBucket> records; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp599 int SQLiteSingleRelationalStorageEngine::ExecuteSql(const SqlCondition &condition, std::vector<VBucket> &records) in ExecuteSql() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp1279 std::vector<VBucket> records; in HWTEST_F() local
1768 std::vector<VBucket> records = {}; in HWTEST_F() local
1813 std::vector<VBucket> records = {}; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.cpp276 auto records = unifiedData.GetRecords(); in ProcessUri() local
324 void UdmfServiceImpl::SetRemoteUri(const QueryOption &query, std::vector<std::shared_ptr<UnifiedRecord>> &records) in SetRemoteUri() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp156 auto records = data.GetRecords(); in GetDetailsFromUData() local
/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp344 std::vector<std::shared_ptr<UnifiedRecord>> records = { fileUri, plainText, html }; in HWTEST_F() local
464 std::vector<std::shared_ptr<UnifiedRecord>> records = { pixelMapRecord, form, definedRecord }; in HWTEST_F() local
565 std::vector<std::shared_ptr<UnifiedRecord>> records = { fileUri, plainText, html }; in HWTEST_F() local
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp1973 auto records = inputData.GetRecords(); in HWTEST_F() local
2013 auto records = inputData.GetRecords(); in HWTEST_F() local
2245 std::vector<std::shared_ptr<UnifiedRecord>> records = {record1, record2}; in HWTEST_F() local
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp111 Convert( const std::vector<std::shared_ptr<UnifiedRecord>> &records) Convert() argument
H A Dpaste_data.cpp91 PasteData::PasteData(std::vector<std::shared_ptr<PasteDataRecord>> records) : records_{ std::move(records) } in PasteData() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dndctl.h89 } __packed records[0]; member
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dlbalance.c29 char *records; in leaf_copy_dir_entries() local
113 records, 0); in leaf_copy_dir_entries() local
1314 leaf_paste_entries(struct buffer_info *bi, int item_num, int before, int new_entry_count, struct reiserfs_de_head *new_dehs, const char *records, int paste_size) leaf_paste_entries() argument
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dlbalance.c29 char *records; in leaf_copy_dir_entries() local
113 records, 0); in leaf_copy_dir_entries() local
1314 leaf_paste_entries(struct buffer_info *bi, int item_num, int before, int new_entry_count, struct reiserfs_de_head *new_dehs, const char *records, int paste_size) leaf_paste_entries() argument
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dndctl.h89 } __packed records[]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dndctl.h85 } __packed records[0]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dndctl.h85 } __packed records[0]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dndctl.h72 } __packed records[0]; member
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java901 private List<Record<V>> records; global() field in AlphabeticIndex.Bucket
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAlphabeticIndex.java867 private List<Record<V>> records; global() field in AlphabeticIndex.Bucket
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H A Dfont.cc327 HeaderOffsetSortedSet records; in LoadFont() local
338 HeaderOffsetSortedSet records; in LoadFont() local
494 ReadHeader(FontInputStream* is, HeaderOffsetSortedSet* records) ReadHeader() argument
518 ReadHeader(ReadableFontData* fd, int32_t offset, HeaderOffsetSortedSet* records) ReadHeader() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DStackMapParser.h413 iterator_range<record_iterator> records() const { in records() function in llvm::StackMapParser::LocationKind
/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp719 std::map<int64_t, SubscribeResultRecord> records; in AddSubscribeResultRecord() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_state_machine.cpp1065 FilterScanResultRecord records; in FilterScanResult() local
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp67 static void DestroyUnifiedRecordArray(OH_UdmfRecord**& records, unsigned int& count) in DestroyUnifiedRecordArray() argument
108 CreateUnifiedDataRecordsArray(OH_UdmfData* unifiedData, std::vector<std::shared_ptr<UnifiedRecord>>& records) CreateUnifiedDataRecordsArray() argument
245 std::vector<std::shared_ptr<UnifiedRecord>> records = unifiedData->unifiedData_->GetRecords(); OH_UdmfData_GetRecords() local
251 GetFirstPlainText(OH_UdmfRecord **records, unsigned int recordCount, OH_UdsPlainText* plainText) GetFirstPlainText() argument
270 GetFirstHtml(OH_UdmfRecord **records, unsigned int recordCount, OH_UdsHtml* html) GetFirstHtml() argument
297 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords(); OH_UdmfData_GetPrimaryPlainText() local
312 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords(); OH_UdmfData_GetPrimaryHtml() local
327 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords(); OH_UdmfData_GetRecordCount() local
341 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords(); OH_UdmfData_GetRecord() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1121 ath10k_htt_tx_fetch_resp(struct ath10k *ar, __le32 token, __le16 fetch_seq_num, struct htt_tx_fetch_record *records, size_t num_records) ath10k_htt_tx_fetch_resp() argument
/kernel/linux/linux-5.10/tools/hv/
H A Dhv_kvp_daemon.c114 struct kvp_record *records; member
[all...]

Completed in 34 milliseconds

123456