Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_observer_proxy.cpp22 void BluetoothHfpAgObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int s… in OnConnectionStateChanged()
25 if (!data.WriteInterfaceToken(BluetoothHfpAgObserverProxy::GetDescriptor())) { in OnConnectionStateChanged()
53 void BluetoothHfpAgObserverProxy::OnScoStateChanged(const BluetoothRawAddress &device, int state, i… in OnScoStateChanged()
56 if (!data.WriteInterfaceToken(BluetoothHfpAgObserverProxy::GetDescriptor())) { in OnScoStateChanged()
84 void BluetoothHfpAgObserverProxy::OnActiveDeviceChanged(const BluetoothRawAddress &device) in OnActiveDeviceChanged()
87 if (!data.WriteInterfaceToken(BluetoothHfpAgObserverProxy::GetDescriptor())) { in OnActiveDeviceChanged()
110 if (!data.WriteInterfaceToken(BluetoothHfpAgObserverProxy::GetDescriptor())) { in OnHfEnhancedDriverSafetyChanged()
134 void BluetoothHfpAgObserverProxy::OnHfpStackChanged(const BluetoothRawAddress &device, int action) in OnHfpStackChanged()
137 if (!data.WriteInterfaceToken(BluetoothHfpAgObserverProxy::GetDescriptor())) { in OnHfpStackChanged()
161 void BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_ag_observer_proxy.h23 class BluetoothHfpAgObserverProxy : public IRemoteProxy<IBluetoothHfpAgObserver> {
25 explicit BluetoothHfpAgObserverProxy(const sptr<IRemoteObject> &impl) in BluetoothHfpAgObserverProxy() function
27 ~BluetoothHfpAgObserverProxy() {}; in ~BluetoothHfpAgObserverProxy()
37 static inline BrokerDelegator<BluetoothHfpAgObserverProxy> delegator_;