Home
last modified time | relevance | path

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 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()
H A Dhfp_ag_service.cpp502 int numHeld = phoneState.GetHeldNum(); in PhoneStateChanged() local
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_manager.cpp32 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
H A Dbluetooth_call_service.cpp124 int32_t numHeld = GetCallNum(TelCallState::CALL_STATUS_HOLDING, false); in GetCallState() local
H A Dbluetooth_connection.cpp101 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 Dtelephone_service.h155 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 Dzero_branch6_test.cpp656 int32_t numHeld = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_HOLDING); variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp562 …int numActive, int numHeld, int callState, const std::string &number, int type, const std::string … in PhoneStateChanged()