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 D | telephone_service.h | 51 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 D | hfp_hf_profile.h | 226 bool DialOutCall(const std::string &number);
|
H A D | hfp_hf_profile.cpp | 318 bool HfpHfProfile::DialOutCall(const std::string &number) in DialOutCall() function in OHOS::bluetooth::HfpHfProfile
|
H A D | hfp_hf_statemachine.cpp | 481 profile_.DialOutCall(event.calls_.GetNumber()); in ProcessDialCall()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_profile_event_sender.h | 68 void DialOutCall(const std::string &device, const std::string &number, int dialType) const;
|
H A D | hfp_ag_system_interface.h | 69 void DialOutCall(const std::string &address, const std::string &number) const;
|
H A D | hfp_ag_profile_event_sender.cpp | 62 void HfpAgProfileEventSender::DialOutCall(const std::string &device, const std::string &number, int… in DialOutCall() function in OHOS::bluetooth::HfpAgProfileEventSender
|
H A D | hfp_ag_system_event_processer.cpp | 182 systemInterface_.DialOutCall(address_, dialNumber); in ProcessDialOutCallEvent()
|
H A D | hfp_ag_command_processor.cpp | 260 HfpAgProfileEventSender::GetInstance().DialOutCall(dataConn.remoteAddr_, number, type); in AtdExecuter() 403 …HfpAgProfileEventSender::GetInstance().DialOutCall(dataConn.remoteAddr_, "", HFP_AG_LAST_NUMBER_RE… in BldnExecuter()
|
H A D | hfp_ag_statemachine.cpp | 204 mSystemInterface.DialOutCall(device.GetAddress(), dialNumber); in ProcessKeyPressed()
|
H A D | hfp_ag_system_interface.cpp | 118 void HfpAgSystemInterface::DialOutCall(const std::string &address, const std::string &number) const in DialOutCall() function in OHOS::bluetooth::HfpAgSystemInterface
|