Lines Matching refs:phoneNum
49 std::string newPhoneNum(callInfo.phoneNum);
63 int32_t IMSControl::DialJudgment(int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t videoState)
73 pendingPhoneNumber_ = phoneNum;
82 emergencyUtils.IsEmergencyCall(slotId, phoneNum, isEmergency);
83 connection.second.SetHoldToDialInfo(phoneNum, clirMode, videoState, isEmergency);
89 return EncapsulateDial(slotId, phoneNum, clirMode, videoState);
93 int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t videoState) const
101 emergencyUtils.IsEmergencyCall(slotId, phoneNum, dialInfo.bEmergencyCall);
109 dialInfo.phoneNum = phoneNum;
144 return pConnection->HangUpRequest(callInfo.slotId, callInfo.phoneNum, callInfo.index);
157 return connection.RejectRequest(callInfo.slotId, callInfo.phoneNum, callInfo.index);
195 return pConnection->AnswerRequest(callInfo.slotId, callInfo.phoneNum, callInfo.videoState, callInfo.index);
235 return pConnection->RejectRequest(callInfo.slotId, callInfo.phoneNum, callInfo.index);
578 standardizeUtils.ExtractAddressAndPostDial(callInfo.phoneNum, networkAddress, postDialString);
602 connectionIMS.SetNumber(info.phoneNum);
620 if (memcpy_s(imsCallReportInfo.accountNum, kMaxNumberLen, info.phoneNum, kMaxNumberLen) != EOK) {