Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs1027 const OPTION_KEY: &'static str = "optional_value"; in generate_dbus_arg() constant
1353 let prop_value = match data.get(OPTION_KEY) { in generate_dbus_arg()
1365 … return Err(Box::new(DBusArgError::new(format!("{} must be a variant", OPTION_KEY)))); in generate_dbus_arg()
1372 OPTION_KEY.to_string()) { in generate_dbus_arg()
1390 props.insert(OPTION_KEY.to_string(), dbus::arg::Variant(Box::new(b))); in generate_dbus_arg()