/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_profile.h | 430 * @param numHeld Held call number. 433 int ReportCallStatusByCallNums(int numActive, int numHeld); 440 * @param numHeld Held call number. 443 int ReportCallheldStatusByCallNums(int numActive, int numHeld); 465 * @param numHeld Held call number. 468 int ProcessCurrentCallStateDialing(int numActive, int numHeld); 481 * @param numHeld Held call number. 486 int ProcessCurrentCallStateIncominging(int numActive, int numHeld, uint16_t type, const std::string &number); 492 * @param numHeld Held call number. 495 int ProcessCurrentCallStateIdle(int numActive, int numHeld); [all...] |
H A D | hfp_ag_profile.cpp | 604 int HfpAgProfile::ReportCallStatusByCallNums(int numActive, int numHeld) in ReportCallStatusByCallNums() argument 607 if ((numActive + numHeld) > 0) { in ReportCallStatusByCallNums() 610 if (preNumActiveCalls_ == 1 && preNumHeldCalls_ == 0 && numActive == 1 && numHeld == 0) { in ReportCallStatusByCallNums() 618 int HfpAgProfile::ReportCallheldStatusByCallNums(int numActive, int numHeld) in ReportCallheldStatusByCallNums() argument 621 if (numHeld > 0) { in ReportCallheldStatusByCallNums() 692 int HfpAgProfile::ProcessCurrentCallStateDialing(int numActive, int numHeld) in ProcessCurrentCallStateDialing() argument 698 if ((numActive == 0) && (numHeld > 0)) { in ProcessCurrentCallStateDialing() 718 int numActive, int numHeld, uint16_t type, const std::string &number) in ProcessCurrentCallStateIncominging() 722 if ((numActive != preNumActiveCalls_) || (numHeld != preNumHeldCalls_)) { in ProcessCurrentCallStateIncominging() 724 if ((numActive == preNumHeldCalls_) && (numHeld in ProcessCurrentCallStateIncominging() 717 ProcessCurrentCallStateIncominging( int numActive, int numHeld, uint16_t type, const std::string &number) ProcessCurrentCallStateIncominging() argument 763 ProcessCurrentCallStateIdle(int numActive, int numHeld) ProcessCurrentCallStateIdle() argument 798 ProcessPreviousCallStateDialingAlerting(int numActive, int numHeld) ProcessPreviousCallStateDialingAlerting() argument 813 ProcessPreviousCallStateIncoming(int numActive, int numHeld) ProcessPreviousCallStateIncoming() argument 837 ProcessPreviousCallStateIdle(int numActive, int numHeld) ProcessPreviousCallStateIdle() argument 872 SetCallStates(int numHeld, int numActive, int callState) SetCallStates() argument [all...] |
H A D | hfp_ag_service.cpp | 502 int numHeld = phoneState.GetHeldNum(); in PhoneStateChanged() local 523 if ((numActive > 0) || (numHeld > 0) || (callState != HFP_AG_CALL_STATE_IDLE)) { in PhoneStateChanged() 531 HfpAgSystemInterface::GetInstance().SetHeldCallNumber(numHeld); in PhoneStateChanged() 535 curEvent.state_ = {numActive, numHeld, callState, number, type, phoneState.GetName()}; in PhoneStateChanged()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_ag.h | 232 * @param numHeld Held call number. 240 int numActive, int numHeld, int callState, const std::string &number, int type, const std::string &name);
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | telephone_service.h | 155 void SetPhoneState(int numActive, int numHeld, int callState, in SetPhoneState() argument
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 238 HILOGI("numActive: %{public}d, numHeld: %{public}d, callState: %{public}d, type: %{public}d", in PhoneStateChanged() 559 int numActive, int numHeld, int callState, const std::string &number, int type, const std::string &name) in PhoneStateChanged() 567 phoneState.SetHeldNum(numHeld); in PhoneStateChanged() 558 PhoneStateChanged( int numActive, int numHeld, int callState, const std::string &number, int type, const std::string &name) PhoneStateChanged() argument
|