Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/control/src/
Dcontrol_base.cpp43 ModuleServiceUtils moduleServiceUtils; in DialPreJudgment() local
44 if (!moduleServiceUtils.GetRadioState(callInfo.slotId)) { in DialPreJudgment()
121 ModuleServiceUtils moduleServiceUtils; in CheckAirplaneModeScene() local
122 …if (moduleServiceUtils.GetAirplaneMode(isAirplaneModeOn) == TELEPHONY_SUCCESS && isAirplaneModeOn)… in CheckAirplaneModeScene()
139 ModuleServiceUtils moduleServiceUtils; in HandleEcc() local
140 int32_t ret = moduleServiceUtils.UpdateRadioOn(callInfo.slotId); in HandleEcc()
Dcs_control.cpp42 ModuleServiceUtils moduleServiceUtils; in Dial() local
43 RegServiceState regState = moduleServiceUtils.GetCsRegState(callInfo.slotId); in Dial()
48 PhoneType netType = moduleServiceUtils.GetNetworkStatus(callInfo.slotId); in Dial()
389 ModuleServiceUtils moduleServiceUtils; in CalculateInternationalRoaming() local
390 std::string operatorCountryIso = moduleServiceUtils.GetNetworkCountryCode(slotId); in CalculateInternationalRoaming()
391 std::string simCountryIso = moduleServiceUtils.GetIsoCountryCode(slotId); in CalculateInternationalRoaming()
Dims_control.cpp42 ModuleServiceUtils moduleServiceUtils; in Dial() local
43 RegServiceState regState = moduleServiceUtils.GetPsRegState(callInfo.slotId); in Dial()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp2781 ModuleServiceUtils moduleServiceUtils; variable
2783 moduleServiceUtils.GetCsRegState(SIM1_SLOTID);
2784 moduleServiceUtils.GetPsRegState(SIM1_SLOTID);
2785 EXPECT_NE(moduleServiceUtils.GetAirplaneMode(airplaneModeOn), TELEPHONY_SUCCESS);
2786 EXPECT_NE(moduleServiceUtils.UpdateRadioOn(SIM1_SLOTID), TELEPHONY_SUCCESS);