Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/common/src/
Dmodule_service_utils.cpp60 CoreManagerInner::GetInstance().GetImsRegStatus(slotId, ImsServiceType::TYPE_VOICE, info); in GetImsRegistrationState()
/base/telephony/core_service/interfaces/innerkits/include/
Di_network_search.h70 … virtual int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) = 0;
Dcore_service_client.h102 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info);
Di_core_service.h113 … virtual int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) = 0;
Dcore_service_proxy.h108 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override;
Dcore_manager_inner.h211 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) const;
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.h159 CoreManagerInner::GetInstance().GetImsRegStatus(slotId, type, info); in CanUseImsService()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_network_defs.h285 void (*GetImsRegStatus)(const ReqDataInfo *requestInfo); member
/base/telephony/sms_mms/services/
Dsms_network_policy_manager.cpp174 CoreManagerInner::GetInstance().GetImsRegStatus(slotId_, ImsServiceType::TYPE_SMS, info); in GetRadioState()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp1737 …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…
Dzero_branch_test.cpp629 …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/
Dcore_service.h181 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override;
/base/telephony/core_service/services/network_search/include/
Dnetwork_search_manager.h158 int32_t GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) override;
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp713 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()
Dcore_manager_inner.cpp1574 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()
Dcore_service_proxy.cpp2300 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.cpp1045 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()
Dcore_service_stub.cpp1357 int32_t result = GetImsRegStatus(slotId, static_cast<ImsServiceType>(imsSrvType), info); in OnGetImsRegStatus()
/base/telephony/core_service/services/network_search/test/
Dtest.cpp512 …int32_t ret = g_telephonyService->GetImsRegStatus(slotId, static_cast<ImsServiceType>(imsSrvType),… in TestGetImsRegStatus()
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_manager.cpp841 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.cpp2151 context->errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetImsRegStatus( in NativeGetImsRegInfo()