/foundation/arkui/ace_engine/interfaces/native/ |
H A D | drag_and_drop.h | 437 * @brief Obtains the pressed status of modifier keys from a drag event. 440 * @param keys Indicates the returned combination of modifier keys that are currently pressed. 441 * The application can determine the pressed modifier keys through bitwise operations. 447 int32_t OH_ArkUI_DragEvent_GetModifierKeyStates(ArkUI_DragEvent* event, uint64_t* keys);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_node.cpp | 679 LOGE("invalid animate keys info of type %{public}s", type.c_str()); in AsRSPath()
|
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 67 std::vector<DistributedKv::Entry> GetEntriesByKeys(const std::vector<std::string>& keys);
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_abs_predicates.h | 256 virtual DataShareAbsPredicates *InKeys(const std::vector<std::string> &keys) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | query_sync_water_mark_helper.h | 91 int DeleteMetaDataFromDB(const std::vector<Key> &keys) const;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_kvdb_connection.h | 78 int GetKeys(const IOption &option, const Key &keyPrefix, std::vector<Key> &keys) const override;
|
/kernel/linux/linux-5.10/certs/ |
H A D | blacklist.c | 17 #include <keys/system_keyring.h> 226 * Must be initialised before we try and load the keys into the keyring.
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | orinoco.h | 121 struct key_params keys[ORINOCO_MAX_KEYS]; member
|
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 220 int initial_width, int *keys, int *_vscroll, int *_hscroll, 230 * This is the base for fictitious keys, which activate 233 * Mouse-generated keys are the following:
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | user_defined.c | 13 #include <keys/user-type.h> 20 * user defined keys take an arbitrary string as the description and an
|
/kernel/linux/linux-5.10/security/integrity/ |
H A D | digsig.c | 18 #include <keys/system_keyring.h>
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_spnego.c | 25 #include <keys/user-type.h> 63 * keytype for CIFS spnego keys
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | adp5520.h | 277 struct adp5520_keys_platform_data *keys; member
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifs_spnego.c | 13 #include <keys/user-type.h> 51 * keytype for CIFS spnego keys
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | adp5520.h | 277 struct adp5520_keys_platform_data *keys; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mctp.h | 81 struct hlist_head keys; member 83 /* mechanism for expiring allocated keys; will release an allocated 108 * 1) the struct mctp_sock->keys list 109 * 2) the struct netns_mctp->keys list 115 * netns_mctp->keys lock. Lookup functions will need to lock the key and
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | orinoco.h | 121 struct key_params keys[ORINOCO_MAX_KEYS]; member
|
/kernel/linux/linux-6.6/security/integrity/ |
H A D | digsig.c | 18 #include <keys/system_keyring.h> 154 * MOK keys can only be added through a read-only runtime services in integrity_init_keyring() 155 * UEFI variable during boot. No additional keys shall be allowed to in integrity_init_keyring()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | user_defined.c | 13 #include <keys/user-type.h> 20 * user defined keys take an arbitrary string as the description and an
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | security.c | 15 #include <keys/rxrpc-type.h>
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | repeater_helper.py | 45 if uuid not in modules.keys():
|
/third_party/mesa3d/bin/ |
H A D | perf-annotate-jit.py | 154 addresses = samples.keys()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | object-assign.js | 138 var descriptors = Object.keys (source).reduce ((descriptors, key) => {
|
/third_party/node/test/parallel/ |
H A D | test-http2-binding.js | 248 for (const name of Object.keys(constants)) {
|
H A D | test-punycode.js | 245 Object.keys(testBattery).forEach((key) => {
|