/base/telephony/sms_mms/services/sms/ |
H A D | ims_reg_state_callback_stub.cpp | 37 int32_t imsRegState = data.ReadInt32(); in OnRemoteRequest() local 39 const ImsRegInfo info = { static_cast<ImsRegState>(imsRegState), static_cast<ImsRegTech>(imsRegTech) }; in OnRemoteRequest() 47 slotId, imsSrvType, info.imsRegState, info.imsRegTech); in OnImsRegInfoChanged()
|
H A D | sms_network_policy_manager.cpp | 136 isImsNetDomain_ = info.imsRegState == ImsRegState::IMS_REGISTERED; in GetRadioState()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | ims_reg_info_callback_stub.cpp | 33 int32_t imsRegState = data.ReadInt32(); in OnRemoteRequest() local 35 const ImsRegInfo info = { static_cast<ImsRegState>(imsRegState), static_cast<ImsRegTech>(imsRegTech) }; in OnRemoteRequest()
|
H A D | core_service_proxy.cpp | 2689 info.imsRegState = static_cast<ImsRegState>(reply.ReadInt32()); in GetImsRegStatus()
|
/base/telephony/core_service/test/unittest/ui_client/ |
H A D | ims_reg_info_callback_gtest.cpp | 26 "slotId is %{public}d, imsSrvType is %{public}d, imsRegState is %{public}d, imsRegTech is %{public}d", slotId, in OnImsRegInfoChanged() 27 imsSrvType, info.imsRegState, info.imsRegTech); in OnImsRegInfoChanged()
|
/base/telephony/core_service/services/network_search/test/ |
H A D | ims_reg_info_callback_test.cpp | 26 slotId, imsSrvType, info.imsRegState, info.imsRegTech); in OnImsRegInfoChanged()
|
H A D | test.cpp | 596 std::cout << "imsRegState" << info.imsRegState << "imsRegTech" << info.imsRegTech << std::endl; in TestGetImsRegStatus()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | ims_reg_info_callback_gtest.cpp | 26 "slotId is %{public}d, imsSrvType is %{public}d, imsRegState is %{public}d, imsRegTech is %{public}d", slotId, in OnImsRegInfoChanged() 27 imsSrvType, info.imsRegState, info.imsRegTech); in OnImsRegInfoChanged()
|
H A D | network_search_manager_test.cpp | 118 slotId, imsSrvType, info.imsRegState, info.imsRegTech); in OnImsRegInfoChanged()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_state.cpp | 132 info.imsRegState = isRegister ? ImsRegState::IMS_REGISTERED : ImsRegState::IMS_UNREGISTERED; in GetImsStatus() 151 imsRegInfo.imsRegState = isRegister ? ImsRegState::IMS_REGISTERED : ImsRegState::IMS_UNREGISTERED; in SetImsStatus() 156 imsRegInfo.imsRegState = isRegister ? ImsRegState::IMS_REGISTERED : ImsRegState::IMS_UNREGISTERED; in SetImsStatus() 161 imsRegInfo.imsRegState = isRegister ? ImsRegState::IMS_REGISTERED : ImsRegState::IMS_UNREGISTERED; in SetImsStatus() 166 imsRegInfo.imsRegState = isRegister ? ImsRegState::IMS_REGISTERED : ImsRegState::IMS_UNREGISTERED; in SetImsStatus() 193 imsRegInfo.imsRegState = GetImsRegState(ImsServiceType::TYPE_VOICE); in SetImsServiceStatus() 197 imsRegInfo.imsRegState = GetImsRegState(ImsServiceType::TYPE_VIDEO); in SetImsServiceStatus() 201 imsRegInfo.imsRegState = GetImsRegState(ImsServiceType::TYPE_UT); in SetImsServiceStatus() 205 imsRegInfo.imsRegState = GetImsRegState(ImsServiceType::TYPE_SMS); in SetImsServiceStatus()
|
H A D | ims_reg_info_callback_proxy.cpp | 42 data.WriteInt32(static_cast<int32_t>(info.imsRegState)); in OnImsRegInfoChanged()
|
H A D | network_search_manager.cpp | 1736 slotId, imsSrvType, info.imsRegState, info.imsRegTech); in NotifyImsRegInfoChanged()
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_ims_reg_info_callback.cpp | 32 TELEPHONY_LOGI("success! state:%{public}d, tech:%{public}d", info.imsRegState, info.imsRegTech); in OnImsRegInfoChanged()
|
H A D | napi_ims_reg_info_callback_manager.cpp | 43 "[slot%{public}d] Register imsRegState callback successfully, type %{public}d", slotId, imsSrvType); in RegisterImsRegStateCallback() 49 TELEPHONY_LOGE("[slot%{public}d] Register imsRegState callback failed, type %{public}d, ret %{public}d", slotId, in RegisterImsRegStateCallback() 62 "[slot%{public}d] Unregister imsRegState callback successfully, type %{public}d", slotId, imsSrvType); in UnregisterImsRegStateCallback() 107 TELEPHONY_LOGE("[slot%{public}d] Report imsRegState callback failed, type %{public}d, ret %{public}d", slotId, in ReportImsRegInfo() 111 TELEPHONY_LOGI("[slot%{public}d] Report imsRegState callback successfully, type %{public}d", slotId, imsSrvType); in ReportImsRegInfo() 153 NapiUtil::SetPropertyInt32(env, callbackValues[0], "imsRegState", static_cast<int32_t>(info.imsRegState)); in ReportImsRegInfo()
|
H A D | napi_radio.cpp | 2675 "slotId=%{public}d, imsSrvType=%{public}d, imsRegState=%{public}d, imsRegTech=%{public}d", in GetImsRegInfoCallback() 2676 context->slotId, context->imsSrvType, context->imsRegInfo.imsRegState, context->imsRegInfo.imsRegTech); in GetImsRegInfoCallback() 2680 env, callbackValue, "imsRegState", static_cast<int32_t>(context->imsRegInfo.imsRegState)); in GetImsRegInfoCallback() 2760 TELEPHONY_LOGE("Register imsRegState callback failed"); in RegisterImsRegStateCallback()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | ims_reg_types.h | 60 ImsRegState imsRegState = IMS_UNREGISTERED; member
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | module_service_utils.cpp | 88 return info.imsRegState == ImsRegState::IMS_REGISTERED; in GetImsRegistrationState() 95 return info.imsRegState == ImsRegState::IMS_REGISTERED; in GetImsUtSupportState()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
H A D | call_manager_gtest.h | 113 bool isImsRegistered = info.imsRegState == ImsRegState::IMS_REGISTERED; in IsCtCardWithoutIms()
|
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | incall_data_state_machine.cpp | 88 if (voiceInfo.imsRegState != ImsRegState::IMS_REGISTERED && videoInfo.imsRegState != ImsRegState::IMS_REGISTERED) { in IsSecondaryCanActiveData()
|
/base/telephony/cellular_data/test/ |
H A D | cellular_state_machine_test.cpp | 1870 info.imsRegState = ImsRegState::IMS_UNREGISTERED; in HWTEST_F() 1873 info.imsRegState = ImsRegState::IMS_UNREGISTERED; in HWTEST_F() 1913 info.imsRegState = ImsRegState::IMS_REGISTERED ; in HWTEST_F() 1916 info.imsRegState = ImsRegState::IMS_UNREGISTERED; in HWTEST_F() 1956 info.imsRegState = ImsRegState::IMS_REGISTERED ; in HWTEST_F() 1959 info.imsRegState = ImsRegState::IMS_REGISTERED; in HWTEST_F() 2006 info.imsRegState = ImsRegState::IMS_REGISTERED ; in HWTEST_F() 2009 info.imsRegState = ImsRegState::IMS_REGISTERED; in HWTEST_F()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_test.h | 172 bool imsReg = info.imsRegState == ImsRegState::IMS_REGISTERED; in CanUseImsService()
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_policy.cpp | 140 bool isImsRegistered = info.imsRegState == ImsRegState::IMS_REGISTERED; in HasNormalCall()
|
/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_service.cpp | 1275 bool imsRegState = moduleUtils.GetImsRegistrationState(slotId); in IsNeedIms() local 1280 TELEPHONY_LOGI("IsNeedIms state:%{public}d, mode:%{public}d, status:%{public}d, connected:%{public}d", imsRegState, in IsNeedIms() 1282 if (imsRegState && preferenceMode != DomainPreferenceMode::CS_VOICE_ONLY && imsSwitchStatus && in IsNeedIms()
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_handler.cpp | 1295 if (voiceInfo.imsRegState == ImsRegState::IMS_REGISTERED || videoInfo.imsRegState == ImsRegState::IMS_REGISTERED) { in HandleCallChanged()
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service_stub.cpp | 1790 ret = (ret && reply.WriteInt32(info.imsRegState)); in OnGetImsRegStatus()
|