Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_manager.cpp32 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 Dbluetooth_connection.cpp101 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 Dbluetooth_call_service.cpp124 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 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.cpp659 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 4 milliseconds