Searched refs:activeNum (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_system_event_processer.cpp | 264 int activeNum = systemInterface_.GetActiveCallNumber(); in GetAgIndicator() local 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 D | hfp_ag_profile.cpp | 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.h… in PhoneStateChange() 571 SetCallStates(phoneState.heldNum, phoneState.activeNum, phoneState.callState); in PhoneStateChange()
|
H A D | hfp_ag_defines.h | 324 int activeNum {0};
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_phone_state.cpp | 86 void BluetoothPhoneState::SetActiveNum(int activeNum) in SetActiveNum() argument 88 activeNum_ = activeNum; in SetActiveNum()
|
H A D | bluetooth_phone_state.h | 36 void SetActiveNum(int activeNum);
|