Home
last modified time | relevance | path

Searched refs:GetNrSsbId (Results 1 - 24 of 24) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
H A Di_network_search.h184 virtual int32_t GetNrSsbId(int32_t slotId, const std::shared_ptr<NrSsbInformation> &nrSsbInformation) = 0;
H A Di_tel_ril_manager.h270 virtual int32_t GetNrSsbId(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
/base/telephony/cellular_data/test/mock/
H A Dmock_network_search.h88 MOCK_METHOD2(GetNrSsbId, int32_t(int32_t slotId, const std::shared_ptr<NrSsbInformation> &nrSsbInformation));
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h896 void (*GetNrSsbId)(const ReqDataInfo *requestInfo); member
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp642 int32_t ret = g_rilInterface->GetNrSsbId(SLOTID_1, RilTestUtil::GetSerialId()); in HWTEST_F()
658 int32_t ret = g_rilInterface->GetNrSsbId(SLOTID_2, RilTestUtil::GetSerialId()); in HWTEST_F()
H A Dzero_branch_test.cpp220 EXPECT_NE(HDF_SUCCESS, manager->GetNrSsbId(0, 0)); in TestNetWorkInterface()
/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_handler.h66 int32_t GetNrSsbId(const std::shared_ptr<NrSsbInformation> &nrCellSsbIdsInfo);
H A Dnetwork_search_manager.h263 int32_t GetNrSsbId(int32_t slotId, const std::shared_ptr<NrSsbInformation> &nrSsbInformation) override;
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c159 .GetNrSsbId = ReqGetNrSsbId,
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h51 int32_t GetNrSsbId(const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h166 int32_t GetNrSsbId(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h46 int32_t GetNrSsbId(int32_t serialId);
H A Dhril_manager.h194 int32_t GetNrSsbId(int32_t slotId, int32_t serialId);
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp263 return rilManager->GetNrSsbId(slotId, response);
H A Dnetwork_search_manager.cpp1911 int32_t NetworkSearchManager::GetNrSsbId(int32_t slotId, const std::shared_ptr<NrSsbInformation> &nrSsbInformation) in GetNrSsbId() function in OHOS::Telephony::NetworkSearchManager
1934 inner->networkSearchHandler_->GetNrSsbId(nrSsbInformation); in GetNrSsbId()
H A Dnetwork_search_handler.cpp1418 int32_t NetworkSearchHandler::GetNrSsbId(const std::shared_ptr<NrSsbInformation> &nrCellSsbIdsInfo) in GetNrSsbId() function in OHOS::Telephony::NetworkSearchHandler
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp925 int32_t HRilManager::GetNrSsbId(int32_t slotId, int32_t serialId) in GetNrSsbId() function in OHOS::Telephony::HRilManager
927 return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::GetNrSsbId, serialId); in GetNrSsbId()
H A Dhril_network.cpp254 int32_t HRilNetwork::GetNrSsbId(int32_t serialId) in GetNrSsbId() function in OHOS::Telephony::HRilNetwork
257 serialId, HREQ_NETWORK_GET_NR_SSBID_INFO, networkFuncs_, &HRilNetworkReq::GetNrSsbId); in GetNrSsbId()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp131 int32_t TelRilNetwork::GetNrSsbId(const AppExecFwk::InnerEvent::Pointer &response) in GetNrSsbId() function in OHOS::Telephony::TelRilNetwork
133 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_2::IRil::GetNrSsbId); in GetNrSsbId()
H A Dtel_ril_manager.cpp715 int32_t TelRilManager::GetNrSsbId(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetNrSsbId() function in OHOS::Telephony::TelRilManager
717 return TaskSchedule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::GetNrSsbId); in GetNrSsbId()
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1597 return networkSearchManager_->GetNrSsbId(slotId, nrSsbInformation); in GetNrSsbIdInfo()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp660 int32_t ret = g_rilInterface->GetNrSsbId(slotId, GetSerialId()); in GetNrSsbIdTest()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp1890 telRilManager_->GetNrSsbId(slotId, event); in GetNrSsbIdTest()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1623 telRilManager_->GetNrSsbId(slotId, event); in OnRequestGetNrSsbIdTest()

Completed in 61 milliseconds