/base/security/security_guard/frameworks/common/constants/include/ |
H A D | security_guard_define.h | 55 std::string extend;
variable 63 std::string extend;
71 std::string extend;
78 std::string extend;
|
H A D | security_collector_define.h | 60 std::string extend;
variable 66 std::string extend;
|
/base/security/selinux_adapter/scripts/selinux_check/ |
H A D | selinux_check_main.py | 92 cmd.extend(get_request_args(input_args, check.get("args"))) 95 cmd.extend(extra_args) 96 cmd.extend(["--policy-dir-list", ":".join(policy_dir_list)])
|
H A D | check_permissive.py | 65 contexts_list.extend(white_list.get('user')) 67 contexts_list.extend(white_list.get('developer'))
|
H A D | check_ioctl_xperm.py | 105 contexts_list.extend(white_list.get('user')) 107 contexts_list.extend(white_list.get('developer'))
|
H A D | check_common.py | 89 policy_files_list.extend(type_file_list)
|
H A D | check_perm_group.py | 172 contexts_list.extend(item.get('user')) 174 contexts_list.extend(item.get('developer'))
|
/base/update/packaging_tools/ |
H A D | blocks_manager.py | 112 range_d.extend(range_e)
113 range_d.extend(range_f)
114 range_d.extend(range_g)
|
H A D | gigraph_process.py | 108 source_ranges.extend(
|
H A D | patch_package_process.py | 493 cmd.extend(['-s', src_file, '-d', tgt_file,
|
/base/security/asset/test/unittest/inner_kits_rust/src/ |
H A D | post_query_abnormal.rs | 46 tags_bytes.extend(labels_bytes); in post_query_unsupported_tags()
|
H A D | pre_query_abnormal.rs | 93 tags_bytes.extend(&[Tag::Alias]); in pre_query_bytes_tag_with_unmatched_type()
|
H A D | remove_abnormal.rs | 84 tags_bytes.extend(&[Tag::Alias]); in remove_bytes_tag_with_unmatched_type()
|
H A D | update_abnormal.rs | 315 tags_bytes.extend(&[Tag::Secret]); in update_bytes_tag_with_unmatched_type() 340 tags_bytes.extend(&[Tag::Alias, Tag::AuthChallenge, Tag::AuthToken]); in update_unsupported_tags()
|
H A D | query_abnormal.rs | 173 tags_bytes.extend(&[Tag::AuthToken, Tag::AuthChallenge, Tag::Alias]); in query_bytes_tag_with_unmatched_type()
|
/base/startup/init/interfaces/innerkits/include/ |
H A D | init_utils.h | 133 * @param extend optional extended strings array, last string must be NULL
136 int OH_ExtendableStrArrayGetIndex(const char *strArray[], const char *target, int ignoreCase, const char *extend[]);
|
/base/startup/init/services/utils/ |
H A D | init_utils.c | 745 int OH_ExtendableStrArrayGetIndex(const char *strArray[], const char *target, int ignoreCase, const char *extend[])
in OH_ExtendableStrArrayGetIndex() argument 764 if (extend == NULL) {
in OH_ExtendableStrArrayGetIndex() 768 while (extend[idx] != NULL) {
in OH_ExtendableStrArrayGetIndex() 769 if (cmp(extend[idx], target) == 0) {
in OH_ExtendableStrArrayGetIndex()
|
/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_file_base.py | 181 func_list.extend(parent_cls.get_virtual_funcs())
|
/base/web/webview/ |
H A D | copy_files.py | 115 _dep_files.extend(source_file_list)
|
/base/security/asset/services/plugin/src/ |
H A D | asset_plugin.rs | 164 query_data.extend(db.query_datas(&vec![], attributes, None, false).map_err(|e| e.code as u32)?); in query() 175 query_data.extend(db.query_datas(&vec![], attributes, None, false).map_err(|e| e.code as u32)?); in ce_query()
|
/base/startup/hvb/tools/ |
H A D | hvbtool.py | 227 ret.extend(struct.pack('!B', octet)) 565 data.extend(self.img_handler.read(chunk_pos_to_go)) 569 data.extend(all_data[offset_mod:(offset_mod + chunk_pos_to_go)]) 573 data.extend(b'\0' * chunk_pos_to_go)
|
/base/security/asset/services/crypto_manager/src/ |
H A D | secret_key.rs | 77 alias.extend(calling_info.owner_info()); in calculate_key_alias()
|
/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/ |
H A D | dsoftbus.rs | 520 peer_dev_id.extend(vec![0; 65]); in on_session_opened()
|
/base/security/code_signature/services/key_enable/src/ |
H A D | profile_utils.rs | 285 paths.extend(get_paths_from_prefix(profile_prefix)); in get_profile_paths()
|
/base/security/selinux_adapter/scripts/ |
H A D | build_policy_api.py | 103 policy_files_list.extend(type_file_list)
|