Home
last modified time | relevance | path

Searched defs:String (Results 1 – 24 of 24) sorted by relevance

/base/request/request/services/service/rust/src/
Dutils.rs27 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
Drequest_service_ability.rs54 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()
Dc_string_wrapper.rs31 pub fn to_string(&self) -> String { in to_string()
Dprogress.rs58 pub fn to_c_struct(&self, sizes: &String, processed: &String, extras: &String) -> CProgress { in to_c_struct()
Dtask_info.rs226 sizes: &String, in to_c_struct()
227 processed: &String, in to_c_struct()
228 extras: &String, in to_c_struct()
Dtask_manager.rs194 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()
Drequest_task.rs491 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/
Devp.rs20 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
Dhsd.rs62 pub fn get_sig_for_file(&self, file_name: &str) -> Result<Vec<u8>, String> in get_sig_for_file() argument
Dimg_hash_check.rs144 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/
Dlib.rs44 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/
Dcommon.rs73 pub fn remove_files(paths: Vec<String>) { in remove_files()
/base/hiviewdfx/faultloggerd/tools/panic_maker/
Dmain.rs34 fn test_panic(pt: &String) { in test_panic()
/base/hiviewdfx/faultloggerd/interfaces/rust/stacktrace/
Dlib.rs40 pub fn get_trace(is_crash : bool) -> String { in get_trace()
/base/msdp/device_status/rust/modules/coordination/client/src/
Dlib.rs90 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/
DLocaleList.java38 public LocaleList(int startOffset, HashMap<String, Integer> locales, Map<Integer, in LocaleList()
DStringPool.java46 public StringPool(HashMap<String, Integer> hashMap, int offset) { in StringPool()
DFetcher.java90 public Fetcher(String tag, ReentrantLock lock, Map<String, Integer> idMap) { in Fetcher()
/base/global/i18n/frameworks/intl/src/
Dindex_util.cpp74 std::string IndexUtil::GetIndex(const std::string &String) in GetIndex()
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
Dsys_event_manager.rs142 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/
Dframeworks.rs184 pub fn start_coordination(&self, user_data: i32, remote_network_id: String, in start_coordination()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dsa_dumper.cpp38 explicit UString(const std::u16string &String) in UString()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
Ddlp_file_kits_test.cpp40 using String = OHOS::AAFwk::String; typedef
/base/telephony/ril_adapter/frameworks/src/
Dhril_base_parcel.cpp159 std::string &HrilBaseParcel::String(void) const in String() function in OHOS::Telephony::HrilBaseParcel