Home
last modified time | relevance | path

Searched refs:GetCountryCode (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/wificond/net/
Dnetlink_utils.h238 virtual bool GetCountryCode(std::string* out_country_code);
Dnetlink_utils.cpp804 bool NetlinkUtils::GetCountryCode(string* out_country_code) { in GetCountryCode() function in android::wificond::NetlinkUtils
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp921 EXPECT_TRUE(netlink_utils_->GetCountryCode(&country_code)); in TEST_F()
933 EXPECT_FALSE(netlink_utils_->GetCountryCode(&country_code_ignored)); in TEST_F()
/system/connectivity/wificond/
Dserver.cpp298 if (netlink_utils_->GetCountryCode(&country_code)) { in dump()