Home
last modified time | relevance | path

Searched refs:DialMemory (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile.h241 bool DialMemory(int memory);
H A Dhfp_hf_service.h290 bool DialMemory(const RawAddress &device, int index) override;
H A Dhfp_hf_profile.cpp333 bool HfpHfProfile::DialMemory(int memory) in DialMemory() function in OHOS::bluetooth::HfpHfProfile
495 DialMemory(std::stoi(arg)); in SendAtCommand()
H A Dhfp_hf_statemachine.cpp568 if (!profile_.DialMemory(index)) { in ProcessDialMemory()
H A Dhfp_hf_service.cpp493 bool HfpHfService::DialMemory(const RawAddress &device, int index) in DialMemory() function in OHOS::bluetooth::HfpHfService
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h48 virtual bool DialMemory(const BluetoothRawAddress &device, int index) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h50 bool DialMemory(const BluetoothRawAddress &device, int index) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h46 bool DialMemory(const BluetoothRawAddress &device, int index) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h349 bool DialMemory(const BluetoothRemoteDevice &device, int index);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h340 virtual bool DialMemory(const RawAddress &device, int index) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp368 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 Dbluetooth_hfp_hf_server.cpp373 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 Dbluetooth_hfp_hf_proxy.cpp310 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 Dbluetooth_hfp_hf_stub.cpp393 int result = DialMemory(*device, index); in DialMemoryInner()

Completed in 11 milliseconds