Searched refs:CopyToCharPoint (Results 1 - 5 of 5) sorted by relevance
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sim.cpp | 212 CopyToCharPoint(&pinPoint, pin); in UnlockPin() 221 CopyToCharPoint(&pukPoint, puk); in UnlockPuk() 223 CopyToCharPoint(&pinPoint, pin); in UnlockPuk() 232 CopyToCharPoint(&pin2Point, pin2); in UnlockPin2() 241 CopyToCharPoint(&puk2Point, puk2); in UnlockPuk2() 243 CopyToCharPoint(&pin2Point, pin2); in UnlockPuk2() 258 CopyToCharPoint(&strCmdPoint, strCmd); in SimStkSendTerminalResponse() 268 CopyToCharPoint(&strCmdPoint, strCmd); in SimStkSendEnvelope() 311 CopyToCharPoint(&appIDPoint, appID); in SimOpenLogicalChannel() 361 CopyToCharPoint( in UnlockSimLock() [all...] |
H A D | hril_base.cpp | 117 void HRilBase::CopyToCharPoint(char **dest, const std::string &src) in CopyToCharPoint() function in OHOS::Telephony::HRilBase 121 TELEPHONY_LOGD("CopyToCharPoint src is null"); in CopyToCharPoint() 126 TELEPHONY_LOGE("CopyToCharPoint malloc content fail!"); in CopyToCharPoint() 130 TELEPHONY_LOGE("CopyToCharPoint memset_s failed"); in CopyToCharPoint() 135 TELEPHONY_LOGE("CopyToCharPoint strcpy_s error"); in CopyToCharPoint()
|
H A D | hril_sms.cpp | 152 CopyToCharPoint(&msg.pdu, message.pdu); in AddSimMessage() 158 CopyToCharPoint(&msg.smsc, message.smscPdu); in AddSimMessage() 194 CopyToCharPoint(&msg.pdu, message.pdu); in UpdateSimMessage() 200 CopyToCharPoint(&msg.smsc, message.smscPdu); in UpdateSimMessage() 217 CopyToCharPoint(&address.address, serCenterAddress.address); in SetSmscAddr() 506 CopyToCharPoint(&msg.pdu, message.pdu); in UpdateCdmaSimMessage()
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_base.h | 61 void CopyToCharPoint(char **a, const std::string &temp);
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 1398 base.CopyToCharPoint(&dest, ""); in HWTEST_F()
|
Completed in 7 milliseconds