Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs602 #[dbus_method("OnAdapterPropertyChanged", DBusLog::Disable)]
605 #[dbus_method("OnDevicePropertiesChanged", DBusLog::Disable)]
613 #[dbus_method("OnAddressChanged", DBusLog::Disable)]
616 #[dbus_method("OnNameChanged", DBusLog::Disable)]
619 #[dbus_method("OnDiscoverableChanged", DBusLog::Disable)]
622 #[dbus_method("OnDeviceFound", DBusLog::Disable)]
625 #[dbus_method("OnDeviceCleared", DBusLog::Disable)]
628 #[dbus_method("OnDiscoveringChanged", DBusLog::Disable)]
631 #[dbus_method("OnSspRequest", DBusLog::Disable)]
641 #[dbus_method("OnPinRequest", DBusLog::Disable)]
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs131 DBusLog::Enable(DBusLogOptions::LogAll, DBusLogVerbosity::Verbose)
152 DBusLog::Enable(DBusLogOptions::LogAll, DBusLogVerbosity::Verbose)
189 DBusLog::Enable(DBusLogOptions::LogAll, DBusLogVerbosity::Verbose)
197 DBusLog::Enable(DBusLogOptions::LogAll, DBusLogVerbosity::Verbose)
524 #[dbus_method("GetAddress", DBusLog::Disable)]
529 #[dbus_method("GetUuids", DBusLog::Disable)]
534 #[dbus_method("GetName", DBusLog::Disable)]
544 #[dbus_method("GetBluetoothClass", DBusLog::Disable)]
554 #[dbus_method("GetDiscoverable", DBusLog::Disable)]
559 #[dbus_method("GetDiscoverableTimeout", DBusLog::Disable)]
[all …]
Diface_bluetooth_gatt.rs615 #[dbus_method("RegisterScanner", DBusLog::Disable)]
680 #[dbus_method("GetOwnAddress", DBusLog::Disable)]
785 #[dbus_method("DiscoverServices", DBusLog::Disable)]
790 #[dbus_method("DiscoverServiceByUuid", DBusLog::Disable)]
795 #[dbus_method("BtifGattcDiscoverServiceByUuid", DBusLog::Disable)]
800 #[dbus_method("ReadCharacteristic", DBusLog::Disable)]
805 #[dbus_method("ReadUsingCharacteristicUuid", DBusLog::Disable)]
818 #[dbus_method("WriteCharacteristic", DBusLog::Disable)]
831 #[dbus_method("ReadDescriptor", DBusLog::Disable)]
836 #[dbus_method("WriteDescriptor", DBusLog::Disable)]
[all …]
Diface_bluetooth_media.rs335 #[dbus_method("SetHfpActiveDevice", DBusLog::Disable)]
352 #[dbus_method("SetVolume", DBusLog::Disable)]
367 #[dbus_method("GetA2dpAudioStarted", DBusLog::Disable)]
372 #[dbus_method("StopAudioRequest", DBusLog::Disable)]
397 #[dbus_method("GetPresentationPosition", DBusLog::Disable)]
405 #[dbus_method("SetPlayerPlaybackStatus", DBusLog::Disable)]
410 #[dbus_method("SetPlayerPosition", DBusLog::Disable)]
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs59 dbus_generated, impl_dbus_arg_enum, impl_dbus_arg_from_into, ClientDBusProxy, DBusLog,
352 pub enum DBusLog { enum
357 impl DBusLog { impl
358 pub fn log(logging: DBusLog, prefix: &str, iface_name: &str, func_name: &str, param: &str) { in log() argument
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Ddbus_iface.rs47 #[dbus_method("RegisterCallback", DBusLog::Disable)]
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs149 quote! { DBusLog::Enable(DBusLogOptions::LogAll, DBusLogVerbosity::Verbose) }; in generate_dbus_exporter()
236DBusLog::log(#dbus_logging, "dbus in", #dbus_iface_name, #dbus_method_name, args_formatted.as_str(… in generate_dbus_exporter()
797 let token = quote! { DBusLog::Disable }; in dbus_proxy_obj()
832DBusLog::log(#dbus_logging, "dbus out", #dbus_iface_name, #dbus_method_name, args_formatted.as_str… in dbus_proxy_obj()