Home
last modified time | relevance | path

Searched refs:accountNum (Results 1 – 7 of 7) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/
Dsetorupdatecallreportinfo_fuzzer.cpp56 if (strcpy_s(callReportInfo.accountNum, length, phoneNum.c_str()) != EOK) { in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/control/src/
Dims_control.cpp178 …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()
Dcs_control.cpp494 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/
Dtelephonyinteraction_fuzzer.cpp87 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/
Dcall_status_callback.cpp44 (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/
Dregistercallmanagercallback_fuzzer.cpp59 if (memcpy_s(callReportInfo.accountNum, kMaxNumberLen, number.c_str(), length) != EOK) { in ReportCallsInfo()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h586 char accountNum[kMaxNumberLen + 1] = { 0 }; member