Searched refs:numActive (Results 1 - 6 of 6) sorted by relevance
/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_manager.cpp | 32 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState() 38 return btConnection_->SendBtCallState(numActive, numHeld, callState, number); in SendBtCallState() 31 SendBtCallState( int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) SendBtCallState() argument
|
H A D | bluetooth_connection.cpp | 101 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState() 111 profile->PhoneStateChanged(numActive, numHeld, callState, number, PHONE_NUMBER_TYPE, nickName); in SendBtCallState() 113 TELEPHONY_LOGI("PhoneStateChanged,numActive:%{public}d,numHeld:%{public}d,callState:%{public}d", numActive, numHeld, in SendBtCallState() 100 SendBtCallState( int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) SendBtCallState() argument
|
H A D | bluetooth_call_service.cpp | 124 int32_t numActive = GetCallNum(TelCallState::CALL_STATUS_ACTIVE, false); in GetCallState() local 138 if (numActive > 0) { in GetCallState() 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 | 659 int32_t numActive = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() local 665 ASSERT_EQ(bluetoothCallManager.SendBtCallState(numActive, numHeld, callState, number), TELEPHONY_SUCCESS); in HWTEST_F()
|
Completed in 5 milliseconds