Home
last modified time | relevance | path

Searched refs:ImsRegInfo (Results 1 – 25 of 41) sorted by relevance

12

/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_ims_reg_info_callback_manager.h29 int32_t ReportImsRegInfo(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info);
32 int32_t ReportImsRegInfoInner(const ImsRegStateCallback &stateCallback, const ImsRegInfo &info);
34 … static int32_t ReportImsRegInfo(const ImsRegInfo &info, const ImsRegStateCallback &stateCallback);
Dnapi_ims_reg_info_callback.h25 …int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) ove…
Dnapi_radio.h274 ImsRegInfo imsRegInfo;
279 ImsRegInfo imsRegInfo;
292 ImsRegInfo info;
/base/telephony/sms_mms/services/sms/
Dims_reg_state_callback_stub.cpp39 …const ImsRegInfo info = { static_cast<ImsRegState>(imsRegState), static_cast<ImsRegTech>(imsRegTec… in OnRemoteRequest()
43 …allbackStub::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged()
Dsms_network_policy_manager.cpp173 ImsRegInfo info; in GetRadioState()
/base/telephony/core_service/services/network_search/include/
Dnetwork_search_state.h47 int32_t GetImsStatus(ImsServiceType imsSrvType, ImsRegInfo &info);
59 void NotifyImsStateChange(ImsServiceType imsSrvType, const ImsRegInfo &info);
Dims_reg_info_callback_proxy.h26 …int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) ove…
Dnetwork_search_manager.h163 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override;
225 void NotifyImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info);
/base/telephony/core_service/test/unittest/core_service_gtest/
Dims_reg_info_callback_gtest.cpp23 …llbackGtest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged()
Dims_reg_info_callback_gtest.h25 …int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) ove…
/base/telephony/core_service/services/network_search/test/
Dims_reg_info_callback_test.cpp23 …allbackTest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged()
Dims_reg_info_callback_test.h25 …int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) ove…
/base/telephony/core_service/interfaces/innerkits/include/
Dims_reg_info_callback.h26 …virtual int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &i…
Dims_reg_types.h59 struct ImsRegInfo { struct
Di_network_search.h95 … virtual int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) = 0;
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts1254 … getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback<ImsRegInfo>): void;
1275 function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise<ImsRegInfo>;
1299 …imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callback<ImsRegInfo>): void;
1322 …msRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callback<ImsRegInfo>): void;
3114 export interface ImsRegInfo { interface
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_ims_reg_info_callback.cpp25 …nfoCallback::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged()
Dnapi_ims_reg_info_callback_manager.cpp80 int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in ReportImsRegInfo()
100 const ImsRegStateCallback &stateCallback, const ImsRegInfo &info) in ReportImsRegInfoInner()
131 const ImsRegInfo &info, const ImsRegStateCallback &stateCallback) in ReportImsRegInfo()
/base/telephony/core_service/frameworks/native/src/
Dims_reg_info_callback_stub.cpp34 …const ImsRegInfo info = { static_cast<ImsRegState>(imsRegState), static_cast<ImsRegTech>(imsRegTec… in OnRemoteRequest()
/base/telephony/sms_mms/services/sms/include/
Dims_reg_state_callback_stub.h31 …int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) ove…
/base/telephony/cellular_call/services/common/src/
Dmodule_service_utils.cpp82 ImsRegInfo info; in GetImsRegistrationState()
89 ImsRegInfo info; in GetImsUtSupportState()
/base/telephony/core_service/services/network_search/src/
Dims_reg_info_callback_proxy.cpp27 …llbackProxy::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged()
Dnetwork_search_state.cpp106 int32_t NetworkSearchState::GetImsStatus(ImsServiceType imsSrvType, ImsRegInfo &info) in GetImsStatus()
141 ImsRegInfo imsRegInfo; in SetImsStatus()
185 ImsRegInfo imsRegInfo; in SetImsServiceStatus()
379 void NetworkSearchState::NotifyImsStateChange(ImsServiceType imsSrvType, const ImsRegInfo &info) in NotifyImsStateChange()
/base/telephony/core_service/
DREADME_zh.md121 …Info(slotId: number, imsType: ImsServiceType, callback: AsyncCallback\<ImsRegInfo>): void; | 获取IMS…
122 …eChange', slotId: number, imsType: ImsServiceType, callback: Callback\<ImsRegInfo>): void; | 注册IMS…
123 …Change', slotId: number, imsType: ImsServiceType, callback?: Callback\<ImsRegInfo>): void; | 反注册IM…
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.h164 ImsRegInfo info; in CanUseImsService()

12