Home
last modified time | relevance | path

Searched refs:GetCurrentCallList (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h40 virtual int GetCurrentCallList(const BluetoothRawAddress &device, std::vector<BluetoothHfpHfCall> &calls) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h42 int GetCurrentCallList(const BluetoothRawAddress &device, std::vector<BluetoothHfpHfCall> &calls) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h38 int GetCurrentCallList(const BluetoothRawAddress &device, std::vector<BluetoothHfpHfCall> &calls) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h263 virtual std::vector<HandsFreeUnitCalls> GetCurrentCallList(const RawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp144 callList = DelayedRefSingleton<BluetoothCallClient>::GetInstance().GetCurrentCallList(slotId); in HangupCall()
236 callList = DelayedRefSingleton<BluetoothCallClient>::GetInstance().GetCurrentCallList(slotId_); in QueryCurrentCallsList()
459 callList = DelayedRefSingleton<BluetoothCallClient>::GetInstance().GetCurrentCallList(slotId); in UpdateCallList()
516 callList = DelayedRefSingleton<BluetoothCallClient>::GetInstance().GetCurrentCallList(slotId); in GetResponseHoldState()
546 callList = DelayedRefSingleton<BluetoothCallClient>::GetInstance().GetCurrentCallList(slotId); in SetResponseHoldState()
928 callList = DelayedRefSingleton<BluetoothCallClient>::GetInstance().GetCurrentCallList(slotId); in HandleChld()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.h213 std::vector<HandsFreeUnitCalls> GetCurrentCallList(const RawAddress &device) override;
H A Dhfp_hf_statemachine.h80 std::vector<HandsFreeUnitCalls> GetCurrentCallList();
H A Dhfp_hf_service.cpp382 std::vector<HandsFreeUnitCalls> HfpHfService::GetCurrentCallList(const RawAddress &device) in GetCurrentCallList() function in OHOS::bluetooth::HfpHfService
399 return it->second->GetCurrentCallList(); in GetCurrentCallList()
H A Dhfp_hf_statemachine.cpp795 std::vector<HandsFreeUnitCalls> HfpHfStateMachine::GetCurrentCallList() in GetCurrentCallList() function in OHOS::bluetooth::HfpHfStateMachine
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp303 int BluetoothHfpHfServer::GetCurrentCallList(const BluetoothRawAddress &device, in GetCurrentCallList() function in OHOS::Bluetooth::BluetoothHfpHfServer
309 callVector = pimpl->HfpHfService_->GetCurrentCallList(addr); in GetCurrentCallList()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp189 int BluetoothHfpHfProxy::GetCurrentCallList(const BluetoothRawAddress &device, std::vector<BluetoothHfpHfCall> &calls) in GetCurrentCallList() function in OHOS::Bluetooth::BluetoothHfpHfProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp268 GetCurrentCallList(*device, calls); in GetCurrentCallListInner()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp280 proxy->GetCurrentCallList(BluetoothRawAddress(device.GetDeviceAddr()), callsList); in GetExistingCalls()

Completed in 12 milliseconds