/base/telephony/core_service/frameworks/js/network_search/include/ |
D | napi_ims_reg_info_callback_manager.h | 29 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);
|
D | napi_ims_reg_info_callback.h | 25 …int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) ove…
|
D | napi_radio.h | 274 ImsRegInfo imsRegInfo; 279 ImsRegInfo imsRegInfo; 292 ImsRegInfo info;
|
/base/telephony/sms_mms/services/sms/ |
D | ims_reg_state_callback_stub.cpp | 39 …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()
|
D | sms_network_policy_manager.cpp | 173 ImsRegInfo info; in GetRadioState()
|
/base/telephony/core_service/services/network_search/include/ |
D | network_search_state.h | 47 int32_t GetImsStatus(ImsServiceType imsSrvType, ImsRegInfo &info); 59 void NotifyImsStateChange(ImsServiceType imsSrvType, const ImsRegInfo &info);
|
D | ims_reg_info_callback_proxy.h | 26 …int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) ove…
|
D | network_search_manager.h | 163 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/ |
D | ims_reg_info_callback_gtest.cpp | 23 …llbackGtest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged()
|
D | ims_reg_info_callback_gtest.h | 25 …int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) ove…
|
/base/telephony/core_service/services/network_search/test/ |
D | ims_reg_info_callback_test.cpp | 23 …allbackTest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged()
|
D | ims_reg_info_callback_test.h | 25 …int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) ove…
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | ims_reg_info_callback.h | 26 …virtual int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &i…
|
D | ims_reg_types.h | 59 struct ImsRegInfo { struct
|
D | i_network_search.h | 95 … virtual int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) = 0;
|
/base/telephony/core_service/interfaces/kits/js/ |
D | @ohos.telephony.radio.d.ts | 1254 … 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/ |
D | napi_ims_reg_info_callback.cpp | 25 …nfoCallback::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged()
|
D | napi_ims_reg_info_callback_manager.cpp | 80 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/ |
D | ims_reg_info_callback_stub.cpp | 34 …const ImsRegInfo info = { static_cast<ImsRegState>(imsRegState), static_cast<ImsRegTech>(imsRegTec… in OnRemoteRequest()
|
/base/telephony/sms_mms/services/sms/include/ |
D | ims_reg_state_callback_stub.h | 31 …int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) ove…
|
/base/telephony/cellular_call/services/common/src/ |
D | module_service_utils.cpp | 82 ImsRegInfo info; in GetImsRegistrationState() 89 ImsRegInfo info; in GetImsUtSupportState()
|
/base/telephony/core_service/services/network_search/src/ |
D | ims_reg_info_callback_proxy.cpp | 27 …llbackProxy::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged()
|
D | network_search_state.cpp | 106 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/ |
D | README_zh.md | 121 …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/ |
D | ims_test.h | 164 ImsRegInfo info; in CanUseImsService()
|