/base/telephony/call_manager/services/call/src/ |
H A D | call_status_policy.cpp | 41 int32_t CallStatusPolicy::FilterResultsDispose(sptr<CallBase> call) in FilterResultsDispose() argument
|
H A D | call_policy.cpp | 254 sptr<CallBase> call = GetOneCallObject(callId); HoldCallPolicy() local 268 sptr<CallBase> call = GetOneCallObject(callId); UnHoldCallPolicy() local [all...] |
H A D | call_request_process.cpp | 97 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 D | call_object_manager.cpp | 54 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 D | distributed_communication_fuzzer.cpp | 37 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 D | first_use_dialog_test.cpp | 509 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 D | distributed_data_sink_controller.cpp | 25 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 D | distributed_data_source_controller.cpp | 50 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 D | distributed_communication_manager.cpp | 240 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 D | distributed_data_test.cpp | 52 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 D | zero_branch8_test.cpp | 83 sptr<CallBase> call = nullptr; in HWTEST_F() local [all...] |
H A D | zero_branch5_test.cpp | 392 sptr<CallBase> call = nullptr; in HWTEST_F() local
|
H A D | zero_branch1_test.cpp | 243 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 D | bluetooth_call_service.cpp | 51 sptr<CallBase> call = GetOneCallObject(callId); in AnswerCall() local
|
/base/telephony/cellular_call/services/satellite_service_interaction/src/ |
H A D | satellite_call_callback_stub.cpp | 155 SatelliteCurrentCall call; in OnGetSatelliteCallsDataResponseInner() local [all...] |
/base/telephony/call_manager/services/satellite_call/src/ |
H A D | satellite_call_control.cpp | 129 void SatelliteCallControl::HandleSatelliteCallStateUpdate(sptr<CallBase> &call, in HandleSatelliteCallStateUpdate() argument
|
/base/telephony/call_manager/utils/src/ |
H A D | call_number_utils.cpp | 326 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 D | esim_service_client_branch_test.cpp | 277 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 D | call_records_manager.cpp | 116 void CallRecordsManager::AddOneCallRecord(sptr<CallBase> call, CallAnswerType answerType) in AddOneCallRecord() argument
|
/base/telephony/call_manager/services/call_voice_assistant/include/ |
H A D | call_voice_assistant_manager.h | 45 sptr<CallBase> call = nullptr;
member
|
/base/print/print_fwk/frameworks/ohscan/src/ |
H A D | ohscan.cpp | 326 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 D | first_use_dialog.cpp | 310 SecCompDialogSrvCallback *call = new (std::nothrow)SecCompDialogSrvCallback(scId, entity, dialogCallback); in StartDialogAbility() local
|
/base/telephony/call_manager/services/audio/src/ |
H A D | audio_device_manager.cpp | 562 int32_t AudioDeviceManager::ReportAudioDeviceInfo(sptr<CallBase> call) in ReportAudioDeviceInfo() argument
|
/base/telephony/call_manager/services/call_earthquake_alarm/src/ |
H A D | call_earthquake_alarm_locator.cpp | 352 void MyLocationEngine::StartEccService(sptr<CallBase> call, const CallDetailInfo &info) in StartEccService() argument
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 114 ImsCurrentCall call; in InitImsCallInfoList() local 140 CallInfo call; in InitCsCallInfoList() local
|