Home
last modified time | relevance | path

Searched refs:extend (Results 1 - 25 of 28) sorted by relevance

12

/base/security/security_guard/frameworks/common/constants/include/
H A Dsecurity_guard_define.h55 std::string extend; variable
63 std::string extend;
71 std::string extend;
78 std::string extend;
H A Dsecurity_collector_define.h60 std::string extend; variable
66 std::string extend;
/base/security/selinux_adapter/scripts/selinux_check/
H A Dselinux_check_main.py92 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 Dcheck_permissive.py65 contexts_list.extend(white_list.get('user'))
67 contexts_list.extend(white_list.get('developer'))
H A Dcheck_ioctl_xperm.py105 contexts_list.extend(white_list.get('user'))
107 contexts_list.extend(white_list.get('developer'))
H A Dcheck_common.py89 policy_files_list.extend(type_file_list)
H A Dcheck_perm_group.py172 contexts_list.extend(item.get('user'))
174 contexts_list.extend(item.get('developer'))
/base/update/packaging_tools/
H A Dblocks_manager.py112 range_d.extend(range_e)
113 range_d.extend(range_f)
114 range_d.extend(range_g)
H A Dgigraph_process.py108 source_ranges.extend(
H A Dpatch_package_process.py493 cmd.extend(['-s', src_file, '-d', tgt_file,
/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dpost_query_abnormal.rs46 tags_bytes.extend(labels_bytes); in post_query_unsupported_tags()
H A Dpre_query_abnormal.rs93 tags_bytes.extend(&[Tag::Alias]); in pre_query_bytes_tag_with_unmatched_type()
H A Dremove_abnormal.rs84 tags_bytes.extend(&[Tag::Alias]); in remove_bytes_tag_with_unmatched_type()
H A Dupdate_abnormal.rs315 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 Dquery_abnormal.rs173 tags_bytes.extend(&[Tag::AuthToken, Tag::AuthChallenge, Tag::Alias]); in query_bytes_tag_with_unmatched_type()
/base/startup/init/interfaces/innerkits/include/
H A Dinit_utils.h133 * @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 Dinit_utils.c745 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 Dmake_file_base.py181 func_list.extend(parent_cls.get_virtual_funcs())
/base/web/webview/
H A Dcopy_files.py115 _dep_files.extend(source_file_list)
/base/security/asset/services/plugin/src/
H A Dasset_plugin.rs164 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 Dhvbtool.py227 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 Dsecret_key.rs77 alias.extend(calling_info.owner_info()); in calculate_key_alias()
/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Ddsoftbus.rs520 peer_dev_id.extend(vec![0; 65]); in on_session_opened()
/base/security/code_signature/services/key_enable/src/
H A Dprofile_utils.rs285 paths.extend(get_paths_from_prefix(profile_prefix)); in get_profile_paths()
/base/security/selinux_adapter/scripts/
H A Dbuild_policy_api.py103 policy_files_list.extend(type_file_list)

Completed in 13 milliseconds

12