Home
last modified time | relevance | path

Searched refs:GetMacAddr (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dmulti_gateway_test.cpp85 EXPECT_TRUE(DelayedSingleton<MultiGateway>::GetInstance()->GetMacAddr(buff, macAddr) == -1); in HWTEST_F()
87 EXPECT_TRUE(DelayedSingleton<MultiGateway>::GetInstance()->GetMacAddr(buff1, macAddr) == -1); in HWTEST_F()
89 EXPECT_TRUE(DelayedSingleton<MultiGateway>::GetInstance()->GetMacAddr(buff1, macAddr1) == 0); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dmulti_gateway.h35 int32_t GetMacAddr(char *buff, const char *macAddr);
H A Dmulti_gateway.cpp118 if (GetMacAddr(reinterpret_cast<char *>(req.arp_ha.sa_data), macAddr.c_str()) < 0) { in SetStaticArp()
119 WIFI_LOGE("SetStaticArp GetMacAddr error"); in SetStaticArp()
169 int32_t MultiGateway::GetMacAddr(char *buff, const char *macAddr) in GetMacAddr() function in OHOS::Wifi::MultiGateway
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dmac_address.h76 static bool GetMacAddr(const std::string& ifName, unsigned char macAddr[MAC_LEN]);
H A Dmac_address.cpp140 bool MacAddress::GetMacAddr(const std::string& ifName, unsigned char macAddr[MAC_LEN]) in GetMacAddr() function in OHOS::Wifi::MacAddress
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dmac_address_test.cpp95 * @tc.desc: GetMacAddr
104 EXPECT_FALSE(MacAddress::GetMacAddr(ifName, macAddr)); in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_management.h83 std::string GetMacAddr(const std::string &iface);
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp197 auto spMacAddr = GetMacAddr(iface); in GetMacAddress()
214 std::string EthernetManagement::GetMacAddr(const std::string &iface) in GetMacAddr() function in OHOS::NetManagerStandard::EthernetManagement
216 NETMGR_EXT_LOG_D("GetMacAddr when iface is [%{public}s]", iface.c_str()); in GetMacAddr()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp1279 if (!MacAddress::GetMacAddr(ifName, macAddr)) { in DoP2pArp()

Completed in 6 milliseconds