Home
last modified time | relevance | path

Searched refs:print_to_string_with_options (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/tools/netsim/rust/daemon/src/captures/
H A Dcaptures_handler.rs36 use protobuf_json_mapping::{print_to_string_with_options, PrintOptions};
163 let json_response = print_to_string_with_options(&response, &JSON_PRINT_OPTION) in handle_capture_list()
206 print_to_string_with_options(&capture.get_capture_proto(), &JSON_PRINT_OPTION) in handle_capture_patch()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dlib.rs20 pub use self::print::print_to_string_with_options;
Dprint.rs571 pub fn print_to_string_with_options( in print_to_string_with_options() function
585 print_to_string_with_options(message, &PrintOptions::default()) in print_to_string()
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Ddevices_handler.rs62 use protobuf_json_mapping::print_to_string_with_options;
830 if let Ok(json_response) = print_to_string_with_options(&response, &JSON_PRINT_OPTION) { in handle_device_list()