/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_state.cpp | 128 info.imsRegState = isRegister ? ImsRegState::IMS_REGISTERED : ImsRegState::IMS_UNREGISTERED; in GetImsStatus() 147 … imsRegInfo.imsRegState = isRegister ? ImsRegState::IMS_REGISTERED : ImsRegState::IMS_UNREGISTERED; in SetImsStatus() 152 … imsRegInfo.imsRegState = isRegister ? ImsRegState::IMS_REGISTERED : ImsRegState::IMS_UNREGISTERED; in SetImsStatus() 157 … imsRegInfo.imsRegState = isRegister ? ImsRegState::IMS_REGISTERED : ImsRegState::IMS_UNREGISTERED; in SetImsStatus() 162 … imsRegInfo.imsRegState = isRegister ? ImsRegState::IMS_REGISTERED : ImsRegState::IMS_UNREGISTERED; in SetImsStatus() 206 ImsRegState NetworkSearchState::GetImsRegState(const ImsServiceType type) in GetImsRegState() 225 return isRegister ? ImsRegState::IMS_REGISTERED : ImsRegState::IMS_UNREGISTERED; in GetImsRegState()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-telephony.md | 15 | ohos.telephony.radio | ImsRegInfo | imsRegState: ImsRegState; … 20 | ohos.telephony.radio | ImsRegState | IMS_REGISTERED … 21 | ohos.telephony.radio | ImsRegState | IMS_UNREGISTERED …
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | ims_reg_types.h | 31 enum ImsRegState { enum 60 ImsRegState imsRegState = IMS_UNREGISTERED;
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-telephony.md | 15 | ohos.telephony.radio | ImsRegInfo | imsRegState: ImsRegState; … 20 | ohos.telephony.radio | ImsRegState | IMS_REGISTERED … 21 | ohos.telephony.radio | ImsRegState | IMS_UNREGISTERED …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-telephony.md | 6 |新增|NA|模块名: ohos.telephony.radio<br>类名: ImsRegState|@ohos.telephony.radio.d.ts| 7 |新增|NA|模块名: ohos.telephony.radio<br>类名: ImsRegState<br>方法名 or 属性名:IMS_UNREGISTERED|@ohos.telephony.… 8 |新增|NA|模块名: ohos.telephony.radio<br>类名: ImsRegState<br>方法名 or 属性名:IMS_REGISTERED|@ohos.telephony.ra…
|
/ohos5.0/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()
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-telephony.md | 6 |Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegState|@ohos.telephony.radio.d.ts| 7 |Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegState<br>Method or attribute name:… 8 |Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegState<br>Method or attribute name:…
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | ims_reg_info_callback_stub.cpp | 35 …const ImsRegInfo info = { static_cast<ImsRegState>(imsRegState), static_cast<ImsRegTech>(imsRegTec… in OnRemoteRequest()
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | ims_reg_state_callback_stub.cpp | 39 …const ImsRegInfo info = { static_cast<ImsRegState>(imsRegState), static_cast<ImsRegTech>(imsRegTec… in OnRemoteRequest()
|
H A D | sms_network_policy_manager.cpp | 136 isImsNetDomain_ = info.imsRegState == ImsRegState::IMS_REGISTERED; in GetRadioState()
|
/ohos5.0/base/telephony/core_service/interfaces/kits/js/ |
H A D | @ohos.telephony.radio.d.ts | 3202 export enum ImsRegState { 3285 imsRegState: ImsRegState;
|
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | network_search_state.h | 61 ImsRegState GetImsRegState(const ImsServiceType type);
|
/ohos5.0/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::… in IsSecondaryCanActiveData()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
H A D | call_manager_gtest.h | 118 bool isImsRegistered = info.imsRegState == ImsRegState::IMS_REGISTERED; in IsCtCardWithoutIms()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_test.h | 172 bool imsReg = info.imsRegState == ImsRegState::IMS_REGISTERED; in CanUseImsService()
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_policy.cpp | 138 bool isImsRegistered = info.imsRegState == ImsRegState::IMS_REGISTERED; in HasNormalCall()
|
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_handler.cpp | 1123 …if (voiceInfo.imsRegState == ImsRegState::IMS_REGISTERED || videoInfo.imsRegState == ImsRegState::… in HandleCallChanged()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-radio-sys.md | 2774 ## ImsRegState<sup>9+</sup> 2812 | imsRegState | [ImsRegState](#imsregstate9) | 是 | IMS注册状态。 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-telephony.md | 636 |访问级别有变化|类名:ImsRegState;<br>方法or属性:IMS_UNREGISTERED<br>旧版本信息:|类名:ImsRegState;<br>方法or属性:IMS_UNREGIS… 637 |访问级别有变化|类名:ImsRegState;<br>方法or属性:IMS_REGISTERED<br>旧版本信息:|类名:ImsRegState;<br>方法or属性:IMS_REGISTERE… 642 …化|类名:ImsRegInfo;<br>方法or属性:imsRegState: ImsRegState;<br>旧版本信息:|类名:ImsRegInfo;<br>方法or属性:imsRegStat… 1103 …Info;<br>方法or属性:imsRegState: ImsRegState;<br>旧版本信息:|类名:ImsRegInfo;<br>方法or属性:imsRegState: ImsRegSt…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-telephony.md | 656 |访问级别有变化|类名:ImsRegState;<br>方法or属性:IMS_UNREGISTERED<br>旧版本信息:|类名:ImsRegState;<br>方法or属性:IMS_UNREGIS… 657 |访问级别有变化|类名:ImsRegState;<br>方法or属性:IMS_REGISTERED<br>旧版本信息:|类名:ImsRegState;<br>方法or属性:IMS_REGISTERE… 662 …化|类名:ImsRegInfo;<br>方法or属性:imsRegState: ImsRegState;<br>旧版本信息:|类名:ImsRegInfo;<br>方法or属性:imsRegStat… 1116 …Info;<br>方法or属性:imsRegState: ImsRegState;<br>旧版本信息:|类名:ImsRegInfo;<br>方法or属性:imsRegState: ImsRegSt…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-telephony.md | 155 |新增|NA|类名:ImsRegState;<br>方法or属性:IMS_UNREGISTERED|@ohos.telephony.radio.d.ts| 156 |新增|NA|类名:ImsRegState;<br>方法or属性:IMS_REGISTERED|@ohos.telephony.radio.d.ts| 161 |新增|NA|类名:ImsRegInfo;<br>方法or属性:imsRegState: ImsRegState;|@ohos.telephony.radio.d.ts|
|
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-radio-sys.md | 2774 ## ImsRegState<sup>9+</sup> 2812 | imsRegState | [ImsRegState](#imsregstate9) | Yes | IMS registration state.|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-telephony.md | 656 … changed|Class name: ImsRegState;<br>Method or attribute name: IMS_UNREGISTERED<br>Old version inf… 657 …l changed|Class name: ImsRegState;<br>Method or attribute name: IMS_REGISTERED<br>Old version info… 662 …me: imsRegState: ImsRegState;<br>Old version information: |Class name: ImsRegInfo;<br>Method or at… 1116 …ImsRegState;<br>Old version information: |Class name: ImsRegInfo;<br>Method or attribute name: ims…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-telephony.md | 636 … changed|Class name: ImsRegState;<br>Method or attribute name: IMS_UNREGISTERED<br>Old version inf… 637 …l changed|Class name: ImsRegState;<br>Method or attribute name: IMS_REGISTERED<br>Old version info… 642 …me: imsRegState: ImsRegState;<br>Old version information: |Class name: ImsRegInfo;<br>Method or at… 1103 …ImsRegState;<br>Old version information: |Class name: ImsRegInfo;<br>Method or attribute name: ims…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-telephony.md | 155 |Added|NA|Class name: ImsRegState;<br>Method or attribute name: IMS_UNREGISTERED|@ohos.telephony.ra… 156 |Added|NA|Class name: ImsRegState;<br>Method or attribute name: IMS_REGISTERED|@ohos.telephony.radi… 161 |Added|NA|Class name: ImsRegInfo;<br>Method or attribute name: imsRegState: ImsRegState;|@ohos.tele…
|