Home
last modified time | relevance | path

Searched defs:keys (Results 51 - 75 of 662) sorted by relevance

12345678910>>...27

/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/
H A Dmap_string_serializer.cpp71 std::vector<std::string> keys; in GetPolicy() local
92 std::vector<std::string> keys; in WritePolicy() local
/base/account/os_account/test/fuzztest/iamaccount_stub/getpropertystub_fuzzer/
H A Dgetpropertystub_fuzzer.cpp49 std::vector<Attributes::AttributeKey> keys = { in GetPropertyStubFuzzTest() local
/base/useriam/face_auth/test/unittest/
H A Dface_auth_all_in_one_executor_hdi_unit_test.cpp522 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local
535 std::vector<UserAuth::Attributes::AttributeKey> keys = { UserAuth::Attributes::ATTR_SIGNATURE }; in HWTEST_F() local
553 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local
/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_all_in_one_hdi_unit_test.cpp437 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local
449 std::vector<UserAuth::Attributes::AttributeKey> keys = { UserAuth::Attributes::ATTR_SIGNATURE }; in HWTEST_F() local
467 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local
483 std::vector<UserAuth::Attributes::AttributeKey> keys = { UserAuth::Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION }; in HWTEST_F() local
/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_all_in_one_executor_hdi_unit_test.cpp524 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local
537 std::vector<UserAuth::Attributes::AttributeKey> keys = { UserAuth::Attributes::ATTR_SIGNATURE }; in HWTEST_F() local
555 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dflow_dissector_load.h17 struct bpf_map *prog_array, *keys; in bpf_flow_load() local
/kernel/linux/linux-5.10/lib/
H A Dtest_static_keys.c55 static void invert_keys(struct test_key *keys, int size) in invert_keys() argument
68 static int verify_keys(struct test_key *keys, int size, bool invert) in verify_keys() argument
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dsensehat-joystick.c38 unsigned int keys; in sensehat_joystick_report() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dflow_dissector_load.h18 struct bpf_map *prog_array, *keys; in bpf_flow_load() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_batch_ops.c69 struct test_lpm_key *keys, key; in test_lpm_trie_map_batch_ops() local
22 map_batch_update(int map_fd, __u32 max_entries, struct test_lpm_key *keys, int *values) map_batch_update() argument
44 map_batch_verify(int *visited, __u32 max_entries, struct test_lpm_key *keys, int *values) map_batch_verify() argument
[all...]
/kernel/linux/linux-6.6/lib/
H A Dtest_static_keys.c55 static void invert_keys(struct test_key *keys, int size) in invert_keys() argument
68 static int verify_keys(struct test_key *keys, int size, bool invert) in verify_keys() argument
[all...]
/third_party/musl/src/thread/
H A Dpthread_key_create.c9 static void (*keys[PTHREAD_KEYS_MAX])(void *); variable
/third_party/python/Lib/test/test_json/
H A Dtest_dump.py44 def keys(self): member in TestDump.test_encode_evil_dict.D
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dkey_event_util.cpp42 bool KeyEventUtil::SimulateKeyEvents(const std::vector<int32_t> &keys) in SimulateKeyEvents() argument
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_param_builder.cpp71 std::vector<std::string> keys; in AddParams2EventPack() local
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/include/
H A Djs_util.h53 std::vector<int32_t> keys; member
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_sorting_map.cpp112 std::string keys = ""; in Dump() local
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/include/
H A Djs_util_cooperate.h53 std::vector<int32_t> keys; member
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Diauth_executor_hdi.cpp66 GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<Attributes::AttributeKey> &keys, Property &property) GetProperty() argument
/base/useriam/user_auth_framework/test/unittest/executors/
H A Diauth_executor_hdi_test.cpp182 std::vector<Attributes::AttributeKey> keys = {}; in HWTEST_F() local
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpointer_auth.h37 static inline void ptrauth_keys_init_user(struct ptrauth_keys_user *keys) in ptrauth_keys_init_user() argument
57 ptrauth_keys_init_kernel(struct ptrauth_keys_kernel *keys) ptrauth_keys_init_kernel() argument
63 ptrauth_keys_switch_kernel(struct ptrauth_keys_kernel *keys) ptrauth_keys_switch_kernel() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/map_tests/
H A Dhtab_map_batch_ops.c13 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update() argument
80 int map_fd, *keys, *visite in __test_map_lookup_and_delete_batch() local
40 map_batch_verify(int *visited, __u32 max_entries, int *keys, void *values, bool is_pcpu) map_batch_verify() argument
[all...]
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-btree-internal.h41 __le64 keys[]; member
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dipaq-micro-keys.c43 struct ipaq_micro_keys *keys = data; in micro_key_receive() local
55 static void micro_key_start(struct ipaq_micro_keys *keys) in micro_key_start() argument
63 micro_key_stop(struct ipaq_micro_keys *keys) micro_key_stop() argument
73 struct ipaq_micro_keys *keys = input_get_drvdata(input); micro_key_open() local
82 struct ipaq_micro_keys *keys = input_get_drvdata(input); micro_key_close() local
89 struct ipaq_micro_keys *keys; micro_key_probe() local
132 struct ipaq_micro_keys *keys = dev_get_drvdata(dev); micro_key_suspend() local
141 struct ipaq_micro_keys *keys = dev_get_drvdata(dev); micro_key_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/input/
H A Dmatrix-keymap.c76 u32 *keys; in matrix_keypad_parse_keymap() local

Completed in 11 milliseconds

12345678910>>...27