Searched refs:CellularCallConnection (Results 1 – 14 of 14) sorted by relevance
35 CellularCallConnection::CellularCallConnection() in CellularCallConnection() function in OHOS::Telephony::CellularCallConnection40 CellularCallConnection::~CellularCallConnection() in ~CellularCallConnection()74 void CellularCallConnection::UnInit() in UnInit()86 bool CellularCallConnection::IsConnect() const in IsConnect()91 int32_t CellularCallConnection::ConnectService() in ConnectService()140 void CellularCallConnection::DisconnectService() in DisconnectService()145 int32_t CellularCallConnection::ReConnectService() in ReConnectService()160 void CellularCallConnection::Clean() in Clean()568 int32_t CellularCallConnection::ControlCamera( in ControlCamera()585 int32_t CellularCallConnection::SetPreviewWindow( in SetPreviewWindow()[all …]
145 ret = DelayedSingleton<CellularCallConnection>::GetInstance()->StartRtt(callInfo, msg); in StartRtt()161 ret = DelayedSingleton<CellularCallConnection>::GetInstance()->StopRtt(callInfo); in StopRtt()333 …ret = DelayedSingleton<CellularCallConnection>::GetInstance()->SendUpdateCallMediaModeRequest(call… in SendUpdateCallMediaModeRequest()350 …ret = DelayedSingleton<CellularCallConnection>::GetInstance()->SendUpdateCallMediaModeResponse(cal… in SendUpdateCallMediaModeResponse()397 int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->ControlCamera( in ControlCamera()409 int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->SetPreviewWindow( in SetPreviewWindow()421 int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->SetDisplayWindow( in SetDisplayWindow()432 int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->SetPausePicture( in SetPausePicture()443 int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->SetDeviceDirection( in SetDeviceDirection()454 … int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->RequestCameraCapabilities( in RequestCameraCapabilities()[all …]
52 DelayedSingleton<CellularCallConnection>::GetInstance()->IsEmergencyPhoneNumber( in DoIncomingFilter()
30 …isEcc_(info.isEcc), cellularCallConnectionPtr_(DelayedSingleton<CellularCallConnection>::GetInstan… in CarrierCall()36 cellularCallConnectionPtr_(DelayedSingleton<CellularCallConnection>::GetInstance()) in CarrierCall()
747 …DelayedSingleton<CellularCallConnection>::GetInstance()->InviteToConference(numberList, call->GetS… in JoinConference()881 int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->Dial(callInfo); in HandleStartDial()
756 … int32_t result = DelayedSingleton<CellularCallConnection>::GetInstance()->Dial(GetDialCallInfo()); in HoldingHandle()1388 DelayedSingleton<CellularCallConnection>::GetInstance()->IsEmergencyPhoneNumber( in ShouldBlockIncomingCall()
33 class CellularCallConnection : public std::enable_shared_from_this<CellularCallConnection> {34 DECLARE_DELAYED_SINGLETON(CellularCallConnection)
480 std::shared_ptr<CellularCallConnection> cellularCallConnection =481 DelayedSingleton<CellularCallConnection>::GetInstance();517 std::shared_ptr<CellularCallConnection> cellularCallConnection =518 DelayedSingleton<CellularCallConnection>::GetInstance();561 std::shared_ptr<CellularCallConnection> cellularCallConnection =562 DelayedSingleton<CellularCallConnection>::GetInstance();581 std::shared_ptr<CellularCallConnection> cellularCallConnection =582 DelayedSingleton<CellularCallConnection>::GetInstance();588 CellularCallConnection::SystemAbilityListener listen;
60 std::shared_ptr<CellularCallConnection> cellularCallConnectionPtr_;
63 std::shared_ptr<CellularCallConnection> cellularCallConnectionPtr_;
80 …DelayedSingleton<CellularCallConnection>::GetInstance()->Init(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_… in Init()105 DelayedSingleton<CellularCallConnection>::GetInstance()->UnInit(); in UnInit()166 DelayedSingleton<CellularCallConnection>::GetInstance()->UnInit(); in OnStop()
26 : cellularCallConnectionPtr_(DelayedSingleton<CellularCallConnection>::GetInstance()) in CallSettingManager()
112 return DelayedSingleton<CellularCallConnection>::GetInstance()->SetCameraZoom(zoomRatio); in SetCameraZoom()
158 return DelayedSingleton<CellularCallConnection>::GetInstance()->IsEmergencyPhoneNumber( in CheckNumberIsEmergency()