Searched refs:macAddrList (Results 1 – 11 of 11) sorted by relevance
89 std::vector<MacAddressInfo> macAddrList; in OnGetMacAddress() local90 int32_t ret = GetMacAddress(macAddrList); in OnGetMacAddress()95 if (macAddrList.size() > MAX_SIZE) { in OnGetMacAddress()102 if (!reply.WriteUint32(macAddrList.size())) { in OnGetMacAddress()106 for (auto macAddrInfo : macAddrList) { in OnGetMacAddress()
43 int32_t EthernetClient::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress() argument50 return proxy->GetMacAddress(macAddrList); in GetMacAddress()
38 virtual int32_t GetMacAddress(std::vector<MacAddressInfo> &macAddrList) = 0;
32 int32_t GetMacAddress(std::vector<MacAddressInfo> &macAddrList) override;
40 int32_t GetMacAddress(std::vector<MacAddressInfo> &macAddrList);
47 int32_t EthernetServiceProxy::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress() argument81 macAddrList.push_back(*macAddrInfo); in GetMacAddress()
200 int32_t EthernetService::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress() argument208 return ethManagement_.GetMacAddress(macAddrList); in GetMacAddress()
186 int32_t EthernetManagement::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress() argument204 macAddrList.push_back(macAddressInfo); in GetMacAddress()207 if (macAddrList.size() == 0) { in GetMacAddress()
68 int32_t GetMacAddress(std::vector<MacAddressInfo> &macAddrList);
69 int32_t GetMacAddress(std::vector<MacAddressInfo> &macAddrList) override;
212 std::vector<MacAddressInfo> macAddrList; variable213 int ret = ethernetService.GetMacAddress(macAddrList);