Home
last modified time | relevance | path

Searched refs:SetSatelliteControl (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp206 callService.SetSatelliteControl(SIM1_SLOTID, satelliteControl);
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h633 …void SetSatelliteControl(int32_t slotId, const std::shared_ptr<SatelliteControl> &satelliteControl…
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp599 serviceInstance->SetSatelliteControl(slotId_, nullptr); in ReportSatelliteCallsData()
605 serviceInstance->SetSatelliteControl(slotId_, satelliteControl); in ReportSatelliteCallsData()
1741 serviceInstance->SetSatelliteControl(slotId_, nullptr); in OnRilAdapterHostDied()
H A Dcellular_call_service.cpp330 SetSatelliteControl(callInfo.slotId, satelliteControl); in Dial()
1063 void CellularCallService::SetSatelliteControl(int32_t slotId, const std::shared_ptr<SatelliteContro… in SetSatelliteControl() function in OHOS::Telephony::CellularCallService