Searched refs:StringToCString (Results 1 – 3 of 3) sorted by relevance
143 dataInfo.apn = StringToCString(dataCallInfo.dataProfileInfo.apn); in ActivatePdpContext()144 dataInfo.type = StringToCString(dataCallInfo.dataProfileInfo.protocol); in ActivatePdpContext()145 dataInfo.roamingType = StringToCString(dataCallInfo.dataProfileInfo.roamingProtocol); in ActivatePdpContext()146 dataInfo.userName = StringToCString(dataCallInfo.dataProfileInfo.userName); in ActivatePdpContext()147 dataInfo.password = StringToCString(dataCallInfo.dataProfileInfo.password); in ActivatePdpContext()213 dataInfo.apn = StringToCString(dataProfileInfo.apn); in BuildDataInfo()214 dataInfo.type = StringToCString(dataProfileInfo.protocol); in BuildDataInfo()215 dataInfo.roamingType = StringToCString(dataProfileInfo.roamingProtocol); in BuildDataInfo()216 dataInfo.userName = StringToCString(dataProfileInfo.userName); in BuildDataInfo()217 dataInfo.password = StringToCString(dataProfileInfo.password); in BuildDataInfo()
206 dial.address = StringToCString(dialInfo.address); in Dial()282 …REQ_CALL_GET_CALL_RESTRICTION, callFuncs_, &HRilCallReq::GetCallRestriction, StringToCString(fac)); in GetCallRestriction()289 info.fac = StringToCString(callRestrictionInfo.fac); in SetCallRestriction()291 info.password = StringToCString(callRestrictionInfo.password); in SetCallRestriction()315 cFInfo.number = StringToCString(callForwardSetInfo.number); in SetCallTransferInfo()338 serialId, HREQ_CALL_SET_USSD, callFuncs_, &HRilCallReq::SetUssd, StringToCString(str)); in SetUssd()369 info.fac = StringToCString(setBarringInfo.fac); in SetBarringPassword()370 info.oldPassword = StringToCString(setBarringInfo.oldPassword); in SetBarringPassword()371 info.newPassword = StringToCString(setBarringInfo.newPassword); in SetBarringPassword()380 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in StartDtmf()[all …]
80 inline char *StringToCString(const std::string &src) in StringToCString() function