Home
last modified time | relevance | path

Searched refs:GetCallIndex (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dims_call.cpp398 GetSlotId(), GetCallIndex(), cameraId, callingUid, callingPid); in ControlCamera()
410 GetSlotId(), GetCallIndex(), surfaceId, surface); in SetPreviewWindow()
422 GetSlotId(), GetCallIndex(), surfaceId, surface); in SetDisplayWindow()
433 GetSlotId(), GetCallIndex(), path); in SetPausePicture()
444 GetSlotId(), GetCallIndex(), rotation); in SetDeviceDirection()
455 GetSlotId(), GetCallIndex()); in RequestCameraCapabilities()
466 GetSlotId(), GetCallIndex()); in CancelCallUpgrade()
H A Dcarrier_call.cpp348 int32_t CarrierCall::GetCallIndex() in GetCallIndex() function in OHOS::Telephony::CarrierCall
H A Dcall_object_manager.cpp534 if ((*it)->GetCallIndex() == index && (*it)->GetCallType() != CallType::TYPE_VOIP) { in GetOneCallObjectByIndex()
546 if ((*it)->GetCallIndex() == index) { in GetOneCallObjectByIndexAndSlotId()
H A Dcall_status_manager.cpp1074 call->GetCallIndex(), call->GetCallID(), priorState, nextState, videoState); in UpdateCallState()
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcarrier_call.h49 int32_t GetCallIndex() override;
H A Dcall_base.h129 virtual int32_t GetCallIndex() {return 0;} in GetCallIndex() function