Home
last modified time | relevance | path

Searched refs:JSON_PRINT_OPTION (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/daemon/src/captures/
Dcaptures_handler.rs55 const JSON_PRINT_OPTION: PrintOptions = PrintOptions { constant
135 let json_response = print_to_string_with_options(&response, &JSON_PRINT_OPTION) in handle_capture_list()
161 print_to_string_with_options(&capture.get_capture_proto(), &JSON_PRINT_OPTION) in handle_capture_patch()
/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs75 const JSON_PRINT_OPTION: PrintOptions = PrintOptions { constant
654 if let Ok(json_response) = print_to_string_with_options(&response, &JSON_PRINT_OPTION) { in handle_device_list()