/base/telephony/cellular_call/test/unittest/imstest/ |
D | ims_test.cpp | 332 if (HasSimCard(SIM1_SLOTID) && CanUseImsService(SIM1_SLOTID, ImsServiceType::TYPE_UT)) { 336 if (HasSimCard(SIM2_SLOTID) && CanUseImsService(SIM2_SLOTID, ImsServiceType::TYPE_UT)) { 352 if (HasSimCard(SIM1_SLOTID) && CanUseImsService(SIM1_SLOTID, ImsServiceType::TYPE_UT)) { 356 if (HasSimCard(SIM2_SLOTID) && CanUseImsService(SIM2_SLOTID, ImsServiceType::TYPE_UT)) { 372 if (HasSimCard(SIM1_SLOTID) && CanUseImsService(SIM1_SLOTID, ImsServiceType::TYPE_UT)) { 376 if (HasSimCard(SIM2_SLOTID) && CanUseImsService(SIM2_SLOTID, ImsServiceType::TYPE_UT)) { 392 if (HasSimCard(SIM1_SLOTID) && CanUseImsService(SIM1_SLOTID, ImsServiceType::TYPE_UT)) { 396 if (HasSimCard(SIM2_SLOTID) && CanUseImsService(SIM2_SLOTID, ImsServiceType::TYPE_UT)) { 412 if (HasSimCard(SIM1_SLOTID) && CanUseImsService(SIM1_SLOTID, ImsServiceType::TYPE_UT)) { 416 if (HasSimCard(SIM2_SLOTID) && CanUseImsService(SIM2_SLOTID, ImsServiceType::TYPE_UT)) { [all …]
|
/base/telephony/core_service/services/network_search/src/ |
D | network_search_state.cpp | 106 int32_t NetworkSearchState::GetImsStatus(ImsServiceType imsSrvType, ImsRegInfo &info) in GetImsStatus() 111 case ImsServiceType::TYPE_VOICE: in GetImsStatus() 114 case ImsServiceType::TYPE_VIDEO: in GetImsStatus() 117 case ImsServiceType::TYPE_UT: in GetImsStatus() 120 case ImsServiceType::TYPE_SMS: in GetImsStatus() 147 NotifyImsStateChange(ImsServiceType::TYPE_VOICE, imsRegInfo); in SetImsStatus() 152 NotifyImsStateChange(ImsServiceType::TYPE_VIDEO, imsRegInfo); in SetImsStatus() 157 NotifyImsStateChange(ImsServiceType::TYPE_UT, imsRegInfo); in SetImsStatus() 162 NotifyImsStateChange(ImsServiceType::TYPE_SMS, imsRegInfo); in SetImsStatus() 191 NotifyImsStateChange(ImsServiceType::TYPE_VOICE, imsRegInfo); in SetImsServiceStatus() [all …]
|
D | ims_reg_info_callback_proxy.cpp | 27 int32_t ImsRegInfoCallbackProxy::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, con… in OnImsRegInfoChanged()
|
/base/telephony/core_service/frameworks/js/network_search/include/ |
D | napi_ims_reg_info_callback_manager.h | 28 int32_t UnregisterImsRegStateCallback(napi_env env, int32_t slotId, ImsServiceType imsSrvType); 29 int32_t ReportImsRegInfo(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info);
|
D | napi_ims_reg_info_callback.h | 25 …int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) ove…
|
/base/telephony/sms_mms/services/ |
D | ims_reg_state_callback_stub.cpp | 40 return OnImsRegInfoChanged(slotId, static_cast<ImsServiceType>(code), info); in OnRemoteRequest() 43 int32_t ImsRegStateCallbackStub::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, con… in OnImsRegInfoChanged()
|
/base/telephony/core_service/interfaces/kits/js/ |
D | @ohos.telephony.radio.d.ts | 509 …function getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback<ImsRegInfo… 510 function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise<ImsRegInfo>; 530 …function on(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callback… 550 …function off(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callba… 1098 export enum ImsServiceType { enum
|
/base/telephony/core_service/services/network_search/include/ |
D | network_search_state.h | 45 int32_t GetImsStatus(ImsServiceType imsSrvType, ImsRegInfo &info); 57 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 | 158 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override; 167 …int32_t RegisterImsRegInfoCallback(int32_t slotId, ImsServiceType imsSrvType, const std::string &b… 170 int32_t slotId, ImsServiceType imsSrvType, const std::string &bundleName) override; 208 void NotifyImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info); 255 ImsServiceType imsSrvType;
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | ims_reg_info_callback_gtest.cpp | 23 int32_t ImsRegInfoCallbackGtest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, con… 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 int32_t ImsRegInfoCallbackTest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, cons… 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 | i_network_search.h | 70 … virtual int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) = 0; 80 …virtual int32_t RegisterImsRegInfoCallback(int32_t slotId, ImsServiceType imsSrvType, const std::s… 83 int32_t slotId, ImsServiceType imsSrvType, const std::string &bundleName) = 0;
|
D | ims_reg_types.h | 40 enum ImsServiceType { enum
|
D | core_service_proxy.h | 75 bool IsValidServiceType(ImsServiceType serviceType); 108 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override; 123 … int32_t slotId, ImsServiceType imsSrvType, const sptr<ImsRegInfoCallback> &callback) override; 124 int32_t UnregisterImsRegInfoCallback(int32_t slotId, ImsServiceType imsSrvType) override; 139 int32_t SerializeImsRegInfoData(int32_t slotId, ImsServiceType imsSrvType, MessageParcel &data);
|
D | core_service_client.h | 102 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info); 120 int32_t slotId, ImsServiceType imsSrvType, const sptr<ImsRegInfoCallback> &callback); 121 int32_t UnregisterImsRegInfoCallback(int32_t slotId, ImsServiceType imsSrvType);
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
D | napi_ims_reg_info_callback.cpp | 25 int32_t NapiImsRegInfoCallback::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, cons… in OnImsRegInfoChanged()
|
D | napi_ims_reg_info_callback_manager.cpp | 28 ImsServiceType imsSrvType = stateCallback.imsSrvType; in RegisterImsRegStateCallback() 59 napi_env env, int32_t slotId, ImsServiceType imsSrvType) in UnregisterImsRegStateCallback() 80 int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in ReportImsRegInfo()
|
/base/telephony/core_service/frameworks/native/src/ |
D | ims_reg_info_callback_stub.cpp | 35 return OnImsRegInfoChanged(slotId, static_cast<ImsServiceType>(code), info); in OnRemoteRequest()
|
/base/telephony/sms_mms/services/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 | 60 CoreManagerInner::GetInstance().GetImsRegStatus(slotId, ImsServiceType::TYPE_VOICE, info); in GetImsRegistrationState()
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 181 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override; 209 … int32_t slotId, ImsServiceType imsSrvType, const sptr<ImsRegInfoCallback> &callback) override; 211 int32_t UnregisterImsRegInfoCallback(int32_t slotId, ImsServiceType imsSrvType) override;
|