Home
last modified time | relevance | path

Searched refs:imsRegState (Results 1 - 25 of 25) sorted by relevance

/base/telephony/sms_mms/services/sms/
H A Dims_reg_state_callback_stub.cpp37 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 Dsms_network_policy_manager.cpp136 isImsNetDomain_ = info.imsRegState == ImsRegState::IMS_REGISTERED; in GetRadioState()
/base/telephony/core_service/frameworks/native/src/
H A Dims_reg_info_callback_stub.cpp33 int32_t imsRegState = data.ReadInt32(); in OnRemoteRequest() local
35 const ImsRegInfo info = { static_cast<ImsRegState>(imsRegState), static_cast<ImsRegTech>(imsRegTech) }; in OnRemoteRequest()
H A Dcore_service_proxy.cpp2689 info.imsRegState = static_cast<ImsRegState>(reply.ReadInt32()); in GetImsRegStatus()
/base/telephony/core_service/test/unittest/ui_client/
H A Dims_reg_info_callback_gtest.cpp26 "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 Dims_reg_info_callback_test.cpp26 slotId, imsSrvType, info.imsRegState, info.imsRegTech); in OnImsRegInfoChanged()
H A Dtest.cpp596 std::cout << "imsRegState" << info.imsRegState << "imsRegTech" << info.imsRegTech << std::endl; in TestGetImsRegStatus()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dims_reg_info_callback_gtest.cpp26 "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 Dnetwork_search_manager_test.cpp118 slotId, imsSrvType, info.imsRegState, info.imsRegTech); in OnImsRegInfoChanged()
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_state.cpp132 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 Dims_reg_info_callback_proxy.cpp42 data.WriteInt32(static_cast<int32_t>(info.imsRegState)); in OnImsRegInfoChanged()
H A Dnetwork_search_manager.cpp1736 slotId, imsSrvType, info.imsRegState, info.imsRegTech); in NotifyImsRegInfoChanged()
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_ims_reg_info_callback.cpp32 TELEPHONY_LOGI("success! state:%{public}d, tech:%{public}d", info.imsRegState, info.imsRegTech); in OnImsRegInfoChanged()
H A Dnapi_ims_reg_info_callback_manager.cpp43 "[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 Dnapi_radio.cpp2675 "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 Dims_reg_types.h60 ImsRegState imsRegState = IMS_UNREGISTERED; member
/base/telephony/cellular_call/services/utils/src/
H A Dmodule_service_utils.cpp88 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 Dcall_manager_gtest.h113 bool isImsRegistered = info.imsRegState == ImsRegState::IMS_REGISTERED; in IsCtCardWithoutIms()
/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp88 if (voiceInfo.imsRegState != ImsRegState::IMS_REGISTERED && videoInfo.imsRegState != ImsRegState::IMS_REGISTERED) { in IsSecondaryCanActiveData()
/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp1870 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 Dims_test.h172 bool imsReg = info.imsRegState == ImsRegState::IMS_REGISTERED; in CanUseImsService()
/base/telephony/call_manager/services/call/src/
H A Dcall_policy.cpp140 bool isImsRegistered = info.imsRegState == ImsRegState::IMS_REGISTERED; in HasNormalCall()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1275 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 Dcellular_data_handler.cpp1295 if (voiceInfo.imsRegState == ImsRegState::IMS_REGISTERED || videoInfo.imsRegState == ImsRegState::IMS_REGISTERED) { in HandleCallChanged()
/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp1790 ret = (ret && reply.WriteInt32(info.imsRegState)); in OnGetImsRegStatus()

Completed in 39 milliseconds