Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_event_processer.cpp265 int heldNum = systemInterface_.GetHeldCallNumber(); in GetAgIndicator() local
269 __FUNCTION__, activeNum, heldNum, callState); in GetAgIndicator()
272 if (activeNum + heldNum > 0) { in GetAgIndicator()
288 if (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.cpp546 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 …iveCalls_ == 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.h325 int heldNum {0};
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_phone_state.cpp96 void BluetoothPhoneState::SetHeldNum(int heldNum) in SetHeldNum() argument
98 heldNum_ = heldNum; in SetHeldNum()
H A Dbluetooth_phone_state.h38 void SetHeldNum(int heldNum);