Home
last modified time | relevance | path

Searched refs:SetNetworkSelectionMode (Results 1 – 25 of 65) sorted by relevance

123

/ohos5.0/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/
H A Dsetradiostate_fuzzer.cpp139 void SetNetworkSelectionMode(const uint8_t *data, size_t size) in SetNetworkSelectionMode() function
304 SetNetworkSelectionMode(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp988 int32_t result = telephonyService_->SetNetworkSelectionMode(
1016 int32_t result = telephonyService_->SetNetworkSelectionMode(
1044 int32_t result = telephonyService_->SetNetworkSelectionMode(
1072 int32_t result = telephonyService_->SetNetworkSelectionMode(
1099 int32_t result = telephonyService_->SetNetworkSelectionMode(
1126 int32_t result = telephonyService_->SetNetworkSelectionMode(
1159 int32_t result = telephonyService_->SetNetworkSelectionMode(
1187 int32_t result = CoreServiceClient::GetInstance().SetNetworkSelectionMode(
1223 int32_t result = CoreServiceClient::GetInstance().SetNetworkSelectionMode(
1259 int32_t result = CoreServiceClient::GetInstance().SetNetworkSelectionMode(
[all …]
H A Dsim_core_service_test.cpp60 mCoreService->SetNetworkSelectionMode(0, 1, mNetworkInformation, true, callback);
207 mCoreService->SetNetworkSelectionMode(0, 1, mNetworkInformation, true, callback);
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h172 int32_t SetNetworkSelectionMode(int32_t slotId, int32_t selectMode,
228 bool SetNetworkSelectionMode(
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp245 …int32_t ret = g_rilInterface->SetNetworkSelectionMode(SLOTID_1, RilTestUtil::GetSerialId(), setNet…
264 …int32_t ret = g_rilInterface->SetNetworkSelectionMode(SLOTID_2, RilTestUtil::GetSerialId(), setNet…
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h886 …void (*SetNetworkSelectionMode)(const ReqDataInfo *requestInfo, const HRilSetNetworkModeInfo *data… member
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_network_search.h72 virtual int32_t SetNetworkSelectionMode(int32_t slotId, int32_t selectMode,
H A Dcore_manager_inner.h180 …int32_t SetNetworkSelectionMode(int32_t slotId, int32_t eventId, int32_t automaticFlag, std::strin…
200 …bool SetNetworkSelectionMode(int32_t slotId, int32_t selectMode, const sptr<NetworkInformation> &n…
H A Dcore_service_client.h345 int32_t SetNetworkSelectionMode(int32_t slotId, int32_t selectMode,
H A Di_core_service.h85 virtual int32_t SetNetworkSelectionMode(int32_t slotId, int32_t selectMode,
H A Dcore_service_proxy.h46 int32_t SetNetworkSelectionMode(int32_t slotId, int32_t selectMode,
H A Di_tel_ril_manager.h232 virtual int32_t SetNetworkSelectionMode(
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c150 .SetNetworkSelectionMode = ReqSetNetworkSelectionMode,
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h36 …int32_t SetNetworkSelectionMode(int32_t serialId, const HDI::Ril::V1_1::SetNetworkModeInfo &networ…
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp442 int32_t CoreServiceClient::SetNetworkSelectionMode(int32_t slotId, int32_t selectMode, in SetNetworkSelectionMode() function in OHOS::Telephony::CoreServiceClient
451 …return proxy->SetNetworkSelectionMode(slotId, selectMode, networkInformation, resumeSelection, cal… in SetNetworkSelectionMode()
H A Dcore_manager_inner.cpp741 int32_t CoreManagerInner::SetNetworkSelectionMode(int32_t slotId, int32_t eventId, int32_t automati… in SetNetworkSelectionMode() function in OHOS::Telephony::CoreManagerInner
754 return telRilManager_->SetNetworkSelectionMode(slotId, automaticFlag, oper, response); in SetNetworkSelectionMode()
1404 bool CoreManagerInner::SetNetworkSelectionMode(int32_t slotId, int32_t selectMode, in SetNetworkSelectionMode() function in OHOS::Telephony::CoreManagerInner
1412 return networkSearchManager_->SetNetworkSelectionMode( in SetNetworkSelectionMode()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp378 int32_t RilImpl::SetNetworkSelectionMode( in SetNetworkSelectionMode() function in OHOS::HDI::Ril::V1_3::RilImpl
381 …return TaskSchedule(&Telephony::HRilManager::SetNetworkSelectionMode, slotId, serialId, networkMod… in SetNetworkSelectionMode()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h112 int32_t SetNetworkSelectionMode(int32_t slotId, int32_t selectMode,
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h37 int32_t SetNetworkSelectionMode(
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md103 | [SetNetworkSelectionMode](#setnetworkselectionmode) ([in] int slotId, [in] int serialId, [in] str…
2122 ### SetNetworkSelectionMode()
2125 IRil::SetNetworkSelectionMode ([in] int slotId, [in] int serialId, [in] struct SetNetworkModeInfo n…
H A Dinterface_i_ril_v11.md105 | [SetNetworkSelectionMode](#setnetworkselectionmode) ([in] int slotId, [in] int serialId, [in] str…
2202 ### SetNetworkSelectionMode()
2205 IRil::SetNetworkSelectionMode ([in] int slotId, [in] int serialId, [in] struct SetNetworkModeInfo n…
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp688 bool NetworkSearchManager::SetNetworkSelectionMode( in SetNetworkSelectionMode() function in OHOS::Telephony::NetworkSearchManager
708 int32_t NetworkSearchManager::SetNetworkSelectionMode(int32_t slotId, int32_t selectMode, in SetNetworkSelectionMode() function in OHOS::Telephony::NetworkSearchManager
1144 …bool ret = SetNetworkSelectionMode(slotId, static_cast<int32_t>(SelectionMode::MODE_TYPE_AUTO), nu… in FactoryReset()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h140 int32_t SetNetworkSelectionMode(
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp161 int32_t CoreService::SetNetworkSelectionMode(int32_t slotId, int32_t selectMode, in SetNetworkSelectionMode() function in OHOS::Telephony::CoreService
178 return networkSearchManager_->SetNetworkSelectionMode( in SetNetworkSelectionMode()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp635 int32_t TelRilManager::SetNetworkSelectionMode( in SetNetworkSelectionMode() function in OHOS::Telephony::TelRilManager
638 …edule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::SetNetworkSelectionMode, in SetNetworkSelectionMode()

123