Home
last modified time | relevance | path

Searched refs:CellularCallConnection (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp35 CellularCallConnection::CellularCallConnection() in CellularCallConnection() function in OHOS::Telephony::CellularCallConnection
40 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 …]
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dims_call.cpp145 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 …]
H A Dcall_incoming_filter_manager.cpp52 DelayedSingleton<CellularCallConnection>::GetInstance()->IsEmergencyPhoneNumber( in DoIncomingFilter()
H A Dcarrier_call.cpp30 …isEcc_(info.isEcc), cellularCallConnectionPtr_(DelayedSingleton<CellularCallConnection>::GetInstan… in CarrierCall()
36 cellularCallConnectionPtr_(DelayedSingleton<CellularCallConnection>::GetInstance()) in CarrierCall()
H A Dcall_request_process.cpp747 …DelayedSingleton<CellularCallConnection>::GetInstance()->InviteToConference(numberList, call->GetS… in JoinConference()
881 int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->Dial(callInfo); in HandleStartDial()
H A Dcall_status_manager.cpp756 … int32_t result = DelayedSingleton<CellularCallConnection>::GetInstance()->Dial(GetDialCallInfo()); in HoldingHandle()
1388 DelayedSingleton<CellularCallConnection>::GetInstance()->IsEmergencyPhoneNumber( in ShouldBlockIncomingCall()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h33 class CellularCallConnection : public std::enable_shared_from_this<CellularCallConnection> {
34 DECLARE_DELAYED_SINGLETON(CellularCallConnection)
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp480 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;
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcarrier_call.h60 std::shared_ptr<CellularCallConnection> cellularCallConnectionPtr_;
/ohos5.0/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h63 std::shared_ptr<CellularCallConnection> cellularCallConnectionPtr_;
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp80 …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()
/ohos5.0/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp26 : cellularCallConnectionPtr_(DelayedSingleton<CellularCallConnection>::GetInstance()) in CallSettingManager()
/ohos5.0/base/telephony/call_manager/services/video/src/
H A Dvideo_control_manager.cpp112 return DelayedSingleton<CellularCallConnection>::GetInstance()->SetCameraZoom(zoomRatio); in SetCameraZoom()
/ohos5.0/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp158 return DelayedSingleton<CellularCallConnection>::GetInstance()->IsEmergencyPhoneNumber( in CheckNumberIsEmergency()