Home
last modified time | relevance | path

Searched refs:SendBtCallState (Results 1 - 6 of 6) sorted by relevance

/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_manager.cpp31 int32_t BluetoothCallManager::SendBtCallState( in SendBtCallState() function in OHOS::Telephony::BluetoothCallManager
38 return btConnection_->SendBtCallState(numActive, numHeld, callState, number); in SendBtCallState()
H A Dbluetooth_connection.cpp100 int32_t BluetoothConnection::SendBtCallState( in SendBtCallState() function in OHOS::Telephony::BluetoothConnection
H A Dbluetooth_call_service.cpp167 SendBtCallState(numActive, numHeld, callState, number); in GetCallState()
/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_manager.h31 int32_t SendBtCallState(int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number);
H A Dbluetooth_connection.h51 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 Dzero_branch6_test.cpp665 ASSERT_EQ(bluetoothCallManager.SendBtCallState(numActive, numHeld, callState, number), TELEPHONY_SUCCESS); in HWTEST_F()

Completed in 4 milliseconds