Searched refs:moduleServiceUtils (Results 1 – 6 of 6) sorted by relevance
40 ModuleServiceUtils moduleServiceUtils; in DialPreJudgment() local41 if (!moduleServiceUtils.GetRadioState(callInfo.slotId)) { in DialPreJudgment()112 ModuleServiceUtils moduleServiceUtils; in CheckAirplaneModeScene() local113 …return moduleServiceUtils.GetAirplaneMode(isAirplaneModeOn) == TELEPHONY_SUCCESS && isAirplaneMode… in CheckAirplaneModeScene()135 ModuleServiceUtils moduleServiceUtils; in HandleEcc() local136 int32_t ret = moduleServiceUtils.UpdateRadioOn(callInfo.slotId); in HandleEcc()
43 ModuleServiceUtils moduleServiceUtils; in Dial() local44 RegServiceState regState = moduleServiceUtils.GetCsRegState(callInfo.slotId); in Dial()49 PhoneType netType = moduleServiceUtils.GetNetworkStatus(callInfo.slotId); in Dial()419 ModuleServiceUtils moduleServiceUtils; in CalculateInternationalRoaming() local420 std::string operatorCountryIso = moduleServiceUtils.GetNetworkCountryCode(slotId); in CalculateInternationalRoaming()421 std::string simCountryIso = moduleServiceUtils.GetIsoCountryCode(slotId); in CalculateInternationalRoaming()
42 ModuleServiceUtils moduleServiceUtils; in Dial() local43 RegServiceState regState = moduleServiceUtils.GetPsRegState(callInfo.slotId); in Dial()
108 ModuleServiceUtils moduleServiceUtils; variable110 EXPECT_FALSE(moduleServiceUtils.GetImsUtSupportState(slotId));112 auto ptr = moduleServiceUtils.GetImsServiceRemoteObject();
1163 ModuleServiceUtils moduleServiceUtils; variable1165 moduleServiceUtils.GetCsRegState(SIM1_SLOTID);1166 moduleServiceUtils.GetPsRegState(SIM1_SLOTID);1167 moduleServiceUtils.GetRadioState(SIM1_SLOTID);1168 moduleServiceUtils.GetNetworkStatus(SIM1_SLOTID);1169 moduleServiceUtils.GetIsoCountryCode(SIM1_SLOTID);1172 moduleServiceUtils.GetImsUtSupportState(SIM1_SLOTID);1173 moduleServiceUtils.GetSatelliteStatus();1174 moduleServiceUtils.GetSlotInfo();1175 moduleServiceUtils.NeedCallImsService();[all …]
319 ModuleServiceUtils moduleServiceUtils; in Dial() local320 bool satelliteStatusOn = moduleServiceUtils.GetSatelliteStatus(); in Dial()