/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_profile.h | 429 * @param numActive Active call number. 433 int ReportCallStatusByCallNums(int numActive, int numHeld); 439 * @param numActive Active call number. 443 int ReportCallheldStatusByCallNums(int numActive, int numHeld); 464 * @param numActive Active call number. 468 int ProcessCurrentCallStateDialing(int numActive, int numHeld); 480 * @param numActive Active call number. 486 int ProcessCurrentCallStateIncominging(int numActive, int numHeld, uint16_t type, const std::string &number); 491 * @param numActive Active call number. 495 int ProcessCurrentCallStateIdle(int numActive, in [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 622 if (numActive > 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 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 | 501 int numActive = phoneState.GetActiveNum(); in PhoneStateChanged() local 523 if ((numActive > 0) || (numHeld > 0) || (callState != HFP_AG_CALL_STATE_IDLE)) { in PhoneStateChanged() 530 HfpAgSystemInterface::GetInstance().SetActiveCallNumber(numActive); 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 | 231 * @param numActive Active 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() 566 phoneState.SetActiveNum(numActive); in PhoneStateChanged() 558 PhoneStateChanged( int numActive, int numHeld, int callState, const std::string &number, int type, const std::string &name) PhoneStateChanged() argument
|