Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_manager.cpp41 int32_t BluetoothCallManager::SendCallDetailsChange(int32_t callId, int32_t callState) in SendCallDetailsChange() function in OHOS::Telephony::BluetoothCallManager
47 return btConnection_->SendCallDetailsChange(callId, callState); in SendCallDetailsChange()
H A Dbluetooth_connection.cpp118 int32_t BluetoothConnection::SendCallDetailsChange(int32_t callId, int32_t callState) in SendCallDetailsChange() function in OHOS::Telephony::BluetoothConnection
/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_manager.h32 int32_t SendCallDetailsChange(int32_t callId, int32_t callState);
H A Dbluetooth_connection.h52 int32_t SendCallDetailsChange(int32_t callId, int32_t callState);
/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_report_proxy.cpp175 DelayedSingleton<BluetoothCallManager>::GetInstance()->SendCallDetailsChange(static_cast<int32_t>(info.callId), in ReportCallStateInfo()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp666 ASSERT_EQ(bluetoothCallManager.SendCallDetailsChange(1, 1), TELEPHONY_SUCCESS); in HWTEST_F()

Completed in 7 milliseconds