/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/interfaces/innerkits/include/ |
D | i_network_search.h | 70 … virtual int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) = 0;
|
D | core_service_client.h | 102 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info);
|
D | i_core_service.h | 113 … virtual int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) = 0;
|
D | core_service_proxy.h | 108 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override;
|
D | core_manager_inner.h | 211 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) const;
|
/base/telephony/cellular_call/test/unittest/imstest/ |
D | ims_test.h | 159 CoreManagerInner::GetInstance().GetImsRegStatus(slotId, type, info); in CanUseImsService()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_network_defs.h | 285 void (*GetImsRegStatus)(const ReqDataInfo *requestInfo); member
|
/base/telephony/sms_mms/services/ |
D | sms_network_policy_manager.cpp | 174 CoreManagerInner::GetInstance().GetImsRegStatus(slotId_, ImsServiceType::TYPE_SMS, info); in GetRadioState()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | network_search_test.cpp | 1737 …int ret = CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID, ImsServiceType::TYPE_VOICE, in… 1755 …ret = CoreServiceClient::GetInstance().GetImsRegStatus(INVALID_SLOT_ID, ImsServiceType::TYPE_VOICE… 1774 …CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID, static_cast<ImsServiceType>(INVALID_TYPE… 1791 …int ret = CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID1, ImsServiceType::TYPE_VOICE, i… 1809 …CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID1, static_cast<ImsServiceType>(INVALID_TYP… 1825 …int ret = CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID, ImsServiceType::TYPE_VOICE, in…
|
D | zero_branch_test.cpp | 629 …EXPECT_EQ(mInner.GetImsRegStatus(0, ImsServiceType::TYPE_VOICE, info), TELEPHONY_ERR_LOCAL_PTR_NUL… 1225 EXPECT_EQ(networkSearchManager->GetImsRegStatus(INVALID_SLOTID, ImsServiceType::TYPE_SMS, info),
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 181 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override;
|
/base/telephony/core_service/services/network_search/include/ |
D | network_search_manager.h | 158 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override;
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 713 int32_t CoreServiceClient::GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &i… in GetImsRegStatus() function in OHOS::Telephony::CoreServiceClient 720 return proxy->GetImsRegStatus(slotId, imsSrvType, info); in GetImsRegStatus()
|
D | core_manager_inner.cpp | 1574 int32_t CoreManagerInner::GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &in… in GetImsRegStatus() function in OHOS::Telephony::CoreManagerInner 1580 return networkSearchManager_->GetImsRegStatus(slotId, imsSrvType, info); in GetImsRegStatus()
|
D | core_service_proxy.cpp | 2300 int32_t CoreServiceProxy::GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &in… in GetImsRegStatus() function in OHOS::Telephony::CoreServiceProxy
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 1045 int32_t CoreService::GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) in GetImsRegStatus() function in OHOS::Telephony::CoreService 1056 return networkSearchManager_->GetImsRegStatus(slotId, imsSrvType, info); in GetImsRegStatus()
|
D | core_service_stub.cpp | 1357 int32_t result = GetImsRegStatus(slotId, static_cast<ImsServiceType>(imsSrvType), info); in OnGetImsRegStatus()
|
/base/telephony/core_service/services/network_search/test/ |
D | test.cpp | 512 …int32_t ret = g_telephonyService->GetImsRegStatus(slotId, static_cast<ImsServiceType>(imsSrvType),… in TestGetImsRegStatus()
|
/base/telephony/core_service/services/network_search/src/ |
D | network_search_manager.cpp | 841 int32_t NetworkSearchManager::GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo… in GetImsRegStatus() function in OHOS::Telephony::NetworkSearchManager
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
D | napi_radio.cpp | 2151 context->errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetImsRegStatus( in NativeGetImsRegInfo()
|