Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf_observer.h37 …virtual void OnOperatorSelectionChanged(const BluetoothRawAddress &device, const std::string &name…
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h38 …void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &name) over… in OnOperatorSelectionChanged() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_hf_observer_proxy.h35 …void OnOperatorSelectionChanged(const BluetoothRawAddress &device, const std::string &name) overri…
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h124 …virtual void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &na… in OnOperatorSelectionChanged() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h135 virtual void OnOperatorSelectionChanged(const RawAddress &device, const std::string &name) in OnOperatorSelectionChanged() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp86 void OnOperatorSelectionChanged(const RawAddress& device, const std::string& name) override in OnOperatorSelectionChanged() function in OHOS::Bluetooth::HfpHfServerObserver
90 observer->OnOperatorSelectionChanged(device, name); in OnOperatorSelectionChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_observer_stub.cpp171 stub->OnOperatorSelectionChanged(*device, name); in OnOperatorSelectionChangedInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp182 void BluetoothHfpHfObserverProxy::OnOperatorSelectionChanged(const BluetoothRawAddress &device, in OnOperatorSelectionChanged() function in OHOS::Bluetooth::BluetoothHfpHfObserverProxy
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp40 …virtual void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &na… in OnOperatorSelectionChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp111 void OnOperatorSelectionChanged( in OnOperatorSelectionChanged() function in OHOS::Bluetooth::HfServiceObserver
117 observer->OnOperatorSelectionChanged(remoteDevice, name); in OnOperatorSelectionChanged()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp809 (*iter)->OnOperatorSelectionChanged(device, name); in NotifyOperatorSelectionChanged()