| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/ |
| H A D | runtime_store.cpp | 243 std::vector<Key> keys;
in Delete() local 566 Status RuntimeStore::DeleteEntries(const std::vector<Key> &keys)
in DeleteEntries() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
| H A D | device_kvstore_test.cpp | 862 std::vector<Key> keys; in HWTEST_F() local 902 std::vector<Key> keys; in HWTEST_F() local 943 std::vector<Key> keys; HWTEST_F() local 984 std::vector<Key> keys; HWTEST_F() local 1030 std::vector<Key> keys; HWTEST_F() local 1084 std::vector<Key> keys; HWTEST_F() local 1141 std::vector<Key> keys; HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
| H A D | rd_single_ver_natural_store.cpp | 207 int RdSingleVerNaturalStore::DeleteMetaData(const std::vector<Key> &keys) in DeleteMetaData() argument
|
| H A D | rd_single_ver_natural_store_connection.cpp | 723 int RdSingleVerNaturalStoreConnection::DeleteBatchInner(const IOption &option, const std::vector<Key> &keys) in DeleteBatchInner() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| H A D | distributeddb_storage_query_sync_test.cpp | 1281 std::set<Key> keys; in HWTEST_F() local 1303 std::set<Key> keys; in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | single_store_impl.cpp | 171 Status SingleStoreImpl::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
| H A D | napi_transaction.cpp | 118 napi_value keys = nullptr; in ParseValuesBucket() local
|
| /foundation/distributedhardware/distributed_audio/common/src/ |
| H A D | daudio_util.cpp | 325 bool CJsonParamCheck(const cJSON *jsonObj, const std::initializer_list<std::string> &keys) in CJsonParamCheck() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
| H A D | js_utils.cpp | 612 napi_value keys = nullptr; in ToJsObject() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
| H A D | gap_le_sec.c | 272 static void GapLePairKeyConvert(const SMP_PairResult *result, LePairedKeys *keys) in GapLePairKeyConvert() argument 328 LePairedKeys keys; GapCallbackKeyNotify() local [all...] |
| /kernel/linux/linux-5.10/drivers/md/persistent-data/ |
| H A D | dm-btree.c | 377 dm_btree_lookup(struct dm_btree_info *info, dm_block_t root, uint64_t *keys, void *value_le) dm_btree_lookup() argument 473 dm_btree_lookup_next(struct dm_btree_info *info, dm_block_t root, uint64_t *keys, uint64_t *rkey, void *value_le) dm_btree_lookup_next() argument 758 need_insert(struct btree_node *node, uint64_t *keys, unsigned level, unsigned index) need_insert() argument 952 walk_node(struct dm_btree_info *info, dm_block_t block, int (*fn)(void *context, uint64_t *keys, void *leaf), void *context) walk_node() argument 960 uint64_t keys; walk_node() local 987 dm_btree_walk(struct dm_btree_info *info, dm_block_t root, int (*fn)(void *context, uint64_t *keys, void *leaf), void *context) dm_btree_walk() argument [all...] |
| H A D | dm-array.c | 855 static int walk_ablock(void *context, uint64_t *keys, void *leaf) in walk_ablock() argument
|
| /kernel/linux/linux-5.10/drivers/md/bcache/ |
| H A D | bset.h | 487 struct bkey *keys; global() member [all...] |
| /kernel/linux/linux-5.10/drivers/input/keyboard/ |
| H A D | qt1050.c | 118 struct qt1050_key keys[QT1050_MAX_KEYS]; member
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
| H A D | hw.c | 828 struct orinoco_key keys[ORINOCO_MAX_KEYS]; in __orinoco_hw_setup_wepkeys() local [all...] |
| /kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
| H A D | 8250_fintek.c | 378 static const u8 keys[] = {0x77, 0xa0, 0x87, 0x67}; in probe_setup_port() local
|
| /kernel/linux/linux-5.10/net/sched/ |
| H A D | cls_flow.c | 306 u32 keys[FLOW_KEY_MAX + 1]; in flow_classify() local
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| H A D | test_lru_dist.c | 170 read_keys(const char *dist_file, unsigned long long **keys) read_keys() argument
|
| /kernel/linux/linux-5.10/net/sctp/ |
| H A D | auth.c | 118 void sctp_auth_destroy_keys(struct list_head *keys) in sctp_auth_destroy_keys() argument [all...] |
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| H A D | mconf.c | 361 int *keys; global() member 436 int keys[JUMP_NB + 1], i; search_conf() local 755 show_textbox_ext(const char *title, char *text, int r, int c, int *keys, int *vscroll, int *hscroll, update_text_fn update_text, void *data) show_textbox_ext() argument [all...] |
| /kernel/linux/linux-5.10/fs/ext4/ |
| H A D | fsmap.c | 256 static int ext4_getfsmap_logdev(struct super_block *sb, struct ext4_fsmap *keys, in ext4_getfsmap_logdev() argument 466 ext4_getfsmap_datadev(struct super_block *sb, struct ext4_fsmap *keys, struct ext4_getfsmap_info *info) ext4_getfsmap_datadev() argument [all...] |
| /kernel/linux/linux-5.10/fs/xfs/libxfs/ |
| H A D | xfs_iext_tree.c | 117 uint64_t keys[KEYS_PER_NODE]; member [all...] |
| /kernel/linux/linux-5.10/net/bluetooth/hidp/ |
| H A D | hidp.h | 171 unsigned char keys[8]; member
|
| /kernel/linux/linux-5.10/net/mac80211/ |
| H A D | key.c | 1002 ieee80211_free_keys_iface(struct ieee80211_sub_if_data *sdata, struct list_head *keys) ieee80211_free_keys_iface() argument [all...] |
| /kernel/linux/linux-6.6/fs/xfs/ |
| H A D | xfs_fsmap.c | 432 xfs_getfsmap_logdev( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) xfs_getfsmap_logdev() argument 503 xfs_getfsmap_rtdev_rtbitmap( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) xfs_getfsmap_rtdev_rtbitmap() argument 583 __xfs_getfsmap_datadev( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info, int (*query_fn)(struct xfs_trans *, struct xfs_getfsmap_info *, struct xfs_btree_cur **, void *), void *priv) __xfs_getfsmap_datadev() argument 744 xfs_getfsmap_datadev_rmapbt( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) xfs_getfsmap_datadev_rmapbt() argument 779 xfs_getfsmap_datadev_bnobt( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) xfs_getfsmap_datadev_bnobt() argument [all...] |