Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/uci/jni/src/
Dhelper.rs112 let optional_result = option_result_helper(result, "Operation"); in test_option_result_helper() localVariable
113 assert_eq!(optional_result, Some(42)); in test_option_result_helper()
116 let optional_result = option_result_helper(result, "Operation"); in test_option_result_helper() localVariable
117 assert_eq!(optional_result, None); in test_option_result_helper()