Home
last modified time | relevance | path

Searched refs:RequestNetwork (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_net_agent_test.cpp219 EXPECT_EQ(wifiNetAgent.RequestNetwork(uid, networkId), false);
228 EXPECT_EQ(netConnCallback.RequestNetwork(ident, netCaps, netrequest), -1);
231 EXPECT_EQ(netConnCallback.RequestNetwork(ident, netCaps, netrequest), -1);
235 EXPECT_EQ(netConnCallback.RequestNetwork(ident, netCaps, netrequest), -1);
239 EXPECT_EQ(netConnCallback.RequestNetwork(ident, netCaps, netrequest), -1);
243 EXPECT_EQ(netConnCallback.RequestNetwork(ident, netCaps, netrequest), -1);
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_supplier_callback_stub.cpp104 RequestNetwork(ident, netCaps, netRequest); in OnRequestNetwork()
133 int32_t NetSupplierCallbackStub::RequestNetwork(const std::string &ident, const std::set<NetCap> &n… in RequestNetwork() function in OHOS::NetManagerStandard::NetSupplierCallbackStub
138 callback_->RequestNetwork(ident, netCaps, netrequest); in RequestNetwork()
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_net_conn_callback_test.h76 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps,
93 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps,
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.h148 bool RequestNetwork(const int uid, const int networkId);
183 int32_t RequestNetwork(
H A Dwifi_net_agent.cpp447 bool WifiNetAgent::RequestNetwork(const int uid, const int networkId) function in OHOS::Wifi::WifiNetAgent
466 int32_t WifiNetAgent::NetConnCallback::RequestNetwork( function in OHOS::Wifi::WifiNetAgent::NetConnCallback
499 if (!WifiNetAgent::GetInstance().RequestNetwork(netrequest.uid, networkId)) {
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_supplier_callback_base.cpp20 int32_t NetSupplierCallbackBase::RequestNetwork(const std::string &ident, in RequestNetwork() function in OHOS::NetManagerStandard::NetSupplierCallbackBase
/ohos5.0/base/telephony/cellular_data/services/include/utils/
H A Dnet_manager_call_back.h26 …int32_t RequestNetwork(const std::string &ident, const std::set<NetManagerStandard::NetCap> &netCa…
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_supplier_callback.h37 virtual int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps,
H A Dnet_supplier_callback_stub.h40 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps,
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/stub/
H A Dnet_supplier_callback_proxy.h31 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps,
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_supplier_callback_base.h45 virtual int32_t RequestNetwork(const std::string &ident,
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_supplier_callback_base_test.cpp49 int32_t ret = supplierCbStub_->RequestNetwork(ident, netCaps);
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dnet_manager_call_back.cpp25 int32_t NetManagerCallBack::RequestNetwork(const std::string &ident, in RequestNetwork() function in OHOS::Telephony::NetManagerCallBack
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_supplier_callback_proxy.cpp27 int32_t NetSupplierCallbackProxy::RequestNetwork(const std::string &ident, const std::set<NetCap> &… in RequestNetwork() function in OHOS::NetManagerStandard::NetSupplierCallbackProxy
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/
H A Dlibnetconn_kits.map144 …"OHOS::NetManagerStandard::NetSupplierCallbackBase::RequestNetwork(std::__h::basic_string<char, st…
149 …"OHOS::NetManagerStandard::NetSupplierCallbackStub::RequestNetwork(std::__h::basic_string<char, st…
151 …"non-virtual thunk to OHOS::NetManagerStandard::NetSupplierCallbackStub::RequestNetwork(std::__h::…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp254 int32_t errCode = netController_->RequestNetwork(netSupplierIdent_, netCaps, netRequest); in SupplierConnection()
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp1641 int32_t result = callback_->RequestNetwork(ident, netCaps, netrequest);
1658 int32_t result = callback_->RequestNetwork(ident, netCaps, netrequest);