Lines Matching refs:temp
366 CallRecordInfo(const CallRecordInfo &temp) in CallRecordInfo()
368 *this = temp; in CallRecordInfo()
371 CallRecordInfo &operator=(const CallRecordInfo &temp)
373 callId = temp.callId;
374 … std::copy(std::begin(temp.phoneNumber), std::end(temp.phoneNumber), std::begin(phoneNumber));
375 std::copy(std::begin(temp.formattedPhoneNumber), std::end(temp.formattedPhoneNumber),
377 std::copy(std::begin(temp.numberLocation), std::end(temp.numberLocation),
379 callType = temp.callType;
380 callBeginTime = temp.callBeginTime;
381 callEndTime = temp.callEndTime;
382 ringDuration = temp.ringDuration;
383 callDuration = temp.callDuration;
384 directionType = temp.directionType;
385 answerType = temp.answerType;
386 countryCode = temp.countryCode;
387 slotId = temp.slotId;
388 videoState = temp.videoState;
389 features = temp.features;
390 numberMarkInfo.markType = temp.numberMarkInfo.markType;
391 … std::copy(std::begin(temp.numberMarkInfo.markContent), std::end(temp.numberMarkInfo.markContent),
393 numberMarkInfo.markCount = temp.numberMarkInfo.markCount;
394 … std::copy(std::begin(temp.numberMarkInfo.markSource), std::end(temp.numberMarkInfo.markSource),
396 numberMarkInfo.isCloud = temp.numberMarkInfo.isCloud;
397 blockReason = temp.blockReason;
459 CallDetailInfo(const CallDetailInfo &temp) in CallDetailInfo()
461 *this = temp; in CallDetailInfo()
464 CallDetailInfo &operator=(const CallDetailInfo &temp)
466 index = temp.index;
467 std::copy(std::begin(temp.phoneNum), std::end(temp.phoneNum), std::begin(phoneNum));
468 std::copy(std::begin(temp.bundleName), std::end(temp.bundleName), std::begin(bundleName));
469 accountId = temp.accountId;
470 callType = temp.callType;
471 callMode = temp.callMode;
472 state = temp.state;
473 voiceDomain = temp.voiceDomain;
474 mpty = temp.mpty;
475 crsType = temp.crsType;
476 originalCallType = temp.originalCallType;
477 voipCallInfo.voipCallId = temp.voipCallInfo.voipCallId;
478 voipCallInfo.extensionId = temp.voipCallInfo.extensionId;
479 voipCallInfo.userName = temp.voipCallInfo.userName;
481 (temp.voipCallInfo.userProfile).begin(), (temp.voipCallInfo.userProfile).end());
482 voipCallInfo.abilityName = temp.voipCallInfo.abilityName;
483 voipCallInfo.voipBundleName = temp.voipCallInfo.voipBundleName;
484 voipCallInfo.showBannerForIncomingCall = temp.voipCallInfo.showBannerForIncomingCall;