Lines Matching defs:call
326 sptr<CallBase> call = callObjectPtr;
328 call = CallObjectManager::GetOneCallObject(info.callId);
329 if (call == nullptr) {
330 TELEPHONY_LOGE("call is nullptr");
334 call->SetNumberLocation(numberLocation);
336 TELEPHONY_LOGE("call is not exist");
340 TELEPHONY_LOGI("need report call info of numberLocation");
341 call->GetCallAttributeInfo(info);
356 sptr<CallBase> call = callObjectPtr;
358 call = CallObjectManager::GetOneCallObject(info.callId);
359 if (call == nullptr) {
360 TELEPHONY_LOGE("call is nullptr");
364 call->SetNumberMarkInfo(numberMarkInfo);
366 TELEPHONY_LOGE("call is not exist");
370 call->GetCallAttributeInfo(info);