Home
last modified time | relevance | path

Searched refs:numActive (Results 1 – 5 of 5) sorted by relevance

/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_manager.cpp57 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState() argument
63 return btConnection_->SendBtCallState(numActive, numHeld, callState, number); in SendBtCallState()
Dbluetooth_call_service.cpp105 int32_t numActive = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in GetCallState() local
119 if (numActive > 0) { in GetCallState()
148 SendBtCallState(numActive, numHeld, callState, number); in GetCallState()
Dbluetooth_connection.cpp208 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState() argument
218 profile->PhoneStateChanged(numActive, numHeld, callState, number, PHONE_NUMBER_TYPE, nickName); in SendBtCallState()
220 …honeStateChanged,numActive:%{public}d,numHeld:%{public}d,callState:%{public}d", numActive, numHeld, in SendBtCallState()
/base/telephony/call_manager/services/bluetooth/include/
Dbluetooth_call_manager.h33 …int32_t SendBtCallState(int32_t numActive, int32_t numHeld, int32_t callState, const std::string &…
Dbluetooth_connection.h56 …int32_t SendBtCallState(int32_t numActive, int32_t numHeld, int32_t callState, const std::string &…