/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
H A D | subject.js | 36 Object.keys(target).forEach(key => hijack(target, key, target[key])); 103 const OBSERVED_METHODS = Object.keys(ObservedMethods).map(
|
/foundation/multimodalinput/input/uinput/ |
H A D | virtual_device.cpp | 147 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 D | virtual_multi_ver_sync_db_interface.h | 44 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 D | water_version_manager.h | 40 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 D | multi_ver_natural_store_connection.h | 67 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 D | rd_single_ver_natural_store.h | 66 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 D | distributeddb_data_generate_unit_test.cpp | 66 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 D | oh_preferences_impl.h | 64 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 D | rd_connection.h | 76 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 D | capability_info_manager.h | 79 void OnChange(const DistributedKv::DataOrigin &origin, Keys &&keys) override; 98 std::vector<DistributedKv::Entry> GetEntriesByKeys(const std::vector<std::string> &keys);
|
H A D | meta_info_manager.h | 59 void OnChange(const DistributedKv::DataOrigin &origin, Keys &&keys) override; 77 std::vector<DistributedKv::Entry> GetEntriesByKeys(const std::vector<std::string> &keys);
|
H A D | db_adapter.h | 49 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 D | pkcs8_parser.c | 15 #include <keys/asymmetric-subtype.h> 16 #include <keys/asymmetric-parser.h>
|
H A D | signature.c | 4 * 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 D | test_bpftool.py | 83 # 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 D | digsig_asymmetric.c | 14 #include <keys/asymmetric-type.h> 15 #include <keys/system_keyring.h>
|
/kernel/linux/linux-5.10/net/dns_resolver/ |
H A D | dns_query.c | 45 #include <keys/dns_resolver-type.h> 46 #include <keys/user-type.h>
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | signature.c | 4 * See Documentation/crypto/asymmetric-keys.rst 11 #include <keys/asymmetric-subtype.h> 17 #include <keys/user-type.h>
|
H A D | pkcs8_parser.c | 15 #include <keys/asymmetric-subtype.h> 16 #include <keys/asymmetric-parser.h>
|
/kernel/linux/linux-6.6/security/integrity/ |
H A D | digsig_asymmetric.c | 14 #include <keys/asymmetric-type.h> 15 #include <keys/system_keyring.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_bpftool.py | 85 # 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 D | key.h | 160 struct list_head *keys); 162 struct list_head *keys);
|
/kernel/linux/linux-6.6/net/dns_resolver/ |
H A D | dns_query.c | 45 #include <keys/dns_resolver-type.h> 46 #include <keys/user-type.h>
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | server_key.c | 7 * 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 D | psa_collect_statuses.py | 64 for function in sorted(self.functions.keys()): 66 names = [self.status_names[value] for value in fdata.keys()]
|