Searched refs:CSCall (Results 1 – 11 of 11) sorted by relevance
23 CSCall::CSCall(DialParaInfo &info) : CarrierCall(info) {} in CSCall() function in OHOS::Telephony::CSCall25 CSCall::CSCall(DialParaInfo &info, AppExecFwk::PacMap &extras) : CarrierCall(info, extras) {} in CSCall() function in OHOS::Telephony::CSCall27 CSCall::~CSCall() {} in ~CSCall()29 int32_t CSCall::DialingProcess() in DialingProcess()39 int32_t CSCall::RejectCall() in RejectCall()44 int32_t CSCall::HangUpCall() in HangUpCall()49 int32_t CSCall::HoldCall() in HoldCall()54 int32_t CSCall::UnHoldCall() in UnHoldCall()59 int32_t CSCall::SwitchCall() in SwitchCall()140 int32_t CSCall::ExitConference() in ExitConference()[all …]
1305 callPtr = (std::make_unique<CSCall>(paraInfo, extras)).release(); in CreateNewCallByCallType()1307 callPtr = (std::make_unique<CSCall>(paraInfo)).release(); in CreateNewCallByCallType()
24 class CSCall : public CarrierCall {26 CSCall(DialParaInfo &info);27 CSCall(DialParaInfo &info, AppExecFwk::PacMap &extras);28 ~CSCall();
46 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(paraInfo).release(); in IncomingCallNotificationFunc()70 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(paraInfo).release(); in IncomingCallWakeupFunc()93 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(paraInfo).release(); in ProximitySensorFunc()114 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(paraInfo).release(); in StatusBarFunc()138 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(paraInfo).release(); in WiredHeadsetHandlerFunc()163 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(paraInfo).release(); in CallDataRdbObserverFunc()187 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(paraInfo).release(); in MissedCallNotificationFunc()212 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(paraInfo).release(); in RejectCallSmsFunc()
243 sptr<CallBase> call = new CSCall(mDialParaInfo);280 sptr<CallBase> incomingCall = new CSCall(mDialParaInfo);301 call = new CSCall(mDialParaInfo);351 sptr<CallBase> csCall = new CSCall(mDialParaInfo);390 sptr<CallBase> csCall = new CSCall(mDialParaInfo);697 sptr<CallBase> call = new CSCall(info);745 sptr<CallBase> call = new CSCall(info);
548 CSCall call { dialParaInfo };583 callObjectPtr = new CSCall(dialParaInfo);652 callObjectPtr = new CSCall(dialParaInfo);857 callObjectPtr = new CSCall(dialParaInfo);965 callObjectPtr = new CSCall(dialParaInfo);
410 callObjectPtr = new CSCall(info);423 sptr<CallBase> emptyNumberInfocall = new CSCall(emptyNumberInfo);449 callObjectPtr = new CSCall(info);492 callObjectPtr = new CSCall(info);
224 callObjectPtr = new CSCall(dialParaInfo);273 callObjectPtr = new CSCall(dialParaInfo);304 callObjectPtr = new CSCall(dialParaInfo);
58 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(dialParaInfo).release(); in CSCallFunc()106 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(paraInfo).release(); in DialingProcess()145 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(info).release(); in GetCallerInfo()
58 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(paraInfo).release();
50 sptr<CallBase> callObjectPtr = std::make_unique<CSCall>(paraInfo).release(); in AudioControlManagerFunc()