Home
last modified time | relevance | path

Searched refs:CurrentOperatorReply (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile_event_sender.h78 void CurrentOperatorReply(const std::string &address, const std::string &name) const;
H A Dhfp_hf_profile_event_sender.cpp70 void HfpHfProfileEventSender::CurrentOperatorReply(const std::string &address, const std::string &n… in CurrentOperatorReply() function in OHOS::bluetooth::HfpHfProfileEventSender
H A Dhfp_hf_command_processor.cpp190 HfpHfProfileEventSender::GetInstance().CurrentOperatorReply(dataConn.remoteAddr_, name); in ProcessCops()