Home
last modified time | relevance | path

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

/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.h141 * GetCurrentCallList
147 std::vector<CallAttributeInfo> GetCurrentCallList(int32_t slotId) override;
/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h82 void GetCurrentCallList();
H A Dbluetooth_call_test.cpp209 std::cout << "19:GetCurrentCallList\n"; in PrintfUsage()
244 &BluetoothCallTest::GetCurrentCallList; in InitFunMap()
444 void BluetoothCallTest::GetCurrentCallList() in GetCurrentCallList() function in OHOS::Telephony::BluetoothCallTest
448 std::cout << "------GetCurrentCallList------" << std::endl; in GetCurrentCallList()
451 std::vector<CallAttributeInfo> callVec = bluetoothCallClient.GetCurrentCallList(slotId); in GetCurrentCallList()
/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h129 * GetCurrentCallList
135 std::vector<CallAttributeInfo> GetCurrentCallList(int32_t slotId) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h202 std::vector<CallAttributeInfo> GetCurrentCallList(int32_t slotId);
/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()
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_proxy.cpp103 std::vector<CallAttributeInfo> BluetoothCallProxy::GetCurrentCallList(int32_t slotId) in GetCurrentCallList() function in OHOS::Telephony::BluetoothCallProxy
116 TELEPHONY_LOGE("Function GetCurrentCallList call failed! errCode:%{public}d", error); in GetCurrentCallList()
H A Dbluetooth_call_client.cpp328 std::vector<CallAttributeInfo> BluetoothCallClient::GetCurrentCallList(int32_t slotId) in GetCurrentCallList() function in OHOS::Telephony::BluetoothCallClient
334 return g_bluetoothCallProxyPtr->GetCurrentCallList(slotId); in GetCurrentCallList()
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp326 std::vector<CallAttributeInfo> BluetoothCallService::GetCurrentCallList(int32_t slotId) in GetCurrentCallList() function in OHOS::Telephony::BluetoothCallService
329 TELEPHONY_LOGE("BluetoothCallService::GetCurrentCallList, Permission denied!"); in GetCurrentCallList()
H A Dbluetooth_call_stub.cpp224 std::vector<CallAttributeInfo> callVec = GetCurrentCallList(slotId); in OnGetCurrentCallList()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp662 bluetoothCallClient.GetCurrentCallList(-1).size(); in HWTEST_F()
H A Dzero_branch3_test.cpp325 bluetoothCallService.GetCurrentCallList(-1).size(); in HWTEST_F()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager2_gtest.cpp298 bluetoothCallClient.GetCurrentCallList(-1).size(); in HWTEST_F()

Completed in 11 milliseconds