/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_network_defs.h | 889 void (*GetPhysicalChannelConfig)(const ReqDataInfo *requestInfo); member
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_network_test.cpp | 410 int32_t ret = g_rilInterface->GetPhysicalChannelConfig(SLOTID_1, RilTestUtil::GetSerialId()); in HWTEST_F() 426 int32_t ret = g_rilInterface->GetPhysicalChannelConfig(SLOTID_2, RilTestUtil::GetSerialId()); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 213 EXPECT_NE(HDF_SUCCESS, manager->GetPhysicalChannelConfig(0, 0)); in TestNetWorkInterface()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 155 .GetPhysicalChannelConfig = ReqGetPhysicalChannelConfig,
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_network.h | 43 int32_t GetPhysicalChannelConfig(const AppExecFwk::InnerEvent::Pointer &response);
|
H A D | tel_ril_manager.h | 134 int32_t GetPhysicalChannelConfig(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 39 int32_t GetPhysicalChannelConfig(int32_t serialId);
|
H A D | hril_manager.h | 187 int32_t GetPhysicalChannelConfig(int32_t slotId, int32_t serialId);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 130 virtual int32_t GetPhysicalChannelConfig(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 888 int32_t HRilManager::GetPhysicalChannelConfig(int32_t slotId, int32_t serialId) in GetPhysicalChannelConfig() function in OHOS::Telephony::HRilManager 890 return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::GetPhysicalChannelConfig, serialId); in GetPhysicalChannelConfig()
|
H A D | hril_network.cpp | 208 int32_t HRilNetwork::GetPhysicalChannelConfig(int32_t serialId) in GetPhysicalChannelConfig() function in OHOS::Telephony::HRilNetwork 211 &HRilNetworkReq::GetPhysicalChannelConfig); in GetPhysicalChannelConfig()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_network.cpp | 93 int32_t TelRilNetwork::GetPhysicalChannelConfig(const AppExecFwk::InnerEvent::Pointer &response) in GetPhysicalChannelConfig() function in OHOS::Telephony::TelRilNetwork 95 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetPhysicalChannelConfig); in GetPhysicalChannelConfig()
|
H A D | tel_ril_manager.cpp | 675 int32_t TelRilManager::GetPhysicalChannelConfig(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetPhysicalChannelConfig() function in OHOS::Telephony::TelRilManager 677 return TaskSchedule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::GetPhysicalChannelConfig); in GetPhysicalChannelConfig()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 694 int32_t ret = g_rilInterface->GetPhysicalChannelConfig(slotId, GetSerialId());
in GetPhysicalChannelConfigTest()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 1752 telRilManager_->GetPhysicalChannelConfig(slotId, event); in GetPhysicalChannelConfigTest()
|
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 1511 telRilManager_->GetPhysicalChannelConfig(slotId, event); in OnRequestGetPhysicalChannelConfig()
|