Home
last modified time | relevance | path

Searched defs:dataConn (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_command_processor.cpp146 int HfpAgCommandProcessor::StoiTryCatch(HfpAgDataConnection &dataConn, const std::string &arg) in StoiTryCatch()
163 void HfpAgCommandProcessor::SendErrorCode(const HfpAgDataConnection &dataConn, int errorCode) in SendErrorCode()
172 void HfpAgCommandProcessor::SendAtCommand(const HfpAgDataConnection &dataConn, const std::string &c… in SendAtCommand()
186 HfpAgDataConnection &dataConn, const std::string &cmd, const std::string &arg, int cmdType) in Handle()
220 void HfpAgCommandProcessor::AtEmptyFn(HfpAgDataConnection &dataConn, const std::string &arg) in AtEmptyFn()
226 void HfpAgCommandProcessor::AtaExecuter(HfpAgDataConnection &dataConn, const std::string &arg) in AtaExecuter()
232 void HfpAgCommandProcessor::AtdExecuter(HfpAgDataConnection &dataConn, const std::string &arg) in AtdExecuter()
263 void HfpAgCommandProcessor::VgsSetter(HfpAgDataConnection &dataConn, const std::string &arg) in VgsSetter()
269 void HfpAgCommandProcessor::VgmSetter(HfpAgDataConnection &dataConn, const std::string &arg) in VgmSetter()
276 void HfpAgCommandProcessor::CcwaSetter(HfpAgDataConnection &dataConn, const std::string &arg) in CcwaSetter()
[all …]
Dhfp_ag_command_parser.cpp49 void HfpAgCommandParser::Parse(HfpAgDataConnection &dataConn, std::vector<uint8_t> &data, size_t le… in Parse()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
Dhfp_hf_command_processor.cpp78 HfpHfDataConnection &dataConn, const std::string &cmd, const std::string &arg) in ProcessCommand()
94 void HfpHfCommandProcessor::ProcessOK(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessOK()
129 void HfpHfCommandProcessor::ProcessCmeError(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessCmeError()
144 void HfpHfCommandProcessor::ProcessErrorCmd(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessErrorCmd()
149 void HfpHfCommandProcessor::ProcessErrorCode(HfpHfDataConnection &dataConn, int errorCode) in ProcessErrorCode()
178 void HfpHfCommandProcessor::ProcessCops(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessCops()
193 void HfpHfCommandProcessor::ProcessBtrh(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessBtrh()
206 void HfpHfCommandProcessor::ProcessBusy(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessBusy()
212 void HfpHfCommandProcessor::ProcessDelayed(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessDelayed()
218 void HfpHfCommandProcessor::ProcessNoCarrier(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessNoCarrier()
[all …]
Dhfp_hf_command_parser.cpp32 HfpHfDataConnection &dataConn, HfpHfCommandProcessor &commandProcessor) in Read()
50 void HfpHfCommandParser::ParseBody(HfpHfDataConnection &dataConn, in ParseBody()
78 void HfpHfCommandParser::Parse(HfpHfDataConnection &dataConn, in Parse()