Searched refs:accountNum (Results 1 – 7 of 7) sorted by relevance
/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/ |
D | setorupdatecallreportinfo_fuzzer.cpp | 56 if (strcpy_s(callReportInfo.accountNum, length, phoneNum.c_str()) != EOK) { in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_call/services/control/src/ |
D | ims_control.cpp | 178 …int32_t result = con->HangUpRequest(callReportInfo.accountId, callReportInfo.accountNum, callRepor… in Answer() 478 if (strcpy_s(callReportInfo.accountNum, cpyLen, callInfo.number.c_str()) != EOK) { in EncapsulationCallReportInfo() 571 … if (memset_s(callReportInfo.accountNum, kMaxNumberLen + 1, 0, kMaxNumberLen + 1) != EOK) { in ReportHangUp() 575 … if (memcpy_s(callReportInfo.accountNum, kMaxNumberLen, info.phoneNum, kMaxNumberLen) != EOK) { in ReportHangUp()
|
D | cs_control.cpp | 494 if (strcpy_s(callReportInfo.accountNum, cpyLen, callInfo.number.c_str()) != EOK) { in EncapsulationCallReportInfo() 633 … if (memset_s(callReportInfo.accountNum, kMaxNumberLen + 1, 0, kMaxNumberLen + 1) != EOK) { in ReportHangUp() 637 … if (memcpy_s(callReportInfo.accountNum, kMaxNumberLen, info.phoneNum, kMaxNumberLen) != EOK) { in ReportHangUp()
|
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/ |
D | telephonyinteraction_fuzzer.cpp | 87 memcpy_s(info.accountNum, kMaxNumberLen, msg.c_str(), accountLength); in UpdateCallReportInfo() 117 memcpy_s(info.accountNum, kMaxNumberLen, msg.c_str(), accountLength); in UpdateCallsReportInfo()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
D | call_status_callback.cpp | 44 (void)memcpy_s(detailInfo.phoneNum, kMaxNumberLen, info.accountNum, kMaxNumberLen); in UpdateCallReportInfo() 71 (void)memcpy_s(detailInfo.phoneNum, kMaxNumberLen, (*it).accountNum, kMaxNumberLen); in UpdateCallsReportInfo()
|
/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/ |
D | registercallmanagercallback_fuzzer.cpp | 59 if (memcpy_s(callReportInfo.accountNum, kMaxNumberLen, number.c_str(), length) != EOK) { in ReportCallsInfo()
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_inner_type.h | 586 char accountNum[kMaxNumberLen + 1] = { 0 }; member
|