Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dadd_abnormal.rs28 let function_name = function!().as_bytes(); in add_without_alias() localVariable
37 let function_name = function!().as_bytes(); in add_alias_with_min_len() localVariable
51 let function_name = function!().as_bytes(); in add_alias_with_max_len() localVariable
65 let function_name = function!().as_bytes(); in add_invalid_alias() localVariable
78 let function_name = function!().as_bytes(); in add_alias_with_unmatched_type() localVariable
91 let function_name = function!().as_bytes(); in add_without_secret() localVariable
100 let function_name = function!().as_bytes(); in add_secret_with_min_len() localVariable
113 let function_name = function!().as_bytes(); in add_secret_with_max_len() localVariable
125 let function_name = function!().as_bytes(); in add_invalid_secret() localVariable
138 let function_name = function!().as_bytes(); in add_secret_with_unmatched_type() localVariable
[all …]
H A Dupdate_abnormal.rs21 let function_name = function!().as_bytes(); in update_query_without_alias() localVariable
34 let function_name = function!().as_bytes(); in update_query_invalid_alias() localVariable
54 let function_name = function!().as_bytes(); in update_query_alias_with_unmatched_type() localVariable
74 let function_name = function!().as_bytes(); in update_query_invalid_accessibility() localVariable
89 let function_name = function!().as_bytes(); in update_query_invalid_auth_type() localVariable
109 let function_name = function!().as_bytes(); in update_query_invalid_sync_type() localVariable
124 let function_name = function!().as_bytes(); in update_query_invalid_label() localVariable
148 let function_name = function!().as_bytes(); in update_query_bool_tag_with_unmatched_type() localVariable
171 let function_name = function!().as_bytes(); in update_query_bytes_tag_with_unmatched_type() localVariable
195 let function_name = function!().as_bytes(); in update_query_number_tag_with_unmatched_type() localVariable
[all …]
H A Dpre_query.rs29 let function_name = function!().as_bytes(); in pre_query_with_wrong_auth_type() localVariable
40 let function_name = function!().as_bytes(); in pre_query_with_wrong_accessibility() localVariable
51 let function_name = function!().as_bytes(); in pre_query_with_unsupported_auth_type() localVariable
62 let function_name = function!().as_bytes(); in pre_query_with_wrong_persistent() localVariable
73 let function_name = function!().as_bytes(); in pre_query_with_wrong_sync_type() localVariable
84 let function_name = function!().as_bytes(); in pre_query_batch_data() localVariable
99 let function_name = function!().as_bytes(); in pre_query_single_data() localVariable
119 let function_name = function!().as_bytes(); in pre_query_max_times() localVariable
H A Dquery.rs30 let function_name = function!().as_bytes(); in query_with_wrong_alias() localVariable
48 let function_name = function!().as_bytes(); in query_without_alias_with_wrong_condition() localVariable
66 let function_name = function!().as_bytes(); in query_without_limit() localVariable
86 let function_name = function!().as_bytes(); in query_with_offset_without_limit() localVariable
110 let function_name = function!().as_bytes(); in query_with_limit_with_without_offset() localVariable
150 let function_name = function!().as_bytes(); in query_with_without_return_type() localVariable
161 let function_name = function!().as_bytes(); in query_with_secret() localVariable
172 let function_name = function!().as_bytes(); in query_with_return_all_without_alias() localVariable
183 let function_name = function!(); in query_with_order() localVariable
258 let function_name = function!().as_bytes(); in query_with_wrong_auth_token() localVariable
[all …]
H A Dpost_query.rs28 let function_name = function!().as_bytes(); in post_query_with_wrong_auth_challenge() localVariable
44 let function_name = function!().as_bytes(); in post_query_normal() localVariable
H A Dadd.rs108 let function_name = function!().as_bytes(); in add_same_alias_throw_error() localVariable
129 let function_name = function!().as_bytes(); in add_same_alias_overwrite() localVariable
160 let function_name = function!().as_bytes(); in add_multiple_sync_types() localVariable
177 let function_name = function!().as_bytes(); in add_is_persistent_auth_wrong() localVariable
H A Dremove.rs33 let function_name = function!().as_bytes(); in remove_condition_exist_and_query() localVariable
H A Dquery_abnormal.rs133 let function_name = function!().as_bytes(); in query_with_auth_token_without_auth_challenge() localVariable
146 let function_name = function!().as_bytes(); in query_with_auth_challenge_without_auth_token() localVariable
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/
H A Dgenerate_code_from_policy.py101 def is_function_name_exist(arch, function_name, func_name_nr_table): argument
221 def update_list(self, function_name, to_update_list): argument
227 def update_priority(self, function_name): argument
230 def update_allow_list(self, function_name): argument
233 def update_blocklist(self, function_name): argument
752 def parse_args(self, function_name, line, skip): argument
832 def update_reduced_block_list(self, function_name): argument
/ohos5.0/build/config/components/init/seccomp/scripts/
H A Dgenerate_code_from_policy.py101 def is_function_name_exist(arch, function_name, func_name_nr_table): argument
221 def update_list(self, function_name, to_update_list): argument
227 def update_priority(self, function_name): argument
230 def update_allow_list(self, function_name): argument
233 def update_blocklist(self, function_name): argument
752 def parse_args(self, function_name, line, skip): argument
832 def update_reduced_block_list(self, function_name): argument