Home
last modified time | relevance | path

Searched refs:trans_slice_to_array (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event_manager.rs380 … crate::utils::trans_slice_to_array(query_rules[i].domain, &mut query_rules_wrapper[i].domain); in query()
391 crate::utils::trans_slice_to_array(src_str, &mut query_rules_wrapper[i].event_list); in query()
526 … crate::utils::trans_slice_to_array(watch_rules[i].domain, &mut watch_rules_wrapper[i].domain); in add_watcher()
527 crate::utils::trans_slice_to_array(watch_rules[i].name, &mut watch_rules_wrapper[i].name); in add_watcher()
528 crate::utils::trans_slice_to_array(watch_rules[i].tag, &mut watch_rules_wrapper[i].tag); in add_watcher()
H A Dutils.rs19 pub fn trans_slice_to_array(src: &str, dest: &mut [u8]) { in trans_slice_to_array() function
H A Dsys_event.rs243 … crate::utils::trans_slice_to_array(event_params[i].param_name, &mut params_wrapper[i].param_name); in write()