Home
last modified time | relevance | path

Searched defs:macAddrList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dethernet_client.cpp43 int32_t EthernetClient::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress()
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/stub/
H A Dethernet_service_stub.cpp89 std::vector<MacAddressInfo> macAddrList; in OnGetMacAddress() local
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp200 int32_t EthernetService::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress()
H A Dethernet_management.cpp186 int32_t EthernetManagement::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dethernet_service_proxy.cpp47 int32_t EthernetServiceProxy::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress()
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp212 std::vector<MacAddressInfo> macAddrList; variable