/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | bluetooth_call_client.cpp | 304 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 D | bluetooth_call_proxy.cpp | 103 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 D | bluetoothdialcall_fuzzer.cpp | 186 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 D | i_bluetooth_call.h | 45 virtual std::vector<CallAttributeInfo> GetCurrentCallList(int32_t slotId) = 0;
|
H A D | bluetooth_call_proxy.h | 147 std::vector<CallAttributeInfo> GetCurrentCallList(int32_t slotId) override;
|
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/ |
H A D | bluetooth_call_service.h | 135 std::vector<CallAttributeInfo> GetCurrentCallList(int32_t slotId) override;
|
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/ |
H A D | bluetooth_call_test.h | 82 void GetCurrentCallList();
|
H A D | bluetooth_call_test.cpp | 249 &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 D | bluetooth_call_client.h | 202 std::vector<CallAttributeInfo> GetCurrentCallList(int32_t slotId);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_system_interface.cpp | 144 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 D | i_bluetooth_hfp_hf.h | 40 …virtual int GetCurrentCallList(const BluetoothRawAddress &device, std::vector<BluetoothHfpHfCall> …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_hf_server.h | 42 …int GetCurrentCallList(const BluetoothRawAddress &device, std::vector<BluetoothHfpHfCall> &calls) …
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_hf_proxy.h | 38 …int GetCurrentCallList(const BluetoothRawAddress &device, std::vector<BluetoothHfpHfCall> &calls) …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 263 virtual std::vector<HandsFreeUnitCalls> GetCurrentCallList(const RawAddress &device) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.h | 213 std::vector<HandsFreeUnitCalls> GetCurrentCallList(const RawAddress &device) override;
|
H A D | hfp_hf_statemachine.h | 80 std::vector<HandsFreeUnitCalls> GetCurrentCallList();
|
H A D | hfp_hf_service.cpp | 382 std::vector<HandsFreeUnitCalls> HfpHfService::GetCurrentCallList(const RawAddress &device) in GetCurrentCallList() function in OHOS::bluetooth::HfpHfService 399 return it->second->GetCurrentCallList(); in GetCurrentCallList()
|
H A D | hfp_hf_statemachine.cpp | 795 std::vector<HandsFreeUnitCalls> HfpHfStateMachine::GetCurrentCallList() in GetCurrentCallList() function in OHOS::bluetooth::HfpHfStateMachine
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 303 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 D | bluetooth_call_stub.cpp | 224 std::vector<CallAttributeInfo> callVec = GetCurrentCallList(slotId); in OnGetCurrentCallList()
|
H A D | bluetooth_call_service.cpp | 325 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 D | bluetooth_hfp_hf_proxy.cpp | 197 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 D | bluetooth_hfp_hf_stub.cpp | 268 GetCurrentCallList(*device, calls); in GetCurrentCallListInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 283 proxy->GetCurrentCallList(BluetoothRawAddress(device.GetDeviceAddr()), callsList); in GetExistingCalls()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager2_gtest.cpp | 298 bluetoothCallClient->GetCurrentCallList(-1).size();
|