/base/request/request/services/service/rust/src/ |
D | utils.rs | 27 pub fn convert_to_string(ptr: *const c_char) -> String { in convert_to_string() 37 pub fn hashmap_to_string(map: &HashMap<String, String>) -> String { in hashmap_to_string() argument 48 pub fn string_to_hashmap(str: &mut String) -> HashMap<String, String> { in string_to_hashmap() argument
|
D | request_service_ability.rs | 54 fn new(state: ServerRunState, obj: Mutex<HashMap<String, RemoteObj>>) -> Self { in new() 124 pub fn query_mime_type(&self, task_id: u32) -> String { in query_mime_type() 138 pub fn on(&self, task_id: u32, on_type: String, obj: RemoteObj) -> ErrorCode { in on() 224 pub fn get_calling_bundle(&self) -> String { in get_calling_bundle() 240 pub fn add_unregister_notify(&self, task_id: u32, reg_type: String) { in add_unregister_notify() 257 fn do_unregistered_notify(&self, task_id: u32, reg_type: String) { in do_unregistered_notify() 289 pub fn notify_client(cb_type: String, notify_data: &NotifyData) { in notify_client()
|
D | c_string_wrapper.rs | 31 pub fn to_string(&self) -> String { in to_string()
|
D | progress.rs | 58 pub fn to_c_struct(&self, sizes: &String, processed: &String, extras: &String) -> CProgress { in to_c_struct()
|
D | task_info.rs | 226 sizes: &String, in to_c_struct() 227 processed: &String, in to_c_struct() 228 extras: &String, in to_c_struct()
|
D | task_manager.rs | 194 event_cb: Box<dyn Fn(String, &NotifyData) + Send + Sync + 'static>, in register_callback() 201 pub fn front_notify(&mut self, event: String, notify_data: &NotifyData) { in front_notify() 687 pub fn query_mime_type(&self, uid: u64, task_id: u32) -> String { in query_mime_type()
|
D | request_task.rs | 491 async fn build_download_request(&self) -> Option<Request<String>> { in build_download_request() 931 pub fn query_mime_type(&self) -> String { in query_mime_type()
|
/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
|
D | img_hash_check.rs | 144 pub fn load_img_hash_data(buffer: &[u8]) -> Result<Self, String> { in load_img_hash_data() argument 175 pub fn check_img_hash(&self, img_name: String, start: u32, end: u32, hash_value: &[u8]) -> bool in check_img_hash()
|
/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/request/request/test/unittest/rust/src/ |
D | common.rs | 73 pub fn remove_files(paths: Vec<String>) { in remove_files()
|
/base/hiviewdfx/faultloggerd/tools/panic_maker/ |
D | main.rs | 34 fn test_panic(pt: &String) { in test_panic()
|
/base/hiviewdfx/faultloggerd/interfaces/rust/stacktrace/ |
D | lib.rs | 40 pub fn get_trace(is_crash : bool) -> String { in get_trace()
|
/base/msdp/device_status/rust/modules/coordination/client/src/ |
D | lib.rs | 90 pub fn start_coordination(&self, user_data: i32, remote_network_id: String, in start_coordination() 135 pub fn get_coordination_state(&self, user_data: i32, device_id: String, in get_coordination_state()
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
D | LocaleList.java | 38 public LocaleList(int startOffset, HashMap<String, Integer> locales, Map<Integer, in LocaleList()
|
D | StringPool.java | 46 public StringPool(HashMap<String, Integer> hashMap, int offset) { in StringPool()
|
D | Fetcher.java | 90 public Fetcher(String tag, ReentrantLock lock, Map<String, Integer> idMap) { in Fetcher()
|
/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/msdp/device_status/rust/frameworks/client/src/ |
D | frameworks.rs | 184 pub fn start_coordination(&self, user_data: i32, remote_network_id: String, in start_coordination()
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
D | sa_dumper.cpp | 38 explicit UString(const std::u16string &String) in UString()
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
D | dlp_file_kits_test.cpp | 40 using String = OHOS::AAFwk::String; typedef
|
/base/telephony/ril_adapter/frameworks/src/ |
D | hril_base_parcel.cpp | 159 std::string &HrilBaseParcel::String(void) const in String() function in OHOS::Telephony::HrilBaseParcel
|