Searched refs:accountNum (Results 1 – 6 of 6) 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/call_manager/services/telephony_interaction/src/ |
D | call_status_callback.cpp | 41 (void)memcpy_s(detailInfo.phoneNum, kMaxNumberLen, info.accountNum, kMaxNumberLen); in UpdateCallReportInfo() 67 (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 | 204 char accountNum[kMaxNumberLen + 1]; // call phone number member
|
/base/telephony/cellular_call/services/control/src/ |
D | ims_control.cpp | 444 if (strcpy_s(callReportInfo.accountNum, cpyLen, callInfo.number.c_str()) != EOK) { in EncapsulationCallReportInfo()
|
D | cs_control.cpp | 478 if (strcpy_s(callReportInfo.accountNum, cpyLen, callInfo.number.c_str()) != EOK) { in EncapsulationCallReportInfo()
|