/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/ |
H A D | iril.h.txt | 80 virtual int32_t GetNrSsbId(int32_t slotId, int32_t serialId) = 0;
|
H A D | ril_service.h.txt | 37 int32_t GetNrSsbId(int32_t slotId, int32_t serialId) override;
|
H A D | ril_proxy.h.txt | 78 int32_t GetNrSsbId(int32_t slotId, int32_t serialId) override;
|
H A D | ril_service.cpp.txt | 46 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 D | IRil.idl | 115 [oneway] GetNrSsbId([in] int slotId, [in] int serialId);
|
/ohos5.0/drivers/interface/ril/v1_2/ |
H A D | IRil.idl | 115 [oneway] GetNrSsbId([in] int slotId, [in] int serialId);
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_network_test.cpp | 642 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 D | hril_vendor_network_defs.h | 896 void (*GetNrSsbId)(const ReqDataInfo *requestInfo); member
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_network_search.h | 184 …virtual int32_t GetNrSsbId(int32_t slotId, const std::shared_ptr<NrSsbInformation> &nrSsbInformati…
|
H A D | i_tel_ril_manager.h | 270 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 D | network_search_handler.h | 66 int32_t GetNrSsbId(const std::shared_ptr<NrSsbInformation> &nrCellSsbIdsInfo);
|
H A D | network_search_manager.h | 263 …int32_t GetNrSsbId(int32_t slotId, const std::shared_ptr<NrSsbInformation> &nrSsbInformation) over…
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 159 .GetNrSsbId = ReqGetNrSsbId,
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 46 int32_t GetNrSsbId(int32_t serialId);
|
H A D | hril_manager.h | 195 int32_t GetNrSsbId(int32_t slotId, int32_t serialId);
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 441 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 D | tel_ril_network.h | 51 int32_t GetNrSsbId(const AppExecFwk::InnerEvent::Pointer &response);
|
H A D | tel_ril_manager.h | 166 int32_t GetNrSsbId(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 153 int32_t GetNrSsbId(int32_t slotId, int32_t serialId) override;
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_manager.cpp | 704 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 D | tel_ril_network.cpp | 131 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 D | network_utils.cpp | 263 return rilManager->GetNrSsbId(slotId, response); in __anond46b825d0d02()
|
H A D | network_search_manager.cpp | 1848 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 D | hril_manager.cpp | 929 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 D | hril_network.cpp | 251 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()
|