Searched defs:numHeld (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_profile.cpp | 604 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()
|
H A D | hfp_ag_service.cpp | 502 int numHeld = phoneState.GetHeldNum(); in PhoneStateChanged() local
|
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_manager.cpp | 32 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
|
H A D | bluetooth_call_service.cpp | 124 int32_t numHeld = GetCallNum(TelCallState::CALL_STATUS_HOLDING, false); in GetCallState() local
|
H A D | bluetooth_connection.cpp | 101 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
|
/ohos5.0/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()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch6_test.cpp | 656 int32_t numHeld = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_HOLDING); variable
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 562 …int numActive, int numHeld, int callState, const std::string &number, int type, const std::string … in PhoneStateChanged()
|