| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | udmf_run_time_store_test.cpp | 49 const char **perms = new const char *[2]; in GrantPermissionNative() local
|
| H A D | kvdb_service_impl_test.cpp | 534 const char **perms = new const char *[2]; in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/ |
| H A D | distributed_test_agent.cpp | 94 const char **perms = new const char *[1];
in SetUp() local
|
| /foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/ |
| H A D | object_store_test.cpp | 74 const char **perms = new const char *[2]; in GrantPermissionNative() local
|
| /foundation/distributedhardware/device_manager/test/benchmarktest/device_manager_fa_test/ |
| H A D | device_manager_fa_test.cpp | 140 const char *perms[permsNum]; variable
|
| /foundation/distributedhardware/device_manager/test/unittest/ |
| H A D | UTTest_dm_pin_holder.cpp | 55 const char *perms[permsNum]; in SetUp() local
|
| H A D | UTTest_device_manager_impl.cpp | 52 const char *perms[permsNum];
in SetUp() local
|
| /foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
| H A D | dcamera_sink_controller_test.cpp | 154 const char *perms[numberOfPermissions]; in SetTokenID() local
|
| /foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
| H A D | dcamera_source_dev_test.cpp | 71 const char *perms[2]; in SetTokenID() local
|
| /foundation/distributedhardware/distributed_screen/services/screendemo/ |
| H A D | test.cpp | 255 const char *perms[2]; in QueryRemoteDeviceInfo() local
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/ |
| H A D | component_manager_test.cpp | 95 const char *perms[2]; in SetUp() local
|
| /foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/ |
| H A D | add_white_list_infos_call_back_test.cpp | 36 const char *perms[PERMISSION_NUMS];
in SetUp() local
|
| /foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/ |
| H A D | softbus_adapter_test.cpp | 38 void EnablePermissionAccess(const char* perms[], size_t permsNum, uint64_t &tokenId) in EnablePermissionAccess() argument 80 const char* perms[] = { in HWTEST_F() local
|
| /foundation/distributedhardware/distributed_input/interfaces/ipc/test/dinputsourcecallbackunittest/ |
| H A D | dinput_source_callback_unittest.cpp | 39 const char *perms[PERMISSION_NUMS]; in SetUp() local
|
| /foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
| H A D | softbus_adapter_file.c | 185 int32_t SoftBusOpenFileWithPerms(const char *fileName, int32_t flags, int32_t perms) in SoftBusOpenFileWithPerms() argument
|
| /foundation/filemanagement/storage_service/test/fuzztest/storagedaemon_fuzzer/ |
| H A D | storagedaemon_fuzzer.cpp | 55 const char **perms = new const char *[3]; in SetNativeToken() local
|
| /foundation/filemanagement/storage_service/test/fuzztest/storagemanager_fuzzer/ |
| H A D | storagemanager_fuzzer.cpp | 55 const char **perms = new const char *[3]; in SetNativeToken() local
|
| /foundation/filemanagement/user_file_service/test/fuzztest/medialibraryfileaccess_fuzzer/ |
| H A D | medialibrary_file_access_fuzzer.cpp | 44 const char *perms[] = { in SetNativeToken() local
|
| /kernel/linux/linux-5.10/arch/x86/platform/uv/ |
| H A D | bios_uv.c | 135 uv_bios_change_memprotect(u64 paddr, u64 len, enum uv_memprotect perms) in uv_bios_change_memprotect() argument
|
| /kernel/linux/linux-6.6/arch/arm/mm/ |
| H A D | init.c | 394 static void set_section_perms(struct section_perm *perms, int n, bool set, in set_section_perms() argument 426 update_sections_early(struct section_perm perms[], int n) update_sections_early() argument [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/mqueue/ |
| H A D | mq_open_tests.c | 203 int perms = DEFFILEMODE; in test_queue() local 225 int perms = DEFFILEMODE; in test_queue_fail() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
| H A D | siw_mem.c | 168 siw_check_mem(struct ib_pd *pd, struct siw_mem *mem, u64 addr, enum ib_access_flags perms, int len) siw_check_mem() argument 222 siw_check_sge(struct ib_pd *pd, struct siw_sge *sge, struct siw_mem *mem[], enum ib_access_flags perms, u32 off, int len) siw_check_sge() argument [all...] |
| /kernel/linux/linux-5.10/drivers/soc/qcom/ |
| H A D | rmtfs_mem.c | 33 unsigned int perms; member 174 struct qcom_scm_vmperm perms[2]; in qcom_rmtfs_mem_probe() local [all...] |
| /kernel/linux/linux-5.10/security/apparmor/ |
| H A D | lib.c | 290 void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) in aa_apply_modes_to_perms() argument 325 aa_compute_perms(struct aa_dfa *dfa, unsigned int state, struct aa_perms *perms) aa_compute_perms() argument 381 aa_profile_match_label(struct aa_profile *profile, struct aa_label *label, int type, u32 request, struct aa_perms *perms) aa_profile_match_label() argument 399 struct aa_perms perms; aa_profile_label_perm() local 429 aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, u32 request, struct common_audit_data *sa, void (*cb)(struct audit_buffer *, void *)) aa_check_perms() argument [all...] |
| /kernel/linux/linux-5.10/security/apparmor/include/ |
| H A D | file.h | 219 u32 perms = 0; aa_map_file_to_perms() local [all...] |