Searched refs:numActive (Results 1 – 5 of 5) sorted by relevance
/base/telephony/call_manager/services/bluetooth/src/ |
D | bluetooth_call_manager.cpp | 57 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()
|
D | bluetooth_call_service.cpp | 105 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()
|
D | bluetooth_connection.cpp | 208 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/ |
D | bluetooth_call_manager.h | 33 …int32_t SendBtCallState(int32_t numActive, int32_t numHeld, int32_t callState, const std::string &…
|
D | bluetooth_connection.h | 56 …int32_t SendBtCallState(int32_t numActive, int32_t numHeld, int32_t callState, const std::string &…
|