| /base/request/request/services/src/manage/config/ |
| D | system_proxy.rs | 27 pub(crate) fn host(&self) -> String { in host() 31 pub(crate) fn port(&self) -> String { in port() 35 pub(crate) fn exlist(&self) -> String { in exlist()
|
| /base/security/code_signature/services/key_enable/src/ |
| D | profile_utils.rs | 109 ) -> Result<(String, String, u32), Box<dyn Error>> { in parse_pkcs7_data() 171 profile_signer: &[(&String, &String)], in verify_signers() 185 fn format_x509name_to_string(name: &X509NameRef) -> String { in format_x509name_to_string() 202 fn format_x509_fabricate_name(name: &X509NameRef) -> String { in format_x509_fabricate_name() 222 fn get_profile_paths(is_debug: bool) -> Vec<String> { in get_profile_paths() 234 fn get_paths_from_prefix(prefix: &str) -> Vec<String> { in get_paths_from_prefix() 266 profile_info: &[(&String, &String)], in process_profile() 310 fn verify_udid(profile_json: &JsonValue) -> Result<(), String> { in verify_udid() argument 341 ) -> Result<(String, Vec<u8>), ()> { in validate_and_convert_inputs() 351 fn process_data(profile_data: &[u8]) -> Result<(String, String, u32), ()> { in process_data() [all …]
|
| D | cert_path_utils.rs | 144 pub fn get_profile_info(&self) -> Vec<(&String, &String)> { in get_profile_info() 152 pub fn get_debug_profile_info(&self) -> Vec<(&String, &String)> { in get_debug_profile_info() 350 fn fabricate_name(subject: &str) -> String { in fabricate_name() 376 pub fn common_format_fabricate_name(common_name: &str, organization: &str, email: &str) -> String { in common_format_fabricate_name() 419 subject: String, in cert_path_operation() 420 issuer: String, in cert_path_operation() 460 subject: String, in add_cert_path_info() 461 issuer: String, in add_cert_path_info() 477 subject: String, in remove_cert_path_info() 478 issuer: String, in remove_cert_path_info()
|
| /base/update/updater/services/rust/hash_signed_data/src/ |
| D | evp.rs | 20 pub fn get_b64_decode_len(in_data: &[u8]) -> Result<(usize, usize), String> in get_b64_decode_len() argument 37 pub fn evp_decode_block(in_data: &[u8]) -> Result<Vec<u8>, String> in evp_decode_block() argument
|
| D | hsd.rs | 62 pub fn get_sig_for_file(&self, file_name: &str) -> Result<Vec<u8>, String> in get_sig_for_file() argument
|
| /base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/ |
| D | dm_device_info.rs | 48 pub fn device_id(&self) -> String { in device_id() 56 pub fn device_name(&self) -> String { in device_name() 73 pub fn network_id(&self) -> String { in network_id()
|
| /base/request/request/services/src/manage/scheduler/ |
| D | sql.rs | 18 pub(super) fn start_task(task_id: u32) -> String { in start_task() 32 pub(super) fn pause_task(task_id: u32) -> String { in pause_task() 44 pub(super) fn stop_task(task_id: u32) -> String { in stop_task() 56 pub(super) fn remove_task(task_id: u32) -> String { in remove_task()
|
| /base/request/request/services/src/utils/ |
| D | mod.rs | 67 pub(crate) fn hashmap_to_string(map: &HashMap<String, String>) -> String { in hashmap_to_string() argument 78 pub(crate) fn string_to_hashmap(str: &mut str) -> HashMap<String, String> { in string_to_hashmap() argument 156 fn GetCallingBundle(token_id: u64) -> String; in GetCallingBundle()
|
| /base/hiviewdfx/faultloggerd/interfaces/rust/panic_handler/ |
| D | lib.rs | 44 fn read_process_name(pid: u32) -> String { in read_process_name() 57 fn read_thread_name(pid: u32) -> String { in read_thread_name()
|
| /base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/ |
| D | dsoftbus.rs | 258 fn get_session_name(&mut self) -> FusionResult<String> { in get_session_name() 288 fn local_network_id(&mut self) -> FusionResult<String> { in local_network_id() 335 fn convert_i8_array_to_string(&self, arr: &[i8]) -> String { in convert_i8_array_to_string() 374 fn get_peer_session_name(&mut self, remote_network_id: &String) -> FusionResult<String>{ in get_peer_session_name() 448 fn close_input_softbus(&mut self, remote_network_id: &String) { in close_input_softbus() 480 …fn wait_session_opend(&mut self, remote_network_id: &String, session_id_: i32) -> FusionResult<()>… in wait_session_opend() 587 fn find_device(&self, session_id: i32) -> FusionResult<String> { in find_device() 728 fn send_msg(&self, device_id: &String, data: *const c_void, data_len: u32) -> FusionResult<()> { in send_msg() 760 fn get_session_dev_map(&self) -> HashMap<String, i32> { in get_session_dev_map() 947 pub fn close_input_softbus(&self, remote_network_id: &String) { in close_input_softbus() [all …]
|
| /base/security/asset/services/db_operator/src/ |
| D | table.rs | 72 fn build_sql_columns_not_empty(columns: &Vec<&str>, sql: &mut String) { in build_sql_columns_not_empty() 83 fn build_sql_columns(columns: &Vec<&str>, sql: &mut String) { in build_sql_columns() 92 fn build_sql_where(conditions: &DbMap, filter: bool, sql: &mut String) { in build_sql_where() 118 fn build_sql_values(len: usize, sql: &mut String) { in build_sql_values() 135 fn from_data_value_to_str_value(value: &Value) -> String { in from_data_value_to_str_value() 143 fn build_sql_query_options(query_options: Option<&QueryOptions>, sql: &mut String) { in build_sql_query_options() 172 fn build_sql_reverse_condition(reverse_condition: Option<&DbMap>, sql: &mut String) { in build_sql_reverse_condition()
|
| /base/security/asset/services/core_service/src/common_event/ |
| D | start_event.rs | 32 fn handle_package_removed(want: &HashMap<String, String>, is_sandbox: bool) { in handle_package_removed() argument
|
| /base/request/request/services/src/manage/scheduler/state/ |
| D | sql.rs | 97 pub(crate) fn app_state_unavailable(uid: u64) -> String { in app_state_unavailable() 123 pub(crate) fn app_state_available(uid: u64) -> String { in app_state_available() 138 pub(super) fn account_unavailable(active_accounts: &HashSet<u64>) -> String { in account_unavailable() 173 pub(super) fn account_available(active_accounts: &HashSet<u64>) -> String { in account_available() 220 pub(super) fn network_unavailable(info: &NetworkInfo) -> Option<String> { in network_unavailable() 255 pub(super) fn network_available(info: &NetworkInfo) -> String { in network_available() 288 pub(crate) fn special_process_terminate(uid: u64) -> String { in special_process_terminate()
|
| /base/hiviewdfx/faultloggerd/tools/panic_maker/ |
| D | main.rs | 34 fn test_panic(pt: &String) { in test_panic()
|
| /base/request/request/services/src/task/ |
| D | files.rs | 157 pub(crate) fn convert_path(uid: u64, bundle_name: &str, path: &str) -> String { in convert_path() 167 pub(crate) fn convert_bundle_name(config: &TaskConfig) -> String { in convert_bundle_name() 179 fn check_app_clone_bundle_name(uid: u64, bundle_name: &str) -> String { in check_app_clone_bundle_name()
|
| D | bundle.rs | 29 pub(crate) fn get_name_and_index(uid: i32) -> Option<(i32, String)> { in get_name_and_index() argument
|
| D | client.rs | 194 fn action_to_domain_type(action: Action) -> String { in action_to_domain_type() 209 fn new(app_id: String, domain_type: String) -> Self { in new()
|
| /base/hiviewdfx/faultloggerd/interfaces/rust/stacktrace/ |
| D | lib.rs | 40 pub fn get_trace(is_crash : bool) -> String { in get_trace()
|
| /base/request/request/services/src/service/client/ |
| D | mod.rs | 124 version: String, in send_response() 126 reason: String, in send_response() 223 version: String, in handle_send_response() 225 reason: String, in handle_send_response()
|
| /base/security/asset/frameworks/os_dependency/file/src/ |
| D | lib.rs | 25 fn construct_user_path(user_id: i32) -> String { in construct_user_path()
|
| /base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
| D | LocaleList.java | 43 public LocaleList(int startOffset, HashMap<String, Integer> locales, Map<Integer, in LocaleList()
|
| D | StringPool.java | 49 public StringPool(HashMap<String, Integer> hashMap, int offset) { in StringPool()
|
| /base/global/i18n/frameworks/intl/src/ |
| D | index_util.cpp | 74 std::string IndexUtil::GetIndex(const std::string &String) in GetIndex()
|
| /base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
| D | sys_event_manager.rs | 142 pub fn get_domain(&self) -> String { in get_domain() 148 pub fn get_event_name(&self) -> String { in get_event_name() 170 pub fn get_time_zone(&self) -> String { in get_time_zone() 211 pub fn get_level(&self) -> String { in get_level() 220 pub fn get_tag(&self) -> String { in get_tag() 230 pub fn get_json_str(&self) -> String { in get_json_str()
|
| /base/request/request/test/rustest/src/ |
| D | lib.rs | 150 pub fn query_mime_type(&self, task_id: u32) -> String { in query_mime_type() 233 pub fn touch(&self, task_id: u32, token: String) { in touch() 276 pub fn get_task(&self, task_id: u32, token: String) { in get_task() 523 fn take_value(&mut self) -> HashMap<String, String> { in take_value() argument 536 fn take_value(&mut self) -> String { in take_value()
|