Home
last modified time | relevance | path

Searched defs:GetPreferredNetwork (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp769 int32_t NetworkSearchManager::GetPreferredNetwork(int32_t slotId, NSCALLBACK &callback) in GetPreferredNetwork() function in OHOS::Telephony::NetworkSearchManager
813 int32_t NetworkSearchManager::GetPreferredNetwork(int32_t slotId) in GetPreferredNetwork() function in OHOS::Telephony::NetworkSearchManager
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1010 int32_t CoreService::GetPreferredNetwork(int32_t slotId, const sptr<INetworkSearchCallback> &callba… in GetPreferredNetwork() function in OHOS::Telephony::CoreService
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp78 int32_t TelRilNetwork::GetPreferredNetwork(const AppExecFwk::InnerEvent::Pointer &response) in GetPreferredNetwork() function in OHOS::Telephony::TelRilNetwork
H A Dtel_ril_manager.cpp642 int32_t TelRilManager::GetPreferredNetwork(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &r… in GetPreferredNetwork() function in OHOS::Telephony::TelRilManager
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp668 int32_t CoreServiceClient::GetPreferredNetwork(int32_t slotId, const sptr<INetworkSearchCallback> &… in GetPreferredNetwork() function in OHOS::Telephony::CoreServiceClient
H A Dcore_manager_inner.cpp1579 int32_t CoreManagerInner::GetPreferredNetwork(int32_t slotId, const sptr<INetworkSearchCallback> &c… in GetPreferredNetwork() function in OHOS::Telephony::CoreManagerInner
H A Dcore_service_proxy.cpp1874 int32_t CoreServiceProxy::GetPreferredNetwork(int32_t slotId, const sptr<INetworkSearchCallback> &c… in GetPreferredNetwork() function in OHOS::Telephony::CoreServiceProxy
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h887 void (*GetPreferredNetwork)(const ReqDataInfo *requestInfo); member
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp399 int32_t RilImpl::GetPreferredNetwork(int32_t slotId, int32_t serialId) in GetPreferredNetwork() function in OHOS::HDI::Ril::V1_3::RilImpl
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp199 int32_t HRilNetwork::GetPreferredNetwork(int32_t serialId) in GetPreferredNetwork() function in OHOS::Telephony::HRilNetwork
H A Dhril_manager.cpp887 int32_t HRilManager::GetPreferredNetwork(int32_t slotId, int32_t serialId) in GetPreferredNetwork() function in OHOS::Telephony::HRilManager
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp1579 static napi_value GetPreferredNetwork(napi_env env, napi_callback_info info) in GetPreferredNetwork() function