Home
last modified time | relevance | path

Searched defs:call (Results 1 - 25 of 36) sorted by relevance

12

/base/telephony/call_manager/services/call/src/
H A Dcall_status_policy.cpp41 int32_t CallStatusPolicy::FilterResultsDispose(sptr<CallBase> call) in FilterResultsDispose() argument
H A Dcall_policy.cpp254 sptr<CallBase> call = GetOneCallObject(callId); HoldCallPolicy() local
268 sptr<CallBase> call = GetOneCallObject(callId); UnHoldCallPolicy() local
[all...]
H A Dcall_request_process.cpp97 sptr<CallBase> call = GetOneCallObject(callId); in AnswerRequest() local
115 void CallRequestProcess::AnswerRequestForDsda(sptr<CallBase> call, int32_t callId, int32_t videoState) in AnswerRequestForDsda() argument
246 sptr<CallBase> call = GetOneCallObject(otherCallId); GetOtherRingingCall() local
265 sptr<CallBase> call = GetOneCallObject(callId); HoldOrDisconnectedCall() local
283 sptr<CallBase> call = GetOneCallObject(otherCallId); HoldOrDisconnectedCall() local
304 HandleDsdaIncomingCall( sptr<CallBase> call, int32_t activeCallNum, int32_t slotId, int32_t videoState, sptr<CallBase> incomingCall) HandleDsdaIncomingCall() argument
327 sptr<CallBase> call = GetOneCallObject(otherCallId); IsExistCallOtherSlot() local
336 HandleCallWaitingNumTwo( sptr<CallBase> incomingCall, sptr<CallBase> call, int32_t slotId, int32_t activeCallNum, bool &flagForConference) HandleCallWaitingNumTwo() argument
365 HandleCallWaitingNumOne( sptr<CallBase> incomingCall, sptr<CallBase> call, int32_t slotId, int32_t activeCallNum, bool &flagForConference) HandleCallWaitingNumOne() argument
395 HandleCallWaitingNumOneNext( sptr<CallBase> incomingCall, sptr<CallBase> call, sptr<CallBase> holdCall, int32_t slotId, bool &flagForConference) HandleCallWaitingNumOneNext() argument
429 HandleCallWaitingNumZero( sptr<CallBase> incomingCall, sptr<CallBase> call, int32_t slotId, int32_t activeCallNum, bool &flagForConference) HandleCallWaitingNumZero() argument
487 sptr<CallBase> call = GetOneCallObject(otherCallId); DisconnectOtherSubIdCall() local
510 sptr<CallBase> call = GetOneCallObject(otherCallId); DisconnectOtherCallForVideoCall() local
523 sptr<CallBase> call = GetOneCallObject(callId); RejectRequest() local
547 sptr<CallBase> call = GetOneCallObject(callId); HangUpRequest() local
581 HangUpForDsdaRequest(sptr<CallBase> call) HangUpForDsdaRequest() argument
607 sptr<CallBase> call = GetOneCallObject(callId); HoldRequest() local
618 sptr<CallBase> call = GetOneCallObject(callId); UnHoldRequest() local
660 sptr<CallBase> call = GetOneCallObject(callId); SwitchRequest() local
670 sptr<CallBase> call = GetOneCallObject(mainCallId); CombineConferenceRequest() local
683 sptr<CallBase> call = GetOneCallObject(callId); SeparateConferenceRequest() local
696 sptr<CallBase> call = GetOneCallObject(callId); KickOutFromConferenceRequest() local
709 sptr<CallBase> call = GetOneCallObject(callId); StartRttRequest() local
725 sptr<CallBase> call = GetOneCallObject(callId); StopRttRequest() local
741 sptr<CallBase> call = GetOneCallObject(callId); JoinConference() local
788 sptr<CallBase> call = nullptr; HandleDialFail() local
922 sptr<CallBase> call = CallObjectManager::GetOneCallObject(CallRunningState::CALL_RUNNING_STATE_RINGING); HandleEccCallForDsda() local
1002 sptr<CallBase> call = GetOneCallObject(callId); EccDialPolicy() local
[all...]
H A Dcall_object_manager.cpp54 int32_t CallObjectManager::AddOneCallObject(sptr<CallBase> &call) in AddOneCallObject() argument
127 void CallObjectManager::DeleteOneCallObject(sptr<CallBase> &call) in DeleteOneCallObject() argument
218 sptr<CallBase> call = GetOneCallObject(otherCallId); IsNewCallAllowedCreate() local
243 sptr<CallBase> call = GetOneCallObject(otherCallId); GetCurrentCallNum() local
756 DealFailDial(sptr<CallBase> call) DealFailDial() argument
[all...]
/base/telephony/call_manager/test/fuzztest/distributedcommunication_fuzzer/
H A Ddistributed_communication_fuzzer.cpp37 sptr<OHOS::Telephony::CallBase> call = new IMSCall(dialParaInfo); in TestCommonController() local
93 sptr<OHOS::Telephony::CallBase> call = new IMSCall(dialParaInfo); in TestSinkController() local
127 sptr<OHOS::Telephony::CallBase> call = new IMSCall(dialParaInfo); in TestSourceController() local
[all...]
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dfirst_use_dialog_test.cpp509 SecCompDialogSrvCallback *call = new (std::nothrow)SecCompDialogSrvCallback(0, nullptr, nullptr); in HWTEST_F() local
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H A Ddistributed_data_sink_controller.cpp25 void DistributedDataSinkController::OnCallCreated(const sptr<CallBase> &call, const std::string &devId) in OnCallCreated() argument
48 void DistributedDataSinkController::ProcessCallInfo(const sptr<CallBase> &call, DistributedDataType type) in ProcessCallInfo() argument
93 void DistributedDataSinkController::CheckLocalData(const sptr<CallBase> &call, DistributedDataType type) in CheckLocalData() argument
190 auto call = CallObjectManager::GetOneCallObject(num); HandleDataQueryRsp() local
202 UpdateCallName(sptr<CallBase> &call, const cJSON *msg) UpdateCallName() argument
217 UpdateCallLocation(sptr<CallBase> &call, const cJSON *msg) UpdateCallLocation() argument
229 ReportCallInfo(const sptr<CallBase> &call) ReportCallInfo() argument
307 auto call = CallObjectManager::GetOneCallObject(num); HandleCurrentDataQueryRsp() local
[all...]
H A Ddistributed_data_source_controller.cpp50 void DistributedDataSourceController::OnCallCreated(const sptr<CallBase> &call, const std::string &devId) in OnCallCreated() argument
64 void DistributedDataSourceController::ProcessCallInfo(const sptr<CallBase> &call, DistributedDataType type) in ProcessCallInfo() argument
107 void DistributedDataSourceController::SaveLocalData(const sptr<CallBase> &call, DistributedDataType type) in SaveLocalData() argument
272 auto call = CallObjectManager::GetOneCallObject(num); in HandleCurrentDataQueryMsg() local
[all...]
H A Ddistributed_communication_manager.cpp240 void DistributedCommunicationManager::ProcessCallInfo(const sptr<CallBase> &call, DistributedDataType type) in ProcessCallInfo() argument
248 void DistributedCommunicationManager::NewCallCreated(sptr<CallBase> &call) in NewCallCreated() argument
[all...]
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
H A Ddistributed_data_test.cpp52 sptr<CallBase> call = nullptr; in HWTEST_F() local
104 sptr<CallBase> call = nullptr; in HWTEST_F() local
153 sptr<CallBase> call = (std::make_unique<IMSCall>(paraInfo)).release(); HWTEST_F() local
173 sptr<CallBase> call = (std::make_unique<IMSCall>(paraInfo)).release(); HWTEST_F() local
238 sptr<CallBase> call = (std::make_unique<IMSCall>(paraInfo)).release(); HWTEST_F() local
[all...]
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch8_test.cpp83 sptr<CallBase> call = nullptr; in HWTEST_F() local
[all...]
H A Dzero_branch5_test.cpp392 sptr<CallBase> call = nullptr; in HWTEST_F() local
H A Dzero_branch1_test.cpp243 sptr<CallBase> call = new CSCall(mDialParaInfo); in HWTEST_F() local
298 sptr<CallBase> call = nullptr; in HWTEST_F() local
696 sptr<CallBase> call = new CSCall(info); HWTEST_F() local
744 sptr<CallBase> call = new CSCall(info); HWTEST_F() local
[all...]
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp51 sptr<CallBase> call = GetOneCallObject(callId); in AnswerCall() local
/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_callback_stub.cpp155 SatelliteCurrentCall call; in OnGetSatelliteCallsDataResponseInner() local
[all...]
/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp129 void SatelliteCallControl::HandleSatelliteCallStateUpdate(sptr<CallBase> &call, in HandleSatelliteCallStateUpdate() argument
/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp326 sptr<CallBase> call = callObjectPtr; in NumberLocationUpdate() local
356 sptr<CallBase> call = callObjectPtr; in YellowPageAndMarkUpdate() local
[all...]
/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_service_client_branch_test.cpp277 EsimServiceClientCallback call; in HWTEST_F() local
285 EsimServiceClientCallback call; in HWTEST_F() local
292 EsimServiceClientCallback call; in HWTEST_F() local
300 EsimServiceClientCallback call; HWTEST_F() local
[all...]
/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_records_manager.cpp116 void CallRecordsManager::AddOneCallRecord(sptr<CallBase> call, CallAnswerType answerType) in AddOneCallRecord() argument
/base/telephony/call_manager/services/call_voice_assistant/include/
H A Dcall_voice_assistant_manager.h45 sptr<CallBase> call = nullptr; member
/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp326 OHOS::sptr<IScanCallback> call = new (std::nothrow) ScanCallback(callbackFunction); in OH_Scan_StartScannerDiscovery() local
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dfirst_use_dialog.cpp310 SecCompDialogSrvCallback *call = new (std::nothrow)SecCompDialogSrvCallback(scId, entity, dialogCallback); in StartDialogAbility() local
/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp562 int32_t AudioDeviceManager::ReportAudioDeviceInfo(sptr<CallBase> call) in ReportAudioDeviceInfo() argument
/base/telephony/call_manager/services/call_earthquake_alarm/src/
H A Dcall_earthquake_alarm_locator.cpp352 void MyLocationEngine::StartEccService(sptr<CallBase> call, const CallDetailInfo &info) in StartEccService() argument
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp114 ImsCurrentCall call; in InitImsCallInfoList() local
140 CallInfo call; in InitCsCallInfoList() local

Completed in 17 milliseconds

12