Home
last modified time | relevance | path

Searched refs:ImsRegState (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_state.cpp128 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 Djs-apidiff-telephony.md15 | 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 Dims_reg_types.h31 enum ImsRegState { enum
60 ImsRegState imsRegState = IMS_UNREGISTERED;
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-telephony.md15 | 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 Djs-apidiff-telephony.md6 |新增|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 Dmodule_service_utils.cpp88 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 Djs-apidiff-telephony.md6 |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 Dims_reg_info_callback_stub.cpp35 …const ImsRegInfo info = { static_cast<ImsRegState>(imsRegState), static_cast<ImsRegTech>(imsRegTec… in OnRemoteRequest()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dims_reg_state_callback_stub.cpp39 …const ImsRegInfo info = { static_cast<ImsRegState>(imsRegState), static_cast<ImsRegTech>(imsRegTec… in OnRemoteRequest()
H A Dsms_network_policy_manager.cpp136 isImsNetDomain_ = info.imsRegState == ImsRegState::IMS_REGISTERED; in GetRadioState()
/ohos5.0/base/telephony/core_service/interfaces/kits/js/
H A D@ohos.telephony.radio.d.ts3202 export enum ImsRegState {
3285 imsRegState: ImsRegState;
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_state.h61 ImsRegState GetImsRegState(const ImsServiceType type);
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp88 …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 Dcall_manager_gtest.h118 bool isImsRegistered = info.imsRegState == ImsRegState::IMS_REGISTERED; in IsCtCardWithoutIms()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.h172 bool imsReg = info.imsRegState == ImsRegState::IMS_REGISTERED; in CanUseImsService()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_policy.cpp138 bool isImsRegistered = info.imsRegState == ImsRegState::IMS_REGISTERED; in HasNormalCall()
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1123 …if (voiceInfo.imsRegState == ImsRegState::IMS_REGISTERED || videoInfo.imsRegState == ImsRegState::… in HandleCallChanged()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-radio-sys.md2774 ## ImsRegState<sup>9+</sup>
2812 | imsRegState | [ImsRegState](#imsregstate9) | 是 | IMS注册状态。 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-telephony.md636 |访问级别有变化|类名: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 Djs-apidiff-telephony.md656 |访问级别有变化|类名: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 Djs-apidiff-telephony.md155 |新增|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 Djs-apis-radio-sys.md2774 ## 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 Djs-apidiff-telephony.md656 … 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…
1116ImsRegState;<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 Djs-apidiff-telephony.md636 … 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…
1103ImsRegState;<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 Djs-apidiff-telephony.md155 |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…

12