Home
last modified time | relevance | path

Searched refs:keys (Results 726 - 750 of 3581) sorted by relevance

1...<<21222324252627282930>>...144

/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dsubject.js36 Object.keys(target).forEach(key => hijack(target, key, target[key]));
103 const OBSERVED_METHODS = Object.keys(ObservedMethods).map(
/foundation/multimodalinput/input/uinput/
H A Dvirtual_device.cpp147 static const std::vector<uint32_t> keys {}; in GetKeys()
148 return keys; in GetKeys()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.h44 int DeleteMetaData(const std::vector<Key> &keys) override;
49 int GetAllMetaKeys(std::vector<Key> &keys) const override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.h40 std::vector<std::string> keys; member in OHOS::DistributedData::WaterVersionManager::final
94 static WaterVersionMetaData Upgrade(const std::vector<std::string> &keys, const WaterVersionMetaData& meta);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_connection.h67 int DeleteBatch(const IOption &option, const std::vector<Key> &keys) override;
100 static bool CheckDeletedKeys(const std::vector<Key> &keys);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h66 int DeleteMetaData(const std::vector<Key> &keys) override;
71 int GetAllMetaKeys(std::vector<Key> &keys) const override;
/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
87 keys.push_back(entry.key); in GenerateRecords()
/foundation/distributeddatamgr/preferences/frameworks/ndk/include/
H A Doh_preferences_impl.h64 OH_PreferencesDataObserver observer, void *context, const std::vector<std::string> &keys = {});
66 const std::vector<std::string> &keys = {});
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drd_connection.h76 static std::string GetConfigStr(const std::vector<uint8_t> &keys, bool isEncrypt);
77 std::string GetConfigStr(const std::vector<uint8_t> &keys);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info_manager.h79 void OnChange(const DistributedKv::DataOrigin &origin, Keys &&keys) override;
98 std::vector<DistributedKv::Entry> GetEntriesByKeys(const std::vector<std::string> &keys);
H A Dmeta_info_manager.h59 void OnChange(const DistributedKv::DataOrigin &origin, Keys &&keys) override;
77 std::vector<DistributedKv::Entry> GetEntriesByKeys(const std::vector<std::string> &keys);
H A Ddb_adapter.h49 int32_t PutDataBatch(const std::vector<std::string> &keys, const std::vector<std::string> &values);
55 std::vector<DistributedKv::Entry> GetEntriesByKeys(const std::vector<std::string> &keys);
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpkcs8_parser.c15 #include <keys/asymmetric-subtype.h>
16 #include <keys/asymmetric-parser.h>
H A Dsignature.c4 * See Documentation/crypto/asymmetric-keys.rst
11 #include <keys/asymmetric-subtype.h>
17 #include <keys/user-type.h>
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_bpftool.py83 # Check if the result has all expected keys.
84 self.assertCountEqual(res.keys(), expected_keys)
111 # Check if the result has all expected keys.
112 self.assertCountEqual(tc.keys(), expected_keys)
/kernel/linux/linux-5.10/security/integrity/
H A Ddigsig_asymmetric.c14 #include <keys/asymmetric-type.h>
15 #include <keys/system_keyring.h>
/kernel/linux/linux-5.10/net/dns_resolver/
H A Ddns_query.c45 #include <keys/dns_resolver-type.h>
46 #include <keys/user-type.h>
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dsignature.c4 * See Documentation/crypto/asymmetric-keys.rst
11 #include <keys/asymmetric-subtype.h>
17 #include <keys/user-type.h>
H A Dpkcs8_parser.c15 #include <keys/asymmetric-subtype.h>
16 #include <keys/asymmetric-parser.h>
/kernel/linux/linux-6.6/security/integrity/
H A Ddigsig_asymmetric.c14 #include <keys/asymmetric-type.h>
15 #include <keys/system_keyring.h>
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_bpftool.py85 # Check if the result has all expected keys.
86 self.assertCountEqual(res.keys(), expected_keys)
110 # Check if the result has all expected keys.
111 self.assertCountEqual(tc.keys(), expected_keys)
/kernel/linux/linux-6.6/net/mac80211/
H A Dkey.h160 struct list_head *keys);
162 struct list_head *keys);
/kernel/linux/linux-6.6/net/dns_resolver/
H A Ddns_query.c45 #include <keys/dns_resolver-type.h>
46 #include <keys/user-type.h>
/kernel/linux/linux-6.6/net/rxrpc/
H A Dserver_key.c7 * RxRPC keys should have a description of describing their purpose:
22 #include <keys/rxrpc-type.h>
23 #include <keys/user-type.h>
33 * rxrpc server keys take "<serviceId>:<securityIndex>[:<sec-specific>]" as the
154 * the encryption keys for a kernel service.
/third_party/mbedtls/tests/scripts/
H A Dpsa_collect_statuses.py64 for function in sorted(self.functions.keys()):
66 names = [self.status_names[value] for value in fdata.keys()]

Completed in 8 milliseconds

1...<<21222324252627282930>>...144