Home
last modified time | relevance | path

Searched refs:GetNrSsbId (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Diril.h.txt80 virtual int32_t GetNrSsbId(int32_t slotId, int32_t serialId) = 0;
H A Dril_service.h.txt37 int32_t GetNrSsbId(int32_t slotId, int32_t serialId) override;
H A Dril_proxy.h.txt78 int32_t GetNrSsbId(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt46 int32_t RilService::GetNrSsbId(int32_t slotId, int32_t serialId)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_2/
H A DIRil.idl115 [oneway] GetNrSsbId([in] int slotId, [in] int serialId);
/ohos5.0/drivers/interface/ril/v1_2/
H A DIRil.idl115 [oneway] GetNrSsbId([in] int slotId, [in] int serialId);
/ohos5.0/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());
658 int32_t ret = g_rilInterface->GetNrSsbId(SLOTID_2, RilTestUtil::GetSerialId());
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h896 void (*GetNrSsbId)(const ReqDataInfo *requestInfo); member
/ohos5.0/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> &nrSsbInformati…
H A Di_tel_ril_manager.h270 virtual int32_t GetNrSsbId(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
/ohos5.0/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) over…
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c159 .GetNrSsbId = ReqGetNrSsbId,
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h46 int32_t GetNrSsbId(int32_t serialId);
H A Dhril_manager.h195 int32_t GetNrSsbId(int32_t slotId, int32_t serialId);
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp441 int32_t RilImpl::GetNrSsbId(int32_t slotId, int32_t serialId) in GetNrSsbId() function in OHOS::HDI::Ril::V1_3::RilImpl
443 return TaskSchedule(&Telephony::HRilManager::GetNrSsbId, slotId, serialId); in GetNrSsbId()
/ohos5.0/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;
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h153 int32_t GetNrSsbId(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp704 int32_t TelRilManager::GetNrSsbId(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetNrSsbId() function in OHOS::Telephony::TelRilManager
706 …turn TaskSchedule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::GetNrSsbId); in GetNrSsbId()
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()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp263 return rilManager->GetNrSsbId(slotId, response); in __anond46b825d0d02()
H A Dnetwork_search_manager.cpp1848 int32_t NetworkSearchManager::GetNrSsbId(int32_t slotId, const std::shared_ptr<NrSsbInformation> &n… in GetNrSsbId() function in OHOS::Telephony::NetworkSearchManager
1871 inner->networkSearchHandler_->GetNrSsbId(nrSsbInformation); in GetNrSsbId()
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp929 int32_t HRilManager::GetNrSsbId(int32_t slotId, int32_t serialId) in GetNrSsbId() function in OHOS::Telephony::HRilManager
931 …return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::GetNrSsbId, serialId); in GetNrSsbId()
H A Dhril_network.cpp251 int32_t HRilNetwork::GetNrSsbId(int32_t serialId) in GetNrSsbId() function in OHOS::Telephony::HRilNetwork
254 serialId, HREQ_NETWORK_GET_NR_SSBID_INFO, networkFuncs_, &HRilNetworkReq::GetNrSsbId); in GetNrSsbId()

12