Searched refs:GetCallIndex (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | ims_call.cpp | 398 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 D | carrier_call.cpp | 348 int32_t CarrierCall::GetCallIndex() in GetCallIndex() function in OHOS::Telephony::CarrierCall
|
H A D | call_object_manager.cpp | 534 if ((*it)->GetCallIndex() == index && (*it)->GetCallType() != CallType::TYPE_VOIP) { in GetOneCallObjectByIndex() 546 if ((*it)->GetCallIndex() == index) { in GetOneCallObjectByIndexAndSlotId()
|
H A D | call_status_manager.cpp | 1074 call->GetCallIndex(), call->GetCallID(), priorState, nextState, videoState); in UpdateCallState()
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | carrier_call.h | 49 int32_t GetCallIndex() override;
|
H A D | call_base.h | 129 virtual int32_t GetCallIndex() {return 0;} in GetCallIndex() function
|