Home
last modified time | relevance | path

Searched refs:GetOneCallObjectByIndexAndSlotId (Results 1 - 5 of 5) sorted by relevance

/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp379 sptr<CallBase> call = GetOneCallObjectByIndexAndSlotId(info.index, info.accountId); in IncomingHandle()
616 sptr<CallBase> call = GetOneCallObjectByIndexAndSlotId(info.index, info.accountId); in UpdateDialingCallInfo()
652 sptr<CallBase> call = GetOneCallObjectByIndexAndSlotId(INIT_INDEX, info.accountId); in DialingHandle()
654 call = GetOneCallObjectByIndexAndSlotId(info.index, info.accountId); in DialingHandle()
694 sptr<CallBase> call = GetOneCallObjectByIndexAndSlotId(info.index, info.accountId); in ActiveHandle()
697 call = GetOneCallObjectByIndexAndSlotId(info.index, info.accountId); in ActiveHandle()
772 sptr<CallBase> call = GetOneCallObjectByIndexAndSlotId(info.index, info.accountId); in HoldingHandle()
775 call = GetOneCallObjectByIndexAndSlotId(info.index, info.accountId); in HoldingHandle()
804 sptr<CallBase> call = GetOneCallObjectByIndexAndSlotId(info.index, info.accountId); in AlertHandle()
807 call = GetOneCallObjectByIndexAndSlotId(inf in AlertHandle()
[all...]
H A Dcall_object_manager.cpp547 sptr<CallBase> CallObjectManager::GetOneCallObjectByIndexAndSlotId(int32_t index, int32_t slotId) in GetOneCallObjectByIndexAndSlotId() function in OHOS::Telephony::CallObjectManager
/base/telephony/call_manager/services/call/include/
H A Dcall_object_manager.h46 static sptr<CallBase> GetOneCallObjectByIndexAndSlotId(int32_t index, int32_t slotId);
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dreport_call_info_handler.cpp224 call = CallObjectManager::GetOneCallObjectByIndexAndSlotId(response.callIndex, response.slotId); in ReceiveImsCallModeResponse()
H A Dcall_status_callback.cpp390 sptr<CallBase> callPtr = CallObjectManager::GetOneCallObjectByIndexAndSlotId(response.callIndex, response.slotId); in ReceiveUpdateCallMediaModeRequest()

Completed in 8 milliseconds