/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/ |
H A D | net_conn_hievent_test.cpp | 38 sptr<Network> GetNetwork(); 52 sptr<Network> NetConnHiEventTest::GetNetwork() in GetNetwork() function in OHOS::NetManagerStandard::NetConnHiEventTest 133 sptr<Network> network = GetNetwork(); in HWTEST_F() 147 sptr<Network> network = GetNetwork(); in HWTEST_F() 161 sptr<Network> network = GetNetwork(); in HWTEST_F() 175 sptr<Network> network = GetNetwork(); in HWTEST_F() 189 sptr<Network> network = GetNetwork(); in HWTEST_F() 203 sptr<Network> network = GetNetwork(); in HWTEST_F() 215 sptr<Network> network = GetNetwork(); in HWTEST_F() 239 sptr<Network> network = GetNetwork(); in HWTEST_F() [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | ipv4_address.h | 149 std::string GetNetwork() const;
|
H A D | ipv6_address.h | 180 std::string GetNetwork() const;
|
H A D | ipv4_address.cpp | 156 std::string Ipv4Address::GetNetwork() const in GetNetwork() function in OHOS::Wifi::Ipv4Address
|
H A D | ipv6_address.cpp | 317 std::string Ipv6Address::GetNetwork() const in GetNetwork() function in OHOS::Wifi::Ipv6Address
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | ipv4_address_test.cpp | 147 * @tc.desc: GetNetwork() 157 EXPECT_TRUE(mIpv4Address.GetNetwork() == "192.168.3.144/8"); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_supplier.h | 102 std::shared_ptr<Network> GetNetwork() const;
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/ |
H A D | mock_wpa_suppliant.cpp | 267 int32_t GetNetwork(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* param,
in GetNetwork() function 701 g_IWpaInterface.GetNetwork = GetNetwork;
in IWpaInterfaceGet()
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 670 std::shared_ptr<Network> pNetwork = pNetSupplier.second->GetNetwork(); in StopAllNetDetection() 686 std::shared_ptr<Network> pNetwork = pNetSupplier.second->GetNetwork(); in StartAllNetDetection() 697 std::shared_ptr<Network> pDefaultNetwork = defaultNetSupplier_->GetNetwork(); in StartAllNetDetection() 1428 auto network = supplier->GetNetwork(); in CallbackForSupplier() 1461 auto network = supplier->GetNetwork(); in CallbackForAvailable() 1690 std::shared_ptr<Network> network = supplier->GetNetwork(); in GetIfaceNames() 1727 std::shared_ptr<Network> network = supplier->GetNetwork(); in GetIfaceNameByType() 1757 std::shared_ptr <Network> network = supplier->GetNetwork(); in GetIfaceNameIdentMaps() 1838 std::shared_ptr<Network> network = defaultNetSupplier_->GetNetwork(); in GetDumpMessage() 2627 if (netSupplier.second->GetNetwork() in IsIfaceNameInUse() [all...] |
H A D | net_supplier.cpp | 187 std::shared_ptr<Network> NetSupplier::GetNetwork() const in GetNetwork() function in OHOS::NetManagerStandard::NetSupplier
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/wlan/wpa/v1_1/ |
H A D | iwpa_interface.h | 196 int32_t (*GetNetwork)(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* param,
member
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/v1_1/ |
H A D | iwpa_interface.h | 196 int32_t (*GetNetwork)(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* param,
member
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_sta_impl.c | 1128 int32_t result = wpaObj->GetNetwork(wpaObj, ifaceName, networkId, param, value, valueLen);
in HdiWpaGetNetwork() 1130 LOGE("HdiWpaGetNetwork: GetNetwork failed result:%{public}d", result);
in HdiWpaGetNetwork()
|