/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_profile.h | 241 bool DialMemory(int memory);
|
H A D | hfp_hf_service.h | 290 bool DialMemory(const RawAddress &device, int index) override;
|
H A D | hfp_hf_profile.cpp | 333 bool HfpHfProfile::DialMemory(int memory) in DialMemory() function in OHOS::bluetooth::HfpHfProfile 495 DialMemory(std::stoi(arg)); in SendAtCommand()
|
H A D | hfp_hf_statemachine.cpp | 568 if (!profile_.DialMemory(index)) { in ProcessDialMemory()
|
H A D | hfp_hf_service.cpp | 493 bool HfpHfService::DialMemory(const RawAddress &device, int index) in DialMemory() function in OHOS::bluetooth::HfpHfService
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf.h | 48 virtual bool DialMemory(const BluetoothRawAddress &device, int index) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_hf_server.h | 50 bool DialMemory(const BluetoothRawAddress &device, int index) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_hf_proxy.h | 46 bool DialMemory(const BluetoothRawAddress &device, int index) override;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 349 bool DialMemory(const BluetoothRemoteDevice &device, int index);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 340 virtual bool DialMemory(const RawAddress &device, int index) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 368 bool DialMemory(const BluetoothRemoteDevice &device, int index) in DialMemory() function 373 return proxy->DialMemory(BluetoothRawAddress(device.GetDeviceAddr()), index); in DialMemory() 713 bool HandsFreeUnit::DialMemory(const BluetoothRemoteDevice &device, int index) in DialMemory() function in OHOS::Bluetooth::HandsFreeUnit 723 return pimpl->DialMemory(device, index); in DialMemory()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 373 bool BluetoothHfpHfServer::DialMemory(const BluetoothRawAddress &device, int index) in DialMemory() function in OHOS::Bluetooth::BluetoothHfpHfServer 379 return pimpl->HfpHfService_->DialMemory(addr, index); in DialMemory()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_proxy.cpp | 310 bool BluetoothHfpHfProxy::DialMemory(const BluetoothRawAddress &device, int index) in DialMemory() function in OHOS::Bluetooth::BluetoothHfpHfProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_stub.cpp | 393 int result = DialMemory(*device, index); in DialMemoryInner()
|