Searched refs:SendBtCallState (Results 1 - 6 of 6) sorted by relevance
/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_manager.cpp | 31 int32_t BluetoothCallManager::SendBtCallState( in SendBtCallState() function in OHOS::Telephony::BluetoothCallManager 38 return btConnection_->SendBtCallState(numActive, numHeld, callState, number); in SendBtCallState()
|
H A D | bluetooth_connection.cpp | 100 int32_t BluetoothConnection::SendBtCallState( in SendBtCallState() function in OHOS::Telephony::BluetoothConnection
|
H A D | bluetooth_call_service.cpp | 167 SendBtCallState(numActive, numHeld, callState, number); in GetCallState()
|
/base/telephony/call_manager/services/bluetooth/include/ |
H A D | bluetooth_call_manager.h | 31 int32_t SendBtCallState(int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number);
|
H A D | bluetooth_connection.h | 51 int32_t SendBtCallState(int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number);
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch6_test.cpp | 665 ASSERT_EQ(bluetoothCallManager.SendBtCallState(numActive, numHeld, callState, number), TELEPHONY_SUCCESS); in HWTEST_F()
|
Completed in 4 milliseconds