Searched defs:addrString (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | net_manager_native.cpp | 138 int32_t NetManagerNative::AddInterfaceAddress(std::string ifName, std::string addrString, int32_t p… in AddInterfaceAddress() 146 int32_t NetManagerNative::DelInterfaceAddress(std::string ifName, std::string addrString, int32_t p… in DelInterfaceAddress() 151 int32_t NetManagerNative::DelInterfaceAddress(std::string ifName, std::string addrString, int32_t p… in DelInterfaceAddress()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 349 …NativeService::AddInterfaceAddress(const std::string &interfaceName, const std::string &addrString, in AddInterfaceAddress() 357 …NativeService::DelInterfaceAddress(const std::string &interfaceName, const std::string &addrString, in DelInterfaceAddress() 365 …NativeService::DelInterfaceAddress(const std::string &interfaceName, const std::string &addrString, in DelInterfaceAddress()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_utils.cpp | 407 int32_t WifiDirectUtils::IpStringToIntArray(const char *addrString, uint32_t *addrArray, size_t add… in IpStringToIntArray()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_utils.cpp | 403 int32_t WifiDirectUtils::IpStringToIntArray(const char *addrString, uint32_t *addrArray, size_t add… in IpStringToIntArray()
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_service_stub_test.cpp | 193 int32_t AddInterfaceAddress(const std::string &interfaceName, const std::string &addrString, in AddInterfaceAddress() 199 int32_t DelInterfaceAddress(const std::string &interfaceName, const std::string &addrString, in DelInterfaceAddress() 205 int32_t DelInterfaceAddress(const std::string &interfaceName, const std::string &addrString, in DelInterfaceAddress()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 784 …eServiceProxy::AddInterfaceAddress(const std::string &interfaceName, const std::string &addrString, in AddInterfaceAddress() 802 …eServiceProxy::DelInterfaceAddress(const std::string &interfaceName, const std::string &addrString, in DelInterfaceAddress() 823 …eServiceProxy::DelInterfaceAddress(const std::string &interfaceName, const std::string &addrString, in DelInterfaceAddress()
|