Searched refs:dbus_method (Results 1 – 14 of 14) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 63 dbus_method, dbus_propmap, generate_dbus_exporter, generate_dbus_interface_client, 602 #[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)] [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_media.rs | 20 use dbus_macros::{dbus_method, dbus_propmap, dbus_proxy_obj, generate_dbus_exporter}; 82 #[dbus_method("OnBluetoothAudioDeviceAdded")] 87 #[dbus_method("OnBluetoothAudioDeviceRemoved")] 92 #[dbus_method("OnAbsoluteVolumeSupportedChanged")] 97 #[dbus_method("OnAbsoluteVolumeChanged")] 102 #[dbus_method("OnHfpVolumeChanged")] 107 #[dbus_method("OnHfpAudioDisconnected")] 112 #[dbus_method("OnHfpDebugDump")] 127 #[dbus_method("OnLeaGroupConnected")] 132 #[dbus_method("OnLeaGroupDisconnected")] [all …]
|
D | iface_bluetooth_gatt.rs | 21 use dbus_macros::{dbus_method, dbus_propmap, dbus_proxy_obj, generate_dbus_exporter}; 37 #[dbus_method("OnClientRegistered")] 42 #[dbus_method("OnClientConnectionState")] 53 #[dbus_method("OnPhyUpdate")] 64 #[dbus_method("OnPhyRead")] 69 #[dbus_method("OnSearchComplete")] 79 #[dbus_method("OnCharacteristicRead")] 90 #[dbus_method("OnCharacteristicWrite")] 95 #[dbus_method("OnExecuteWrite")] 100 #[dbus_method("OnDescriptorRead")] [all …]
|
D | iface_bluetooth.rs | 33 use dbus_macros::{dbus_method, dbus_propmap, dbus_proxy_obj, generate_dbus_exporter}; 93 #[dbus_method("OnAdapterPropertyChanged")] 97 #[dbus_method("OnDevicePropertiesChanged")] 105 #[dbus_method("OnAddressChanged")] 109 #[dbus_method("OnNameChanged")] 113 #[dbus_method("OnDiscoverableChanged")] 117 #[dbus_method("OnDeviceFound")] 121 #[dbus_method("OnDeviceCleared")] 125 #[dbus_method("OnDiscoveringChanged")] 129 #[dbus_method( [all …]
|
D | iface_bluetooth_telephony.rs | 7 use dbus_macros::{dbus_method, dbus_proxy_obj, generate_dbus_exporter}; 18 #[dbus_method("OnTelephonyEvent")] 32 #[dbus_method("RegisterTelephonyCallback")] 40 #[dbus_method("SetNetworkAvailable")] 44 #[dbus_method("SetRoaming")] 48 #[dbus_method("SetSignalStrength")] 52 #[dbus_method("SetBatteryLevel")] 56 #[dbus_method("SetPhoneOpsEnabled")] 60 #[dbus_method("SetMpsQualificationEnabled")] 64 #[dbus_method("IncomingCall")] [all …]
|
D | iface_bluetooth_qa.rs | 4 use dbus_macros::{dbus_method, dbus_proxy_obj, generate_dbus_exporter}; 18 #[dbus_method("RegisterQACallback")] 22 #[dbus_method("UnregisterQACallback")] 26 #[dbus_method("AddMediaPlayer")] 30 #[dbus_method("RfcommSendMsc")] 34 #[dbus_method("FetchDiscoverableMode")] 38 #[dbus_method("FetchConnectable")] 42 #[dbus_method("SetConnectable")] 46 #[dbus_method("FetchAlias")] 50 #[dbus_method("GetModalias")] [all …]
|
D | iface_bluetooth_admin.rs | 5 use dbus_macros::{dbus_method, dbus_propmap, dbus_proxy_obj, generate_dbus_exporter}; 28 #[dbus_method("OnServiceAllowlistChanged")] 33 #[dbus_method("OnDevicePolicyEffectChanged")] 45 #[dbus_method("IsServiceAllowed")] 50 #[dbus_method("SetAllowedServices")] 55 #[dbus_method("GetAllowedServices")] 60 #[dbus_method("GetDevicePolicyEffect")] 65 #[dbus_method("RegisterAdminPolicyCallback")] 73 #[dbus_method("UnregisterAdminPolicyCallback")]
|
D | iface_battery_provider_manager.rs | 6 use dbus_macros::{dbus_method, dbus_proxy_obj, generate_dbus_exporter}; 15 #[dbus_method("RefreshBatteryInfo")] 28 #[dbus_method("RegisterBatteryProvider")] 36 #[dbus_method("UnregisterBatteryProvider")] 41 #[dbus_method("SetBatteryInfo")] 46 #[dbus_method("RemoveBatteryInfo")]
|
D | iface_battery_manager.rs | 6 use dbus_macros::{dbus_method, dbus_propmap, dbus_proxy_obj, generate_dbus_exporter}; 29 #[dbus_method("OnBatteryInfoUpdated")] 39 #[dbus_method("RegisterBatteryCallback")] 47 #[dbus_method("UnregisterBatteryCallback")] 52 #[dbus_method("GetBatteryInformation")]
|
D | iface_logging.rs | 4 use dbus_macros::{dbus_method, generate_dbus_exporter}; 11 #[dbus_method("IsDebugEnabled")] 16 #[dbus_method("SetDebugLogging")]
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | bluetooth_manager_dbus.rs | 4 use dbus_macros::{dbus_method, dbus_propmap, dbus_proxy_obj, generate_dbus_exporter}; 30 #[dbus_method("Start")] 35 #[dbus_method("Stop")] 40 #[dbus_method("GetAdapterEnabled")] 45 #[dbus_method("RegisterCallback")] 50 #[dbus_method("GetFlossEnabled")] 55 #[dbus_method("SetFlossEnabled")] 60 #[dbus_method("GetAvailableAdapters")] 65 #[dbus_method("GetDefaultAdapter")] 70 #[dbus_method("SetDesiredDefaultAdapter")] [all …]
|
D | dbus_iface.rs | 6 use dbus_macros::{dbus_method, generate_dbus_exporter, generate_dbus_interface_client}; 47 #[dbus_method("RegisterCallback", DBusLog::Disable)] 52 #[dbus_method("UnregisterCallback")] 57 #[dbus_method("Suspend")] 62 #[dbus_method("Resume")] 78 #[dbus_method("OnCallbackRegistered")] 80 #[dbus_method("OnSuspendReady")] 82 #[dbus_method("OnResumed")]
|
D | bluetooth_experimental_dbus.rs | 1 use dbus_macros::{dbus_method, generate_dbus_exporter}; 19 #[dbus_method("SetLLPrivacy")] 24 #[dbus_method("SetDevCoredump")]
|
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/ |
D | lib.rs | 51 pub fn dbus_method(_attr: TokenStream, item: TokenStream) -> TokenStream { in dbus_method() function
|