Home
last modified time | relevance | path

Searched refs:DialOutCall (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_service.h51 virtual void DialOutCall(std::string number) in DialOutCall() function
83 void DialOutCall(const std::string &number) in DialOutCall() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile.h226 bool DialOutCall(const std::string &number);
H A Dhfp_hf_profile.cpp318 bool HfpHfProfile::DialOutCall(const std::string &number) in DialOutCall() function in OHOS::bluetooth::HfpHfProfile
H A Dhfp_hf_statemachine.cpp481 profile_.DialOutCall(event.calls_.GetNumber()); in ProcessDialCall()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile_event_sender.h68 void DialOutCall(const std::string &device, const std::string &number, int dialType) const;
H A Dhfp_ag_system_interface.h69 void DialOutCall(const std::string &address, const std::string &number) const;
H A Dhfp_ag_profile_event_sender.cpp62 void HfpAgProfileEventSender::DialOutCall(const std::string &device, const std::string &number, int… in DialOutCall() function in OHOS::bluetooth::HfpAgProfileEventSender
H A Dhfp_ag_system_event_processer.cpp182 systemInterface_.DialOutCall(address_, dialNumber); in ProcessDialOutCallEvent()
H A Dhfp_ag_command_processor.cpp260 HfpAgProfileEventSender::GetInstance().DialOutCall(dataConn.remoteAddr_, number, type); in AtdExecuter()
403 …HfpAgProfileEventSender::GetInstance().DialOutCall(dataConn.remoteAddr_, "", HFP_AG_LAST_NUMBER_RE… in BldnExecuter()
H A Dhfp_ag_statemachine.cpp204 mSystemInterface.DialOutCall(device.GetAddress(), dialNumber); in ProcessKeyPressed()
H A Dhfp_ag_system_interface.cpp118 void HfpAgSystemInterface::DialOutCall(const std::string &address, const std::string &number) const in DialOutCall() function in OHOS::bluetooth::HfpAgSystemInterface