Home
last modified time | relevance | path

Searched refs:activeNum (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_phone_state.cpp86 void BluetoothPhoneState::SetActiveNum(int activeNum) in SetActiveNum() argument
88 activeNum_ = activeNum; in SetActiveNum()
H A Dbluetooth_phone_state.h36 void SetActiveNum(int activeNum);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_event_processer.cpp264 int activeNum = systemInterface_.GetActiveCallNumber(); in GetAgIndicator() local
268 LOG_INFO("[HFP AG]%{public}s():activeNum[%{public}d], heldNum[%{public}d], callState[%{public}d]!", in GetAgIndicator()
269 __FUNCTION__, activeNum, heldNum, callState); in GetAgIndicator()
272 if (activeNum + heldNum > 0) { in GetAgIndicator()
290 } else if (heldNum > 0 && activeNum > 0) { in GetAgIndicator()
292 } else if (heldNum > 0 && activeNum == 0) { in GetAgIndicator()
H A Dhfp_ag_profile.cpp544 "preNumHeldCalls_[%{public}d], currentCallState[%{public}s], activeNum[%{public}d], heldNum[%{public}d]", in PhoneStateChange()
546 GetCallState(phoneState.callState).c_str(), phoneState.activeNum, phoneState.heldNum); in PhoneStateChange()
550 ProcessCurrentCallStateDialing(phoneState.activeNum, phoneState.heldNum); in PhoneStateChange()
557 phoneState.activeNum, phoneState.heldNum, phoneState.type, phoneState.number); in PhoneStateChange()
560 ProcessCurrentCallStateIdle(phoneState.activeNum, phoneState.heldNum); in PhoneStateChange()
567 if (preNumActiveCalls_ == 1 && preNumHeldCalls_ == 1 && phoneState.activeNum == 1 && phoneState.heldNum == 0) { in PhoneStateChange()
571 SetCallStates(phoneState.heldNum, phoneState.activeNum, phoneState.callState); in PhoneStateChange()
H A Dhfp_ag_defines.h320 int activeNum {0};

Completed in 5 milliseconds