Searched refs:GetFactoryMacAddress (Results 1 – 3 of 3) sorted by relevance
51 virtual std::array<uint8_t, ETH_ALEN> GetFactoryMacAddress(const char* if_name);
35 MOCK_METHOD1(GetFactoryMacAddress, std::array<uint8_t, ETH_ALEN>(const char* if_name));
138 std::array<uint8_t, ETH_ALEN> InterfaceTool::GetFactoryMacAddress(const char* if_name) { in GetFactoryMacAddress() function in android::wifi_system::InterfaceTool