Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/hril/src/
Dhril_data.cpp117 dataInfo.apn = StringToCString(dataCallInfo.dataProfileInfo.apn); in ActivatePdpContext()
118 dataInfo.type = StringToCString(dataCallInfo.dataProfileInfo.protocol); in ActivatePdpContext()
119 dataInfo.roamingType = StringToCString(dataCallInfo.dataProfileInfo.roamingProtocol); in ActivatePdpContext()
120 dataInfo.userName = StringToCString(dataCallInfo.dataProfileInfo.userName); in ActivatePdpContext()
121 dataInfo.password = StringToCString(dataCallInfo.dataProfileInfo.password); in ActivatePdpContext()
181 dataInfo.apn = StringToCString(dataProfileInfo.apn); in BuildDataInfo()
182 dataInfo.type = StringToCString(dataProfileInfo.protocol); in BuildDataInfo()
183 dataInfo.roamingType = StringToCString(dataProfileInfo.roamingProtocol); in BuildDataInfo()
184 dataInfo.userName = StringToCString(dataProfileInfo.userName); in BuildDataInfo()
185 dataInfo.password = StringToCString(dataProfileInfo.password); in BuildDataInfo()
Dhril_call.cpp111 dial.address = StringToCString(dialInfo.address); in Dial()
187 …REQ_CALL_GET_CALL_RESTRICTION, callFuncs_, &HRilCallReq::GetCallRestriction, StringToCString(fac)); in GetCallRestriction()
194 info.fac = StringToCString(callRestrictionInfo.fac); in SetCallRestriction()
196 info.password = StringToCString(callRestrictionInfo.password); in SetCallRestriction()
220 cFInfo.number = StringToCString(callForwardSetInfo.number); in SetCallTransferInfo()
243 serialId, HREQ_CALL_SET_USSD, callFuncs_, &HRilCallReq::SetUssd, StringToCString(str)); in SetUssd()
274 info.fac = StringToCString(setBarringInfo.fac); in SetBarringPassword()
275 info.oldPassword = StringToCString(setBarringInfo.oldPassword); in SetBarringPassword()
276 info.newPassword = StringToCString(setBarringInfo.newPassword); in SetBarringPassword()
285 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in StartDtmf()
[all …]
/base/telephony/ril_adapter/services/hril/include/
Dhril_base.h75 inline char *StringToCString(const std::string &src) in StringToCString() function