Home
last modified time | relevance | path

Searched refs:GetCurrentCallList (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_client.cpp304 std::vector<CallAttributeInfo> BluetoothCallClient::GetCurrentCallList(int32_t slotId) in GetCurrentCallList() function in OHOS::Telephony::BluetoothCallClient
309 return g_bluetoothCallProxyPtr->GetCurrentCallList(slotId); in GetCurrentCallList()
H A Dbluetooth_call_proxy.cpp103 std::vector<CallAttributeInfo> BluetoothCallProxy::GetCurrentCallList(int32_t slotId) in GetCurrentCallList() function in OHOS::Telephony::BluetoothCallProxy
/ohos5.0/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp186 void GetCurrentCallList(const uint8_t *data, size_t size) in GetCurrentCallList() function
219 GetCurrentCallList(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Di_bluetooth_call.h45 virtual std::vector<CallAttributeInfo> GetCurrentCallList(int32_t slotId) = 0;
H A Dbluetooth_call_proxy.h147 std::vector<CallAttributeInfo> GetCurrentCallList(int32_t slotId) override;
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h135 std::vector<CallAttributeInfo> GetCurrentCallList(int32_t slotId) override;
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h82 void GetCurrentCallList();
H A Dbluetooth_call_test.cpp249 &BluetoothCallTest::GetCurrentCallList; in InitFunMap()
529 void BluetoothCallTest::GetCurrentCallList() in GetCurrentCallList() function in OHOS::Telephony::BluetoothCallTest
540 std::vector<CallAttributeInfo> callVec = g_bluetoothCallPtr->GetCurrentCallList(slotId); in GetCurrentCallList()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h202 std::vector<CallAttributeInfo> GetCurrentCallList(int32_t slotId);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp144 callList = DelayedSingleton<BluetoothCallClient>::GetInstance()->GetCurrentCallList(slotId); in HangupCall()
236 callList = DelayedSingleton<BluetoothCallClient>::GetInstance()->GetCurrentCallList(slotId_); in QueryCurrentCallsList()
459 callList = DelayedSingleton<BluetoothCallClient>::GetInstance()->GetCurrentCallList(slotId); in UpdateCallList()
516 callList = DelayedSingleton<BluetoothCallClient>::GetInstance()->GetCurrentCallList(slotId); in GetResponseHoldState()
546 callList = DelayedSingleton<BluetoothCallClient>::GetInstance()->GetCurrentCallList(slotId); in SetResponseHoldState()
928 callList = DelayedSingleton<BluetoothCallClient>::GetInstance()->GetCurrentCallList(slotId); in HandleChld()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h40 …virtual int GetCurrentCallList(const BluetoothRawAddress &device, std::vector<BluetoothHfpHfCall> …
/ohos5.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) …
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h38 …int GetCurrentCallList(const BluetoothRawAddress &device, std::vector<BluetoothHfpHfCall> &calls) …
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h263 virtual std::vector<HandsFreeUnitCalls> GetCurrentCallList(const RawAddress &device) = 0;
/ohos5.0/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
/ohos5.0/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()
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_stub.cpp224 std::vector<CallAttributeInfo> callVec = GetCurrentCallList(slotId); in OnGetCurrentCallList()
H A Dbluetooth_call_service.cpp325 std::vector<CallAttributeInfo> BluetoothCallService::GetCurrentCallList(int32_t slotId) in GetCurrentCallList() function in OHOS::Telephony::BluetoothCallService
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp197 int BluetoothHfpHfProxy::GetCurrentCallList(const BluetoothRawAddress &device, std::vector<Bluetoot… in GetCurrentCallList() function in OHOS::Bluetooth::BluetoothHfpHfProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp268 GetCurrentCallList(*device, calls); in GetCurrentCallListInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp283 proxy->GetCurrentCallList(BluetoothRawAddress(device.GetDeviceAddr()), callsList); in GetExistingCalls()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager2_gtest.cpp298 bluetoothCallClient->GetCurrentCallList(-1).size();

12