Home
last modified time | relevance | path

Searched refs:DialLastNumber (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h47 virtual bool DialLastNumber(const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h49 bool DialLastNumber(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h45 bool DialLastNumber(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h339 bool DialLastNumber(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h330 virtual bool DialLastNumber(const RawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.h280 bool DialLastNumber(const RawAddress &device) override;
H A Dhfp_hf_service.cpp478 bool HfpHfService::DialLastNumber(const RawAddress &device) in DialLastNumber() function in OHOS::bluetooth::HfpHfService
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp358 bool DialLastNumber(const BluetoothRemoteDevice &device) in DialLastNumber() function
363 return proxy->DialLastNumber(BluetoothRawAddress(device.GetDeviceAddr())); in DialLastNumber()
700 bool HandsFreeUnit::DialLastNumber(const BluetoothRemoteDevice &device) in DialLastNumber() function in OHOS::Bluetooth::HandsFreeUnit
710 return pimpl->DialLastNumber(device); in DialLastNumber()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp363 bool BluetoothHfpHfServer::DialLastNumber(const BluetoothRawAddress &device) in DialLastNumber() function in OHOS::Bluetooth::BluetoothHfpHfServer
368 return pimpl->HfpHfService_->DialLastNumber(addr); in DialLastNumber()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp295 bool BluetoothHfpHfProxy::DialLastNumber(const BluetoothRawAddress &device) in DialLastNumber() function in OHOS::Bluetooth::BluetoothHfpHfProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp376 int result = DialLastNumber(*device); in DialLastNumberInner()

Completed in 8 milliseconds