Home
last modified time | relevance | path

Searched refs:GetImsRegStatus (Results 1 – 22 of 22) sorted by relevance

/base/telephony/cellular_call/services/common/src/
Dmodule_service_utils.cpp83 CoreManagerInner::GetInstance().GetImsRegStatus(slotId, ImsServiceType::TYPE_VOICE, info); in GetImsRegistrationState()
90 CoreManagerInner::GetInstance().GetImsRegStatus(slotId, ImsServiceType::TYPE_UT, info); in GetImsUtSupportState()
/base/telephony/core_service/interfaces/innerkits/include/
Di_network_search.h95 … virtual int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) = 0;
Di_core_service.h122 … virtual int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) = 0;
Dcore_service_client.h666 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info);
Dcore_service_proxy.h119 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override;
Dcore_manager_inner.h214 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) const;
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_network_defs.h823 void (*GetImsRegStatus)(const ReqDataInfo *requestInfo); member
/base/telephony/sms_mms/services/sms/
Dsms_network_policy_manager.cpp174 CoreManagerInner::GetInstance().GetImsRegStatus(slotId_, ImsServiceType::TYPE_SMS, info); in GetRadioState()
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.h165 CoreServiceClient::GetInstance().GetImsRegStatus(slotId, type, info); in CanUseImsService()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_core_service_test.cpp124 …EXPECT_NE(mCoreService->GetImsRegStatus(0, ImsServiceType::TYPE_VOICE, mImsRegInfo), TELEPHONY_ERR…
281 …EXPECT_NE(mCoreService->GetImsRegStatus(0, ImsServiceType::TYPE_VOICE, mImsRegInfo), TELEPHONY_ERR…
Dnetwork_search_test.cpp1864 …int ret = CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID, ImsServiceType::TYPE_VOICE, in…
1882 …ret = CoreServiceClient::GetInstance().GetImsRegStatus(INVALID_SLOT_ID, ImsServiceType::TYPE_VOICE…
1901 …CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID, static_cast<ImsServiceType>(INVALID_TYPE…
1918 …int ret = CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID1, ImsServiceType::TYPE_VOICE, i…
1936 …CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID1, static_cast<ImsServiceType>(INVALID_TYP…
1952 …int ret = CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID, ImsServiceType::TYPE_VOICE, in…
Dzero_branch_test.cpp783 …EXPECT_EQ(mInner.GetImsRegStatus(0, ImsServiceType::TYPE_VOICE, info), TELEPHONY_ERR_LOCAL_PTR_NUL…
1686 EXPECT_EQ(networkSearchManager->GetImsRegStatus(INVALID_SLOTID, ImsServiceType::TYPE_SMS, info),
/base/telephony/core_service/services/core/include/
Dcore_service.h196 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override;
/base/telephony/core_service/services/network_search/include/
Dnetwork_search_manager.h163 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override;
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp785 int32_t CoreServiceClient::GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &i… in GetImsRegStatus() function in OHOS::Telephony::CoreServiceClient
792 return proxy->GetImsRegStatus(slotId, imsSrvType, info); in GetImsRegStatus()
Dcore_manager_inner.cpp1573 int32_t CoreManagerInner::GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &in… in GetImsRegStatus() function in OHOS::Telephony::CoreManagerInner
1579 return networkSearchManager_->GetImsRegStatus(slotId, imsSrvType, info); in GetImsRegStatus()
Dcore_service_proxy.cpp2529 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/
Dcore_service.cpp1319 int32_t CoreService::GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) in GetImsRegStatus() function in OHOS::Telephony::CoreService
1334 return networkSearchManager_->GetImsRegStatus(slotId, imsSrvType, info); in GetImsRegStatus()
Dcore_service_stub.cpp1501 int32_t result = GetImsRegStatus(slotId, static_cast<ImsServiceType>(imsSrvType), info); in OnGetImsRegStatus()
/base/telephony/core_service/services/network_search/test/
Dtest.cpp582 …int32_t ret = g_telephonyService->GetImsRegStatus(slotId, static_cast<ImsServiceType>(imsSrvType),… in TestGetImsRegStatus()
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_manager.cpp909 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/
Dnapi_radio.cpp2483 context->errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetImsRegStatus( in NativeGetImsRegInfo()