Home
last modified time | relevance | path

Searched defs:numHeld (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_profile.cpp604 int HfpAgProfile::ReportCallStatusByCallNums(int numActive, int numHeld) in ReportCallStatusByCallNums()
618 int HfpAgProfile::ReportCallheldStatusByCallNums(int numActive, int numHeld) in ReportCallheldStatusByCallNums()
692 int HfpAgProfile::ProcessCurrentCallStateDialing(int numActive, int numHeld) in ProcessCurrentCallStateDialing()
718 int numActive, int numHeld, uint16_t type, const std::string &number) in ProcessCurrentCallStateIncominging()
763 int HfpAgProfile::ProcessCurrentCallStateIdle(int numActive, int numHeld) in ProcessCurrentCallStateIdle()
798 int HfpAgProfile::ProcessPreviousCallStateDialingAlerting(int numActive, int numHeld) in ProcessPreviousCallStateDialingAlerting()
813 int HfpAgProfile::ProcessPreviousCallStateIncoming(int numActive, int numHeld) in ProcessPreviousCallStateIncoming()
837 int HfpAgProfile::ProcessPreviousCallStateIdle(int numActive, int numHeld) in ProcessPreviousCallStateIdle()
872 void HfpAgProfile::SetCallStates(int numHeld, int numActive, int callState) in SetCallStates()
Dhfp_ag_service.cpp502 int numHeld = phoneState.GetHeldNum(); in PhoneStateChanged() local
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
Dtelephone_service.h155 void SetPhoneState(int numActive, int numHeld, int callState, in SetPhoneState()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_hfp_ag.cpp559 …int numActive, int numHeld, int callState, const std::string &number, int type, const std::string … in PhoneStateChanged()