Home
last modified time | relevance | path

Searched refs:GetPhysicalChannelConfig (Results 1 - 16 of 16) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h889 void (*GetPhysicalChannelConfig)(const ReqDataInfo *requestInfo); member
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp410 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 Dzero_branch_test.cpp213 EXPECT_NE(HDF_SUCCESS, manager->GetPhysicalChannelConfig(0, 0)); in TestNetWorkInterface()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c155 .GetPhysicalChannelConfig = ReqGetPhysicalChannelConfig,
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h43 int32_t GetPhysicalChannelConfig(const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h134 int32_t GetPhysicalChannelConfig(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h39 int32_t GetPhysicalChannelConfig(int32_t serialId);
H A Dhril_manager.h187 int32_t GetPhysicalChannelConfig(int32_t slotId, int32_t serialId);
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h130 virtual int32_t GetPhysicalChannelConfig(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp888 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 Dhril_network.cpp208 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 Dtel_ril_network.cpp93 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 Dtel_ril_manager.cpp675 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 Dril_interface_test.cpp694 int32_t ret = g_rilInterface->GetPhysicalChannelConfig(slotId, GetSerialId()); in GetPhysicalChannelConfigTest()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp1752 telRilManager_->GetPhysicalChannelConfig(slotId, event); in GetPhysicalChannelConfigTest()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1511 telRilManager_->GetPhysicalChannelConfig(slotId, event); in OnRequestGetPhysicalChannelConfig()

Completed in 33 milliseconds