Home
last modified time | relevance | path

Searched refs:SatelliteCallControl (Results 1 - 6 of 6) sorted by relevance

/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp48 SatelliteCallControl::SatelliteCallControl() = default;
50 SatelliteCallControl::~SatelliteCallControl() = default;
52 void SatelliteCallControl::SetSatcommTempLevel(int32_t level) in SetSatcommTempLevel()
66 int32_t SatelliteCallControl::IsAllowedSatelliteDialCall() in IsAllowedSatelliteDialCall()
94 int32_t SatelliteCallControl::IsSatelliteSwitchEnable() in IsSatelliteSwitchEnable()
109 SatCommTempLevel SatelliteCallControl::GetSatcommTempLevel() in GetSatcommTempLevel()
114 void SatelliteCallControl::SetUsedModem() in SetUsedModem()
129 void SatelliteCallControl
[all...]
/base/telephony/call_manager/services/satellite_call/include/
H A Dsatellite_call_control.h29 class SatelliteCallControl : public std::enable_shared_from_this<SatelliteCallControl> { class
30 DECLARE_DELAYED_SINGLETON(SatelliteCallControl);
/base/telephony/call_manager/services/call/src/
H A Dcall_broadcast_subscriber.cpp104 DelayedSingleton<SatelliteCallControl>::GetInstance()->SetSatcommTempLevel(satcommHighTempLevel); in HighTempLevelChangedBroadcast()
H A Dcall_control_manager.cpp136 ret = DelayedSingleton<SatelliteCallControl>::GetInstance()->IsSatelliteSwitchEnable(); in DialCall()
138 ret = DelayedSingleton<SatelliteCallControl>::GetInstance()->IsAllowedSatelliteDialCall(); in DialCall()
H A Dcall_status_manager.cpp1122 DelayedSingleton<SatelliteCallControl>::GetInstance()-> in UpdateCallState()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch5_test.cpp386 auto satelliteCallControl = DelayedSingleton<SatelliteCallControl>::GetInstance(); in HWTEST_F()

Completed in 8 milliseconds