Home
last modified time | relevance | path

Searched defs:entries (Results 1 - 25 of 170) sorted by relevance

1234567

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_row_data.h40 static void Release(std::vector<RelationalRowData *> &entries) in Release() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsingle_ver_kv_entry.h43 static void Release(std::vector<SingleVerKvEntry *> &entries) in Release() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddelegate_mgr_callback.h40 (void) entries; variable
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_directory.cpp66 std::unordered_set<IDirectory::Entry> entries; in GetEntries() local
/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_data_change_listener.cpp73 std::vector<DistributedKv::Entry> entries; in ConvertCloudChangeDataToEntries() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/rekey_fuzzer/
H A Drekey_fuzzer.cpp27 std::vector<Entry> entries; in CreateEntries() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.h166 bool IsSinglePutOrDelete(const std::vector<Entry> &entries) in IsSinglePutOrDelete() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_snapshot_delegate_impl.cpp63 std::vector<Entry> entries; in GetEntries() local
/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dconcurrent_map.h202 auto entries = Clone(); in ForEachCopies() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/fileoper_fuzzer/
H A Dfileoper_fuzzer.cpp28 std::vector<Entry> entries; in CreateEntries() local
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dconcurrent_map.h215 auto entries = Clone(); in ForEachCopies() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dmeta_data_manager.h66 std::vector<Bytes> entries; in LoadMeta() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_commit_notify_filterable_data.cpp35 std::list<Entry> entries; in GetInsertedEntries() local
42 std::list<Entry> entries; in GetUpdatedEntries() local
49 std::list<Entry> entries; in GetDeletedEntries() local
56 std::list<KvDBConflictEntry> entries; in GetCommitConflicts() local
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h178 auto entries = Clone(); in ForEachCopies() local
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h202 auto entries = Clone(); in ForEachCopies() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.cpp45 const auto& entries = dir->GetEntries(); in RecursivelyCollectAllFiles() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dsingle_kvstore_async_get_test.cpp236 std::vector<Entry> entries; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_crud_power_test.cpp91 vector<Entry> entries; in RepeatExeCrud() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/schemadelegate_fuzzer/
H A Dschemadelegate_fuzzer.cpp63 std::vector<Entry> entries; in SchemaFuzzCURD() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_connection.cpp33 std::vector<Entry> entries; in Put() local
40 int SingleVerNaturalStoreConnection::PutBatch(const IOption &option, const std::vector<Entry> &entries) in PutBatch() argument
58 bool SingleVerNaturalStoreConnection::CheckAndGetEntryLen(const std::vector<Entry> &entries, uint32_t limit, in CheckAndGetEntryLen() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_data_generate_unit_test.cpp66 void GenerateRecords(int recordNum, std::vector<Entry> &entries, std::vector<Key> &keys, int keySize, int valSize) in GenerateRecords() argument
94 void GenerateNumberEntryVector(int entryNum, std::vector<Entry> &entries) in GenerateNumberEntryVector() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_types_util.cpp288 int64_t GetTotalSize(const std::vector<Entry> &entries) in GetTotalSize() argument
300 int64_t GetTotalSize(const std::vector<Key> &entries) in GetTotalSize() argument
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dconcurrent_map.h245 auto entries = Clone(); in ForEachCopies() local
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dunified_record_test.cpp106 auto entries = record.GetEntries(); in HWTEST_F() local
131 auto entries = record.GetEntries(); in HWTEST_F() local
161 auto entries = record.GetEntries(); in HWTEST_F() local
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dconvert_utils.cpp68 auto entries = Convert(record->GetEntries()); in Convert() local
114 Convert( const std::shared_ptr<std::map<std::string, UDMF::ValueType>> &entries) Convert() argument
128 Convert( const std::vector<std::shared_ptr<PasteDataEntry>> &entries) Convert() argument

Completed in 9 milliseconds

1234567