Searched refs:status_and_name (Results 1 – 2 of 2) sorted by relevance
140 const auto& status_and_name = HIDL_INVOKE(iface, getName); in setIfaceUp() local141 if (status_and_name.first.code == WifiStatusCode::SUCCESS) { in setIfaceUp()142 const auto& iface_name = status_and_name.second; in setIfaceUp()
112 const auto& status_and_name = HIDL_INVOKE(iface, getName); in getIfaceName() local113 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_name.first.code); in getIfaceName()114 return status_and_name.second; in getIfaceName()