Searched refs:moduleServiceUtils (Results 1 – 4 of 4) sorted by relevance
43 ModuleServiceUtils moduleServiceUtils; in DialPreJudgment() local44 if (!moduleServiceUtils.GetRadioState(callInfo.slotId)) { in DialPreJudgment()121 ModuleServiceUtils moduleServiceUtils; in CheckAirplaneModeScene() local122 …if (moduleServiceUtils.GetAirplaneMode(isAirplaneModeOn) == TELEPHONY_SUCCESS && isAirplaneModeOn)… in CheckAirplaneModeScene()139 ModuleServiceUtils moduleServiceUtils; in HandleEcc() local140 int32_t ret = moduleServiceUtils.UpdateRadioOn(callInfo.slotId); in HandleEcc()
42 ModuleServiceUtils moduleServiceUtils; in Dial() local43 RegServiceState regState = moduleServiceUtils.GetCsRegState(callInfo.slotId); in Dial()48 PhoneType netType = moduleServiceUtils.GetNetworkStatus(callInfo.slotId); in Dial()389 ModuleServiceUtils moduleServiceUtils; in CalculateInternationalRoaming() local390 std::string operatorCountryIso = moduleServiceUtils.GetNetworkCountryCode(slotId); in CalculateInternationalRoaming()391 std::string simCountryIso = moduleServiceUtils.GetIsoCountryCode(slotId); in CalculateInternationalRoaming()
42 ModuleServiceUtils moduleServiceUtils; in Dial() local43 RegServiceState regState = moduleServiceUtils.GetPsRegState(callInfo.slotId); in Dial()
2781 ModuleServiceUtils moduleServiceUtils; variable2783 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);