/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_net_agent_test.cpp | 219 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 D | net_supplier_callback_stub.cpp | 104 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 D | common_net_conn_callback_test.h | 76 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 D | wifi_net_agent.h | 148 bool RequestNetwork(const int uid, const int networkId); 183 int32_t RequestNetwork(
|
H A D | wifi_net_agent.cpp | 447 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 D | net_supplier_callback_base.cpp | 20 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 D | net_manager_call_back.h | 26 …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 D | i_net_supplier_callback.h | 37 virtual int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps,
|
H A D | net_supplier_callback_stub.h | 40 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps,
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/stub/ |
H A D | net_supplier_callback_proxy.h | 31 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps,
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_supplier_callback_base.h | 45 virtual int32_t RequestNetwork(const std::string &ident,
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_supplier_callback_base_test.cpp | 49 int32_t ret = supplierCbStub_->RequestNetwork(ident, netCaps);
|
/ohos5.0/base/telephony/cellular_data/services/src/utils/ |
H A D | net_manager_call_back.cpp | 25 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 D | net_supplier_callback_proxy.cpp | 27 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 D | libnetconn_kits.map | 144 …"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 D | net_supplier.cpp | 254 int32_t errCode = netController_->RequestNetwork(netSupplierIdent_, netCaps, netRequest); in SupplierConnection()
|
/ohos5.0/base/telephony/cellular_data/test/ |
H A D | cellular_data_test.cpp | 1641 int32_t result = callback_->RequestNetwork(ident, netCaps, netrequest); 1658 int32_t result = callback_->RequestNetwork(ident, netCaps, netrequest);
|